:root {
  --sidebar-w: 184px;
  --top-bar-h: 35px;
  --font-body: Calibri, "Segoe UI", Candara, sans-serif;
  --font-heading: "Britannic Bold", Broadway, "Arial Black", "Trebuchet MS", sans-serif;
  --font-script: "Lucida Calligraphy", "Script MT Bold", "Bradley Hand ITC", "Brush Script MT", cursive;
  --brand-brown: #84563C;
  --brand-brown-soft: #b57755;
  --brand-blue: #99d9ea;
  --brand-blue-deep: #6fc0d7;
  --brand-surface: #ffffff;
  --brand-surface-soft: #f8f4f1;
  --brand-line: rgba(105, 68, 48, 0.16);
  --brand-shadow: rgba(105, 68, 48, 0.14);
  --brand-text: #4f3324;
  --brand-text-soft: #806657;
}

html,
body {
  background: var(--brand-surface);
  color: var(--brand-text);
  font-family: var(--font-body);
}
.top-bar{
  height: 35px;
}

body,
p,
li,
span,
input,
textarea,
select,
button,
label,
a {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.top-bar__center,
.sidebar__nav a,
.products__title,
.hero__title,
.collections-hero__title,
.collections-hero__subtitle,
.detail-page__header h1,
.detail-page__header p,
.cart-hero h1,
.checkout-hero h1,
.contact-card h2,
.contact-details h3,
.faq-item h3,
.checkout-section__head h2,
.detail-tab,
.btn,
.detail-btn,
.footer__nav a,
.footer__right h4,
.product-card__title-home,
.catalog-card h3 {
  font-family: var(--font-heading) !important;
}

.sidebar__logo-text,
.mobile-header__brand,
.tagline__cursive,
.footer__bio,
.footer__center,
.footer__tagline {
  font-family: var(--font-script) !important;
}

body,
.main-content,
.products,
.detail-page,
.collections-hero,
.catalog-toolbar,
.catalog-layout,
.cart-layout,
.checkout-layout,
.contact-page,
.contact-form-section,
.about-story,
.about-values,
.about-process,
.about-hero--boxed {
  background: var(--brand-surface) !important;
}

.top-bar {
  justify-content: flex-start !important;
  padding: 0 18px !important;
  background: var(--brand-brown) !important;
  color: #fff !important;
}

.top-bar__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  max-width: calc(100% - 320px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.9);
}

.top-bar__actions {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.top-bar__whatsapp,
.top-bar__cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.top-bar__whatsapp {
  min-width: auto;
  height: 30px;
  padding: 0;
  gap: 6px;
  background: transparent;
  color: #fff !important;
}

.top-bar__whatsapp span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.top-bar__wa-icon {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: #25d366;
}

.top-bar__cart {
  margin-left: auto;
  width: 30px;
  height: 30px;
  background: transparent;
}

.top-bar__cart svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-bar__whatsapp:hover,
.top-bar__cart:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.sidebar,
.mobile-header {
  background: #fff;
}

.sidebar {
  width: var(--sidebar-w) !important;
  box-shadow: 8px 0 28px rgba(105, 68, 48, 0.08);
}

.sidebar__phone,
.floating-cart {
  display: none !important;
}

.sidebar::after,
.scroll-progress__bar {
  background: var(--brand-brown);
}

.sidebar::after {
  display: none !important;
}

.main-content {
  margin-left: var(--sidebar-w) !important;
}

.scroll-progress {
  left: var(--sidebar-w) !important;
}

.sidebar__logo {
  width: 100%;
  margin: 6px 0 18px !important;
}

.sidebar__logo a {
  width: 100%;
  align-items: center !important;
}

.sidebar__logo-label {
  width: 98px !important;
  height: 98px !important;
  margin-bottom: 10px !important;
  filter: drop-shadow(0 8px 18px rgba(105, 68, 48, 0.12));
}

.sidebar__logo-text {
  text-align: center;
  font-size: 10px !important;
  letter-spacing: 0.28em !important;
}

.sidebar__nav {
  width: 100%;
  margin: 2px 0 18px !important;
}

.sidebar__nav ul {
  align-items: center;
  gap: 2px;
}

.sidebar__nav li {
  width: 100%;
}

.sidebar__nav a {
  padding: 10px 0 !important;
  text-align: center;
  font-size: 9px !important;
  letter-spacing: 0.2em !important;
}

.sidebar__nav a::before {
  left: 50% !important;
  top: auto !important;
  bottom: 2px;
  transform: translateX(-50%) !important;
  width: 18px !important;
  height: 2px !important;
  opacity: 0;
}

.sidebar__nav a:hover,
.sidebar__nav a.active {
  padding-left: 0 !important;
}

.sidebar__nav a.active::before {
  height: 2px !important;
  opacity: 1;
}

.sidebar__highlight {
  margin-top: auto;
  width: 100%;
  border-top: 0 !important;
  padding-top: 12px !important;
  text-align: center;
  font-size: 10px !important;
  line-height: 1.7 !important;
}

.sidebar__highlight::before {
  content: none !important;
}

.sidebar__highlight::after {
  content: "Slogan công ty ở đây, font chữ như đã nói.";
  display: block;
  color: var(--brand-text-soft);
  font-style: italic;
}

.sidebar__social {
  width: 100%;
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  justify-content: center !important;
  grid-template-columns: repeat(4, 24px) !important;
  gap: 14px !important;
}

.sidebar__phone,
.sidebar__highlight,
.catalog-sidebar,
.cart-items,
.cart-summary__card,
.checkout-card,
.checkout-summary__card,
.contact-card,
.product-detail__main,
.detail-thumb,
.detail-tabs__content {
  border-color: var(--brand-line) !important;
}

/* Restore the original sidebar layout, only slightly narrower with a soft shadow. */
.sidebar {
  width: var(--sidebar-w) !important;
  padding: 0 16px 20px 18px !important;
  align-items: flex-start !important;
}

.main-content {
  margin-left: var(--sidebar-w) !important;
}

.scroll-progress {
  left: var(--sidebar-w) !important;
}

.sidebar__logo {
  width: 100%;
  margin-bottom: 42px !important;
}

.sidebar__logo a {
  width: auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.sidebar__logo-label {
  width: 112px !important;
  height: 112px !important;
  margin-bottom: 16px !important;
}

.sidebar__logo-text {
  text-align: left;
  font-size: 11px !important;
  letter-spacing: 0.34em !important;
}

.sidebar__nav {
  width: 100%;
  margin-bottom: 30px !important;
}

.sidebar__nav ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}

.sidebar__nav li {
  width: auto;
}

.sidebar__nav a {
  padding: 12px 0 !important;
  text-align: left;
  font-size: 11px !important;
  letter-spacing: 0.2em !important;
}

.sidebar__nav a::before {
  left: -18px !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  width: 3px !important;
  height: 0 !important;
  opacity: 1;
}

.sidebar__nav a:hover,
.sidebar__nav a.active {
  padding-left: 4px !important;
}

.sidebar__nav a.active::before {
  height: 16px !important;
}

.sidebar__highlight {
  width: auto;
  margin-top: 0;
  border-top: 1px solid var(--brand-line) !important;
  padding-top: 20px !important;
  text-align: left;
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
  color: #9E694B !important;
}

.sidebar__highlight::before {
  content: "" !important;
  display: none !important;
}

.sidebar__highlight::after {
  content: "Every little details are built by our love for crafts" !important;
  display: inline;
  color: #9E694B !important;
  font-style: normal;
}

.sidebar__highlight,
.sidebar__highlight p,
.sidebar__highlight::after {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-weight: 700 !important;
}

.sidebar__social {
  width: 100%;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  justify-content: start !important;
  grid-template-columns: repeat(4, 26px) !important;
  gap: 18px !important;
}

.sidebar__phone-link,
.sidebar__logo-text,
.sidebar__nav a:hover,
.sidebar__nav a.active,
.collections-hero__title,
.collections-hero__subtitle,
.detail-page__header h1,
.detail-page__header p,
.product-detail__info h2,
.cart-hero h1,
.cart-hero p,
.checkout-hero h1,
.checkout-hero p,
.contact-card h2,
.contact-form-section__header h2,
.footer__right h4,
.footer__nav a:hover {
  color: var(--brand-brown) !important;
}

.sidebar__nav a::before,
.products__title::after,
.detail-tab.active,
.collections-hero,
.catalog-sidebar h2,
.checkout-section + .checkout-section {
  border-color: var(--brand-brown) !important;
}

.products__title,
.detail-tab,
.cart-summary__top p,
.checkout-summary__top p,
.checkout-section__head h2,
.contact-details h3,
.faq-item h3,
.footer__tagline {
  color: var(--brand-brown) !important;
}

/* Unified page-heading system requested in the spec sheet */
.products__title,
.collections-hero__title,
.contact-hero__eyebrow,
.detail-page__header h1,
.cart-hero h1,
.checkout-hero h1 {
  font-family: "Britannic Bold", "Arial Black", "Trebuchet MS", sans-serif !important;
  font-size: clamp(28px, 5vw, 56px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #84563C !important;
}

.collections-hero__title,
.detail-page__header h1,
.cart-hero h1,
.checkout-hero h1,
.contact-hero__eyebrow {
  margin-bottom: 0.28em !important;
}

.about-storyboard__copy h2,
.about-storyboard__values h3,
.about-storyboard__headline h3,
.similar-products h2,
.detail-assurance h2 {
  font-family: "Britannic Bold", "Arial Black", "Trebuchet MS", sans-serif !important;
  font-size: clamp(16px, 2.3vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  color: #84563C !important;
}

.contact-hero__title,
.contact-hero__subtitle,
.collections-hero__subtitle,
.detail-page__header p,
.cart-hero p,
.checkout-hero p,
.about-storyboard__lead {
  color: #84563C !important;
}

.products {
  padding-top: 36px !important;
  padding-bottom: 14px !important;
}

.products__header {
  margin-bottom: 36px !important;
}

.products__title {
  letter-spacing: 0.02em !important;
}

.products__title::after {
  display: none !important;
}

.products__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px 16px !important;
  margin-bottom: 36px !important;
}

.product-card--home {
  overflow: visible !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.product-card--home > a {
  display: block;
}

.product-card__img--home {
  aspect-ratio: 1.55 !important;
  border: 1px solid rgba(105, 68, 48, 0.08);
  box-shadow: 0 10px 22px rgba(105, 68, 48, 0.08);
  margin-bottom: 15px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.product-card__img--home-1 { background-image: url('https://images.unsplash.com/photo-1518544801976-3e159e50e5bb?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-2 { background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-3 { background-image: url('https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c0?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-4 { background-image: url('https://images.unsplash.com/photo-1505118380757-91f5f5632de0?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-5 { background-image: url('https://images.unsplash.com/photo-1520250497591-112f2f40a3f4?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-6 { background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-7 { background-image: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-8 { background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-9 { background-image: url('https://images.unsplash.com/photo-1494412574643-ff11b0a5c1c0?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-10 { background-image: url('https://images.unsplash.com/photo-1516557070061-c3d1653fa646?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-11 { background-image: url('https://images.unsplash.com/photo-1500930287596-c1ecaa373bb2?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-12 { background-image: url('https://images.unsplash.com/photo-1569263979104-865ab7cd8d13?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-13 { background-image: url('https://images.unsplash.com/photo-1518837695005-2083093ee35b?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-14 { background-image: url('https://images.unsplash.com/photo-1500375592092-40eb2168fd21?auto=format&fit=crop&w=900&q=80'); }
.product-card__img--home-15 { background-image: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80'); }

.product-card--home:hover .product-card__img--home {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(105, 68, 48, 0.14);
}

.product-card__content {
  padding: 0 2px;
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 6px;
}

.product-card__title-home {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  min-height: 2.1em;
  margin: 0;
  color: #84614b;
  font-size: 14px;
  line-height: 1.48;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.product-card__meta-home {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.product-card__price-home {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  display: inline-block;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--brand-brown);
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  font-style: italic;
}

.product-card__shipping-home {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  display: inline-block;
  padding: 0;
  min-height: 0;
  background: transparent;
  border: 0;
  color: #9b938a;
  font-size: 13px;
  font-style: italic;
  font-weight: 600;
}

.catalog-card h3,
.catalog-card__meta,
.catalog-card__price,
.catalog-card__shipping {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
}

.product-card__overlay,
.product-card__bg {
  display: none !important;
}

.tagline {
  min-height: 150px !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.tagline__bg-block {
  width: min(520px, calc(100% - 40px)) !important;
  padding: 18px 22px !important;
  text-align: center !important;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.34) !important;
}

.tagline__bg-block,
.tagline__cursive,
.tagline__main,
.tagline__desc {
  display: none !important;
}

.tagline__cursive {
  font-size: 18px !important;
  margin-bottom: 4px !important;
}

.tagline__main {
  font-size: clamp(18px, 2.2vw, 24px) !important;
  line-height: 1.02 !important;
  margin-bottom: 8px !important;
}

.tagline__desc {
  max-width: 360px !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.tagline__desc::after {
  font-size: 10px;
  line-height: 1.45;
}

.about-hero--boxed {
  height: 300px !important;
  min-height: 300px !important;
}

.about-hero--boxed::after {
  display: none !important;
}

.about-slide--1,
.about-slide--2,
.about-slide--3 {
  background-image: none;
}

.about-slide--1 {
  background: url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat !important;
}

.about-slide--2 {
  background: url('https://images.unsplash.com/photo-1455390582262-044cdead277a?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat !important;
}

.about-slide--3 {
  background: url('https://images.unsplash.com/photo-1514996937319-344454492b37?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat !important;
}

.about-hero__overlay {
  display: none !important;
}

.about-hero__content {
  position: absolute !important;
  z-index: 2;
  top: 10% !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  max-width: 620px !important;
  width: min(620px, calc(100% - 40px));
  margin: 0 !important;
  padding: 0 20px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 8px !important;
}

.about-hero__title {
  font-size: clamp(32px, 3.3vw, 46px) !important;
  margin-bottom: 8px !important;
}

.about-hero__desc {
  max-width: 520px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

#heroTitle:empty,
#heroDesc:empty {
  display: none !important;
}

.about-hero__content:has(#heroTitle:empty):has(#heroDesc:empty) {
  display: none !important;
}

.products__grid .product-card,
.catalog-product,
.cart-items,
.cart-summary__card,
.checkout-card,
.checkout-summary__card,
.contact-card,
.detail-tabs__content,
.product-detail__main {
  background: #fff !important;
  box-shadow: 0 16px 36px var(--brand-shadow);
}

.btn,
.detail-btn,
.contact-form__submit,
.cart-empty__link,
.mobile-paybar__button,
.checkout-submit,
.cart-summary__checkout {
  border-radius: 18px !important;
  font-weight: 800;
}

.btn--outline-dark {
  border-color: var(--brand-brown) !important;
  color: var(--brand-brown) !important;
  background: #fff !important;
}

.btn--outline-dark:hover {
  background: var(--brand-brown) !important;
  color: #fff !important;
}

.detail-btn--buy,
.contact-form__submit,
.mobile-paybar__button,
.cart-empty__link,
.checkout-submit,
.cart-summary__checkout,
.cart-remove:hover {
  background: var(--brand-brown-soft) !important;
  color: #fff !important;
}

.detail-btn--cart,
.floating-cart,
.cart-continue:hover {
  background: var(--brand-blue) !important;
  color: #fff !important;
  border-color: var(--brand-blue) !important;
}

.detail-btn--cart:hover,
.floating-cart:hover,
.cart-continue:hover {
  background: var(--brand-blue-deep) !important;
}

.review-write__toggle {
  background: var(--brand-blue) !important;
  color: #fff !important;
  border-color: var(--brand-blue) !important;
}

.review-write__toggle:hover,
.review-write__toggle[aria-expanded="true"] {
  background: var(--brand-blue-deep) !important;
  color: #fff !important;
  border-color: var(--brand-blue-deep) !important;
}

.detail-btn--chat,
.cart-continue,
.sort-dropdown__option.active,
.sort-dropdown__option:hover,
.category-link.active,
.mobile-filter__option.active,
.detail-option.active,
.detail-color.active,
.checkout-section__head span {
  background: var(--brand-surface-soft) !important;
  color: var(--brand-brown) !important;
  border-color: var(--brand-line) !important;
}

.catalog-toolbar input,
.sort-dropdown__trigger,
.sort-dropdown__menu,
.checkout-field input,
.checkout-field textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
  background: #fff !important;
  color: var(--brand-text) !important;
  border-color: var(--brand-line) !important;
}

.checkout-field input:focus,
.checkout-field textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.catalog-toolbar input:focus,
.sort-dropdown__trigger:focus {
  border-color: rgba(105, 68, 48, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(105, 68, 48, 0.1) !important;
}

.detail-qty__controls,
.cart-qty {
  background: #fff !important;
  border-color: var(--brand-line) !important;
  box-shadow: none !important;
}

.detail-qty__controls strong,
.cart-qty strong {
  background: var(--brand-surface-soft) !important;
  color: var(--brand-brown) !important;
}

.payment-card,
.payment-card__badge {
  background: #fff !important;
  color: var(--brand-brown) !important;
  border-color: var(--brand-line) !important;
}

.footer {
  position: relative;
  overflow: hidden;
  background: var(--brand-brown) !important;
  color: #fff !important;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(105, 68, 48, 0.84), rgba(105, 68, 48, 0.92)),
    url("https://images.unsplash.com/photo-1512436991641-6745cdb1723f?auto=format&fit=crop&w=1600&q=80")
      center/cover no-repeat;
  filter: blur(2px);
  transform: scale(1.04);
  opacity: 0.38;
}

.footer > * {
  position: relative;
  z-index: 1;
}

.footer__divider {
  background: rgba(255, 255, 255, 0.22) !important;
}

.footer__get-to-know,
.footer__bio,
.footer__tagline,
.footer__right h4,
.footer__company,
.footer__right p,
.footer__nav a,
.footer__nav a:hover,
.footer__social a {
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
}

.footer__right h4 {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.footer__right .footer__company {
  font-family: "Britannic Bold", "Arial Black", "Trebuchet MS", sans-serif !important;
  font-size: clamp(20px, 2.5vw, 20px) !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  text-transform: uppercase !important;
  margin: 0 0 8px !important;
}

.footer__right p:not(.footer__company) {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.footer__right p:not(.footer__company) + p:not(.footer__company) {
  margin-top: 2px !important;
}

.footer__tagline {
  font-family: "Britannic Bold", "Arial Black", "Trebuchet MS", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em !important;
}

.footer__social a {
  border-color: rgba(255, 255, 255, 0.36) !important;
}

.floating-top {
  color: var(--brand-brown) !important;
}

@media (max-width: 960px) {
  :root {
    --top-bar-h: 50px;
  }

  .mobile-header,
  .sidebar,
  .main-content,
  .products,
  .detail-page,
  .cart-layout,
  .checkout-layout,
  .catalog-layout,
  .catalog-toolbar {
    background: #fff !important;
  }

  .tagline {
    min-height: 130px !important;
  }

  .tagline__bg-block {
    width: calc(100% - 24px) !important;
    padding: 14px 16px !important;
  }

  .tagline__cursive {
    font-size: 15px !important;
  }

  .tagline__main {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .tagline__desc,
  .tagline__desc::after {
    font-size: 9px !important;
    line-height: 1.35 !important;
  }

  .about-hero--boxed {
    height: 220px !important;
    min-height: 220px !important;
  }

  .about-hero__content {
    top: 10% !important;
    width: calc(100% - 24px);
    padding: 0 12px !important;
    gap: 6px !important;
  }

  .about-hero__title {
    font-size: 28px !important;
  }

  .about-hero__desc {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
  }

  .product-card__title-home {
    font-size: 12px !important;
    min-height: 36px;
  }

  .product-card__price-home {
    font-size: 18px !important;
  }

  .product-card__shipping-home {
    font-size: 12px !important;
  }

  .sidebar {
    width: min(88vw, 420px) !important;
    padding: 20px 28px 28px !important;
    box-shadow: 0 24px 50px rgba(74, 46, 16, 0.18);
  }

  .main-content,
  .scroll-progress {
    left: 0 !important;
    margin-left: 0 !important;
  }

  .top-bar {
    padding: 0 12px !important;
  }

  .top-bar__center {
    left: 12px;
    transform: none;
    max-width: calc(100% - 190px);
    font-size: 8.5px;
    letter-spacing: 0.12em;
    text-align: left;
  }

  .top-bar__actions {
    gap: 8px;
  }

  .top-bar__whatsapp {
    height: 28px;
    padding: 0;
  }

  .top-bar__whatsapp span {
    font-size: 9px;
  }

  .top-bar__cart {
    width: 28px;
    height: 28px;
  }
}

/* Mobile: remove the large gap between the top bar and the Creator header */
@media (max-width: 768px) {
  html body {
    padding-top: 0 !important;
  }

  body .top-bar + .mobile-header,
  body .mobile-header {
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  body .mobile-header .hamburger {
    position: absolute !important;
    top: 50% !important;
    left: 18px !important;
    margin: 0 !important;
    transform: translateY(-50%) !important;
  }

  body .mobile-header__brand {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    transform: none !important;
  }
}
/* Remove the moving scroll progress line */
.scroll-progress,
.scroll-progress__bar {
  display: none !important;
}

body .sidebar .sidebar__highlight,
body .sidebar .sidebar__highlight p,
body .sidebar .sidebar__highlight strong,
body .sidebar .sidebar__highlight::before,
body .sidebar .sidebar__highlight::after {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-weight: 700 !important;
}

body .hero .hero__content .hero__title,
body .hero .hero__content .hero__desc {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-weight: 700 !important;
}

:root {
  --cream: #ffffff;
  --cream-dk: #ffffff;
  --brand-surface: #ffffff;
  --brand-surface-soft: #ffffff;
}

html,
body,
.main-content,
.detail-page,
.products,
.collections-hero,
.catalog-toolbar,
.catalog-layout,
.about-story,
.about-values,
.cart-hero,
.cart-layout,
.checkout-hero,
.checkout-layout,
.contact-main {
  background: #ffffff !important;
  background-image: none !important;
}

.cart-items,
.cart-summary__card,
.checkout-card,
.checkout-summary__card,
.catalog-sidebar,
.catalog-card,
.product-detail__main,
.detail-tabs__content,
.review-card,
.similar-card,
.about-card,
.contact-card {
  background: #ffffff !important;
  background-image: none !important;
}

.sidebar,
.main-content,
.cart-items,
.cart-summary__card,
.checkout-card,
.checkout-summary__card,
.catalog-sidebar,
.catalog-card {
  box-shadow: none !important;
  filter: none !important;
}

/* Requested heading size tuning */
.products__title {
  font-size: clamp(24px, 4.25vw, 48px) !important;
}

.collections-hero__title {
  font-size: clamp(36px, 4.25vw, 61px) !important;
}

.about-storyboard__copy h2,
.about-storyboard__values h3 {
  font-size: clamp(18px, 2.65vw, 36px) !important;
}

.about-storyboard__copy h2 {
  font-size: clamp(24px, 3.2vw, 36px) !important;
}

.about-storyboard__lead {
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

/* Font hierarchy: Britannic only for major page headings; smaller headings use Calibri. */
.hero__title,
.products__title,
.collections-hero__title,
.contact-hero__eyebrow,
.detail-page__header h1,
.cart-hero h1,
.checkout-hero h1 {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.catalog-sidebar h2,
.catalog-card h3,
.product-card__title-home,
.similar-products h2,
.similar-card h3,
.detail-assurance h2,
.about-storyboard__copy h2,
.about-storyboard__values h3,
.about-storyboard__headline h3,
.cart-summary__top p,
.cart-summary__top strong,
.checkout-summary__top p,
.checkout-summary__top strong,
.checkout-section__head h2,
.contact-card h2,
.contact-details h3,
.faq-item h3,
.contact-form-section__header h2,
.detail-tab,
.btn,
.detail-btn,
.footer__nav a,
.footer__right h4 {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body .top-bar .top-bar__whatsapp,
body .top-bar .top-bar__whatsapp span {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}

.mobile-header__brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 96px !important;
  height: 52px !important;
}

.mobile-header__brand img {
  display: block !important;
  width: auto !important;
  height: 46px !important;
  max-width: 100% !important;
  object-fit: contain !important;
}

.sidebar__close {
  display: none;
}

@media (max-width: 768px) {
  body .top-bar {
    display: grid !important;
    grid-template-columns: max-content 1fr max-content !important;
    column-gap: 10px !important;
  }

  body .top-bar__actions {
    display: contents !important;
  }

  body .top-bar__whatsapp {
    grid-column: 1 !important;
    min-width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body .top-bar__whatsapp span {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 11px !important;
  }

  body .top-bar__center {
    grid-column: 2 !important;
    justify-self: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
    font-size: 10px !important;
  }

  body .top-bar__cart {
    grid-column: 3 !important;
  }
}

@media (max-width: 960px) {
  body .sidebar {
    width: min(72vw, 230px) !important;
    top: 0 !important;
    height: 100vh !important;
    padding: 42px 18px 24px !important;
    align-items: flex-start !important;
    box-shadow: 10px 0 28px rgba(74, 46, 16, 0.12) !important;
  }

  body .sidebar__close {
    position: absolute !important;
    top: 10px !important;
    right: 14px !important;
    display: inline-flex !important;
    width: 30px !important;
    height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(132, 86, 60, 0.18) !important;
    border-radius: 50% !important;
    background: #fff !important;
    color: #84563C !important;
    font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  body .sidebar__phone {
    display: none !important;
  }

  body .sidebar__logo {
    display: block !important;
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
  }

  body .sidebar__logo a {
    width: auto !important;
    display: inline-flex !important;
    align-items: flex-start !important;
  }

  body .sidebar__logo-label {
    display: block !important;
    width: 112px !important;
    height: 112px !important;
    margin-bottom: 14px !important;
    font-size: 0 !important;
  }

  body .sidebar__logo-text {
    display: block !important;
    font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: 0.34em !important;
    text-transform: uppercase !important;
  }

  body .sidebar__nav {
    width: 100% !important;
    margin-bottom: 28px !important;
  }

  body .sidebar__nav a {
    padding: 12px 0 !important;
    border-bottom: 0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    color: #6f4c31 !important;
  }

  body .sidebar__nav a::after {
    display: none !important;
    content: none !important;
  }

  body .sidebar__nav a::before {
    display: block !important;
  }

  body .sidebar__social {
    display: grid !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    grid-template-columns: repeat(4, 26px) !important;
    gap: 18px !important;
    justify-content: start !important;
  }

  body .sidebar__highlight {
    display: block !important;
    width: 100% !important;
    margin-top: 0 !important;
    padding-top: 20px !important;
    border-top: 1px solid var(--brand-line) !important;
    text-align: left !important;
  }
}

/* Final font hierarchy override for desktop and mobile. */
body h2:not(.products__title):not(.collections-hero__title),
body h3,
body h4,
body h5,
body h6,
body .mobile-filter__header h2,
body .mobile-filter__section h3,
body .catalog-sidebar h2,
body .cart-summary__top p,
body .cart-summary__top strong,
body .checkout-summary__top p,
body .checkout-summary__top strong,
body .checkout-section__head h2,
body .contact-card h2,
body .contact-details h3,
body .faq-item h3,
body .contact-form-section__header h2,
body .about-storyboard__copy h2,
body .about-storyboard__values h3,
body .about-storyboard__headline h3,
body .similar-products h2,
body .detail-assurance h2,
body .footer__right h4 {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

body .hero__title,
body .products__title,
body .collections-hero__title,
body .contact-hero__eyebrow,
body .detail-page__header h1,
body .cart-hero h1,
body .checkout-hero h1 {
  font-family: var(--font-heading) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

@media (max-width: 480px) {
  body .cart-tools .cart-continue,
  body .cart-tools .cart-summary__checkout {
    font-size: 15px !important;
    line-height: 1 !important;
  }
}

.order-tracking {
  padding: 46px 48px 54px;
  background: #fff;
}

.order-tracking__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 28px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--brand-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(85, 52, 31, 0.1);
}

.order-tracking__eyebrow,
.order-tracking__field span {
  display: block;
  font-family: Calibri, "Segoe UI", Candara, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #84563C;
}

.order-tracking__copy h2 {
  margin: 8px 0 12px;
  font-family: var(--font-heading) !important;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  color: #84563C;
  text-transform: uppercase;
}

.order-tracking__copy p {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.65;
  color: #6f4c31;
}

.order-tracking__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.order-tracking__field {
  display: grid;
  gap: 8px;
}

.order-tracking__field input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(132, 86, 60, 0.2);
  border-radius: 16px;
  padding: 0 16px;
  background: #fff;
  color: #4f3324;
  font: inherit;
  outline: none;
}

.order-tracking__field input:focus {
  border-color: rgba(132, 86, 60, 0.55);
  box-shadow: 0 0 0 4px rgba(132, 86, 60, 0.08);
}

.order-tracking__submit {
  grid-column: 1 / -1;
  min-height: 52px;
  border: 0;
  border-radius: 16px;
  background: var(--brand-brown-soft);
  color: #fff;
  font-family: Calibri, "Segoe UI", Candara, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.order-tracking__message {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #84563C;
}

@media (max-width: 768px) {
  .order-tracking {
    padding: 28px 16px 36px;
  }

  .order-tracking__inner {
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 20px;
    border-radius: 20px;
  }

  .order-tracking__form {
    grid-template-columns: 1fr;
  }
}

.footer,
.footer *,
.footer__get-to-know,
.footer__bio,
.footer__center,
.footer__tagline,
.footer__tagline p,
.footer__right h4,
.footer__company,
.footer__right p,
.footer__nav a,
.footer__social a {
  font-family: Calibri, "Segoe UI", Candara, sans-serif !important;
}

.footer__get-to-know {
  font-size: 12px !important;
}

.footer__bio {
  font-size: 14px !important;
  line-height: 1.8 !important;
}

.footer__right h4 {
  font-size: 12px !important;
}

.footer__company {
  font-size: 22px !important;
}

.footer__right p,
.footer__nav a {
  font-size: 14px !important;
}

.footer__tagline,
.footer__tagline p {
  font-size: 19px !important;
}
