﻿/*
Theme Name:   Obramax Child
Theme URI:    https://obra.website
Description:  Tema filho do Blocksy para Obramax â€” Materiais de ConstruÃ§Ã£o
Author:       Obramax
Author URI:   https://obra.website
Template:     blocksy
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         child-theme, woocommerce, construction
Text Domain:  obramax-child
*/

/* ============================================================
   OBRAMAX CHILD THEME â€” CSS PRINCIPAL
   Importa o tema pai e aplica customizaÃ§Ãµes por cima
   ============================================================ */

/* -----------------------------------------------------------
   VARIÃVEIS GLOBAIS
   ----------------------------------------------------------- */
:root {
  /* Paleta principal â€” baseada no site Obramax original */
  --ob-primary:        #FF6B00;   /* laranja Obramax */
  --ob-primary-dark:   #E05A00;
  --ob-primary-light:  #FF8533;
  --ob-secondary:      #0D1B4B;   /* azul marinho header */
  --ob-secondary-dark: #091540;
  --ob-bg:             #F4F4F4;   /* cinza claro fundo */
  --ob-bg-dark:        #EBEBEB;
  --ob-white:          #FFFFFF;
  --ob-text:           #333333;
  --ob-text-muted:     #777777;
  --ob-border:         #DDDDDD;
  --ob-success:        #27AE60;
  --ob-warning:        #F9A825;
  --ob-price-varejo:   #999999;   /* preÃ§o varejo cinza */
  --ob-price-atacado:  #FF6B00;   /* preÃ§o atacado laranja */

  /* Tipografia */
  --ob-font-heading:   'Nunito Sans', sans-serif;
  --ob-font-body:      'Nunito Sans', sans-serif;
  --ob-font-ui-strong: 'Nunito Sans', sans-serif;
  --ob-font-mono:      'JetBrains Mono', monospace;

  /* EspaÃ§amentos */
  --ob-gap-xs:    4px;
  --ob-gap-sm:    8px;
  --ob-gap-md:    16px;
  --ob-gap-lg:    24px;
  --ob-gap-xl:    40px;
  --ob-gap-2xl:   64px;
  --ob-gap-3xl:   96px;

  /* Bordas */
  --ob-radius-sm: 2px;
  --ob-radius:    4px;
  --ob-radius-lg: 8px;

  /* Sombras */
  --ob-shadow-sm: 0 1px 3px rgba(0,0,0,.10);
  --ob-shadow:    0 4px 12px rgba(0,0,0,.12);
  --ob-shadow-lg: 0 8px 32px rgba(0,0,0,.16);
  --ob-shadow-xl: 0 20px 60px rgba(0,0,0,.20);

  /* TransiÃ§Ãµes */
  --ob-transition: 220ms cubic-bezier(.4,0,.2,1);
  --ob-transition-slow: 400ms cubic-bezier(.4,0,.2,1);

  /* Container */
  --ob-container: 1320px;
  --ob-container-pad: clamp(16px, 4vw, 40px);
}

/* -----------------------------------------------------------
   RESET / BASE
   ----------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  font-family: var(--ob-font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--ob-text);
  background-color: var(--ob-bg);
  margin: 0 !important;
  padding: 0 !important;
}

img { max-width: 100%; height: auto; display: block; }

.skip-link,
.ob-skip-link,
.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link:focus,
.ob-skip-link:focus,
.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px 16px !important;
  top: 8px !important;
  left: 8px !important;
  z-index: 9999 !important;
  background: #fff !important;
  color: #111 !important;
}

a {
  color: var(--ob-primary);
  text-decoration: none;
  transition: color var(--ob-transition);
}
a:hover { color: var(--ob-primary-dark); }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ob-font-heading);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--ob-secondary);
  text-transform: uppercase;
}

.ob-container {
  width: 100%;
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
}

/* -----------------------------------------------------------
   GOOGLE FONTS â€” carregadas via functions.php
   Barlow Condensed 600,700 | DM Sans 400,500,600
   ----------------------------------------------------------- */

/* -----------------------------------------------------------
   HEADER
   ----------------------------------------------------------- */
.ob-header {
  position: relative;
  top: auto;
  z-index: auto;
  background: transparent;
  box-shadow: none;
}

.ob-header__inner {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: var(--ob-gap-md);
  padding: 0 var(--ob-container-pad);
  max-width: var(--ob-container);
  margin: 0 auto;
  height: 64px;
}
/* ob-mobile-toggle fica dentro de ob-header__actions no grid */

/* Logo */
.ob-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.ob-logo__lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  user-select: none;
}

.ob-logo__mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  animation: ob-logo-pop 480ms cubic-bezier(.22,1,.36,1);
}

.ob-logo__mark-layer {
  position: absolute;
  inset: 0;
  border-radius: 12px;
}

.ob-logo__mark-layer--orange {
  background: #ff6b00;
  transform: rotate(4deg);
  box-shadow: 0 10px 24px rgba(255, 107, 0, 0.28);
}

.ob-logo__mark-layer--dark {
  background: #111111;
  border: 1px solid rgba(255, 107, 0, 0.35);
  transform: rotate(-4deg);
}

.ob-logo__mark-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.ob-logo__mark-icon svg {
  width: 24px;
  height: 24px;
}

.ob-logo__wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

.ob-logo__title {
  color: #050505;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.ob-logo__title span {
  color: #ff6b00;
}

.ob-logo__subtitle {
  margin-top: 2px;
  color: #6b7280;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ob-logo--footer .ob-logo__subtitle {
  color: #6b7280;
}

@keyframes ob-logo-pop {
  from {
    opacity: 0;
    transform: scale(0.84);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .ob-logo__lockup {
    gap: 8px;
  }

  .ob-logo__mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ob-logo__mark-icon svg {
    width: 20px;
    height: 20px;
  }

  .ob-logo__title {
    font-size: 21px;
  }

  .ob-logo__subtitle {
    font-size: 8px;
    letter-spacing: 0.16em;
  }
}

/* Search bar â€” larga como Obramax */
.ob-header__search { flex: 1; }
.ob-search-form {
  display: flex;
  align-items: center;
  background: var(--ob-white);
  border: 1px solid rgba(15,23,42,.16);
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(15,23,42,.06);
  overflow: hidden;
  transition: border-color var(--ob-transition), box-shadow var(--ob-transition);
  height: 42px;
}
.ob-search-form:focus-within {
  border-color: rgba(15,23,42,.34);
  box-shadow: 0 10px 24px rgba(15,23,42,.1);
}
.ob-search-form input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--ob-text);
  font-family: var(--ob-font-body);
  font-size: 14px;
  padding: 0 14px;
  height: 100%;
}
.ob-search-form input::placeholder { color: #5f6673; }
.ob-search-form button {
  background: var(--ob-primary);
  border: none;
  color: var(--ob-white);
  padding: 0 18px;
  height: 100%;
  cursor: pointer;
  transition: background var(--ob-transition);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.ob-search-form button:hover { background: var(--ob-primary-dark); }

/* Header actions */
.ob-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ob-header__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #050505;
  font-size: 11px;
  font-family: var(--ob-font-body);
  gap: 2px;
  text-decoration: none;
  transition: color var(--ob-transition);
  position: relative;
  line-height: 1.3;
}
.ob-header__action:hover { color: var(--ob-primary); }
.ob-header__action svg { width: 20px; height: 20px; }
.ob-cart-trigger,
.ob-cart-trigger span,
.ob-cart-trigger svg,
.ob-cart-trigger em {
  color: #050505 !important;
}
.ob-cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--ob-primary);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 4px;
}

/* Nav bar â€” cinza escuro com "Todos os departamentos" */
/* Nav bar + Mega Menu
   ----------------------------------------------------------- */
.ob-nav {
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,.12);
  position: relative;
  z-index: 900;
}
.ob-nav__inner {
  display: flex;
  align-items: center;
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
  overflow: hidden;
}

/* BotÃ£o "Todos os departamentos" */
.ob-nav__all-depts {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ob-primary);
  color: #fff;
  font-family: var(--ob-font-body);
  font-size: 12px;
  font-weight: 700;
  padding: 0 16px;
  height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  flex-shrink: 0;
  transition: background var(--ob-transition);
}
.ob-nav__all-depts:hover,
.ob-nav__all-depts[aria-expanded="true"] {
  background: var(--ob-primary-dark);
  color: #fff;
}
.ob-mega-arrow { transition: transform var(--ob-transition); margin-left: 2px; }
.ob-nav__all-depts[aria-expanded="true"] .ob-mega-arrow { transform: rotate(180deg); }

/* Links rÃ¡pidos */
.ob-nav__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.ob-nav__item a {
  display: block;
  color: #050505;
  font-family: var(--ob-font-body);
  font-size: 11.5px;
  font-weight: 600;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--ob-transition), background var(--ob-transition);
}
.ob-nav__item a:hover,
.ob-nav__item.is-current a {
  color: var(--ob-primary);
  background: rgba(15,23,42,.04);
}

/* â”€â”€ MEGA MENU â”€â”€ */
.ob-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--ob-white);
  border-top: 3px solid var(--ob-primary);
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0ms 200ms;
  pointer-events: none;
}
.ob-mega-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 200ms ease, transform 200ms ease;
  pointer-events: all;
}
.ob-mega-menu__inner {
  display: flex;
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
  min-height: 380px;
  max-height: 70vh;
}

/* Sidebar */
.ob-mega-menu__sidebar {
  width: 230px;
  flex-shrink: 0;
  background: #F7F6F3;
  border-right: 1px solid var(--ob-border);
  padding: 10px 0;
  overflow-y: auto;
}
.ob-mega-menu__parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 9px 14px;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  text-align: left;
  font-family: var(--ob-font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--ob-text);
  cursor: pointer;
  transition: background var(--ob-transition), color var(--ob-transition), border-color var(--ob-transition);
}
.ob-mega-menu__parent:hover { background: rgba(255,107,0,.06); color: var(--ob-primary); }
.ob-mega-menu__parent.is-active {
  background: var(--ob-white);
  color: var(--ob-primary);
  border-left-color: var(--ob-primary);
  font-weight: 700;
}
.ob-mega-menu__parent svg { flex-shrink: 0; color: var(--ob-text-muted); transition: color var(--ob-transition); }
.ob-mega-menu__parent.is-active svg,
.ob-mega-menu__parent:hover svg { color: var(--ob-primary); }

/* ConteÃºdo */
.ob-mega-menu__content { flex: 1; padding: 20px 24px; overflow-y: auto; min-width: 0; }
.ob-mega-menu__panel { display: none; }
.ob-mega-menu__panel.is-active {
  display: block;
  animation: ob-panel-in 180ms ease;
}
@keyframes ob-panel-in {
  from { opacity: 0; transform: translateX(6px); }
  to   { opacity: 1; transform: translateX(0); }
}
.ob-mega-menu__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ob-border);
}
.ob-mega-menu__cat-title {
  font-size: 15px;
  font-weight: 800;
  color: var(--ob-secondary);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.ob-mega-menu__cat-title:hover { color: var(--ob-primary); }
.ob-mega-menu__cat-count { font-size: 12px; font-weight: 400; color: var(--ob-text-muted); text-transform: none; margin-left: 6px; }
.ob-mega-menu__ver-todos { font-size: 12px; font-weight: 600; color: var(--ob-primary); text-decoration: none; white-space: nowrap; }
.ob-mega-menu__ver-todos:hover { text-decoration: underline; }

/* Grid subcategorias */
.ob-mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.ob-mega-menu__subcat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 12px 8px;
  border: 1px solid var(--ob-border);
  border-radius: 6px;
  text-decoration: none;
  background: var(--ob-white);
  gap: 6px;
  transition: border-color var(--ob-transition), box-shadow var(--ob-transition), transform var(--ob-transition);
}
.ob-mega-menu__subcat:hover {
  border-color: var(--ob-primary);
  box-shadow: 0 2px 8px rgba(255,107,0,.12);
  transform: translateY(-2px);
}
.ob-mega-menu__subcat-img { width: 44px; height: 44px; object-fit: contain; border-radius: 4px; }
.ob-mega-menu__subcat-name { font-size: 12px; font-weight: 700; color: var(--ob-text); line-height: 1.3; }
.ob-mega-menu__subcat:hover .ob-mega-menu__subcat-name { color: var(--ob-primary); }
.ob-mega-menu__subcat-count { font-size: 10px; color: var(--ob-text-muted); }
.ob-mega-menu__empty { font-size: 14px; color: var(--ob-text-muted); padding: 20px 0; }
.ob-mega-menu__empty a { color: var(--ob-primary); }

/* Overlay */
.ob-mega-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.35);
  z-index: 899;
}
.ob-mega-overlay.is-active { display: block; }



/* -----------------------------------------------------------
   HERO â€” PÃ¡gina inicial
   ----------------------------------------------------------- */
.ob-hero {
  position: relative;
  background: var(--ob-secondary);
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.ob-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, rgba(232,80,10,.18) 0%, transparent 70%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='none'/%3E%3Cpath d='M0 0h1v1H0z M30 30h1v1H30z' fill='rgba(255,255,255,.03)'/%3E%3C/svg%3E");
  pointer-events: none;
}
.ob-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ob-gap-2xl);
  align-items: center;
  padding: var(--ob-gap-3xl) var(--ob-container-pad);
  max-width: var(--ob-container);
  margin: 0 auto;
  width: 100%;
}
.ob-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ob-primary);
  color: #fff;
  font-family: var(--ob-font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--ob-radius-sm);
  margin-bottom: var(--ob-gap-md);
}
.ob-hero__title {
  font-family: var(--ob-font-heading);
  font-size: clamp(42px, 6vw, 80px);
  font-weight: 700;
  color: var(--ob-white);
  text-transform: uppercase;
  line-height: 1.0;
  margin: 0 0 var(--ob-gap-lg);
}
.ob-hero__title em {
  font-style: normal;
  color: var(--ob-primary);
}
.ob-hero__desc {
  color: rgba(255,255,255,.65);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: var(--ob-gap-xl);
  max-width: 480px;
}
.ob-hero__actions { display: flex; gap: var(--ob-gap-md); flex-wrap: wrap; }
.ob-hero__image {
  position: relative;
  border-radius: var(--ob-radius-lg);
  overflow: hidden;
  aspect-ratio: 4/3;
}
.ob-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.ob-hero__image::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(232,80,10,.3);
  border-radius: var(--ob-radius-lg);
  pointer-events: none;
}

/* Stats bar */
.ob-stats {
  background: var(--ob-primary);
  padding: var(--ob-gap-md) 0;
}
.ob-stats__inner {
  display: flex;
  justify-content: center;
  gap: var(--ob-gap-2xl);
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
  flex-wrap: wrap;
}
.ob-stat {
  display: flex;
  align-items: center;
  gap: var(--ob-gap-sm);
  color: var(--ob-white);
}
.ob-stat__value {
  font-family: var(--ob-font-heading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.ob-stat__label {
  font-size: 12px;
  opacity: .8;
  line-height: 1.3;
}

/* -----------------------------------------------------------
   SEÃ‡Ã•ES GERAIS
   ----------------------------------------------------------- */
.ob-section {
  padding: var(--ob-gap-3xl) 0;
}
.ob-section--categories {
  padding-top: 20px;
  padding-bottom: 28px;
}
.ob-section--gray { background: var(--ob-bg-dark); }
.ob-section--dark {
  background: var(--ob-secondary);
  color: var(--ob-white);
}

.ob-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--ob-gap-2xl);
  gap: var(--ob-gap-lg);
}
.ob-section-header__left {}
.ob-section-eyebrow {
  font-family: var(--ob-font-heading);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ob-primary);
  margin-bottom: 6px;
}
.ob-section-title {
  font-family: var(--ob-font-heading);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.05;
}

.ob-section--categories .ob-section-header {
  margin-bottom: 24px;
}

.ob-section--categories .ob-cats-splide {
  padding-top: 0;
  padding-bottom: 0;
}

/* -----------------------------------------------------------
   BOTÃ•ES
   ----------------------------------------------------------- */
.ob-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--ob-font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 28px;
  border-radius: var(--ob-radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--ob-transition);
  line-height: 1;
  white-space: nowrap;
}
.ob-btn--primary {
  background: var(--ob-primary);
  border-color: var(--ob-primary);
  color: #fff;
}
.ob-btn--primary:hover {
  background: var(--ob-primary-dark);
  border-color: var(--ob-primary-dark);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(232,80,10,.35);
}
.ob-btn--outline {
  background: transparent;
  border-color: rgba(255,255,255,.4);
  color: var(--ob-white);
}
.ob-btn--outline:hover {
  border-color: var(--ob-white);
  color: var(--ob-white);
  background: rgba(255,255,255,.08);
}
.ob-btn--outline-dark {
  background: transparent;
  border-color: var(--ob-border);
  color: var(--ob-text);
}
.ob-btn--outline-dark:hover {
  border-color: var(--ob-primary);
  color: var(--ob-primary);
}
.ob-btn--sm { padding: 9px 18px; font-size: 12px; }
.ob-btn--lg { padding: 16px 36px; font-size: 15px; }
.ob-btn--full { width: 100%; }

/* -----------------------------------------------------------
   CARDS DE CATEGORIA
   ----------------------------------------------------------- */
.ob-cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--ob-gap-md);
}
.ob-cat-card {
  position: relative;
  border-radius: var(--ob-radius-lg);
  overflow: hidden;
  aspect-ratio: 1;
  cursor: pointer;
  text-decoration: none;
}
.ob-cat-card__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--ob-transition-slow);
}
.ob-cat-card:hover .ob-cat-card__bg { transform: scale(1.06); }
.ob-cat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26,26,26,.85) 0%, rgba(26,26,26,.1) 60%);
}
.ob-cat-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--ob-gap-md);
}
.ob-cat-card__name {
  font-family: var(--ob-font-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--ob-white);
  line-height: 1.15;
  margin: 0 0 4px;
}
.ob-cat-card__count {
  font-size: 12px;
  color: rgba(255,255,255,.6);
}

/* -----------------------------------------------------------
   PREÃ‡OS OBRAMAX â€” Varejo / Atacado
   ----------------------------------------------------------- */
.ob-price-varejo-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #999;
  padding: 1px 6px;
  border-radius: 2px;
  margin-bottom: 2px;
}
.ob-price-atacado-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ob-primary);
  padding: 1px 6px;
  border-radius: 2px;
  margin-bottom: 2px;
}
.ob-price-varejo-value {
  font-size: 13px;
  color: var(--ob-text-muted);
  text-decoration: line-through;
  line-height: 1.3;
}
.ob-price-atacado-value {
  font-size: 18px;
  font-weight: 800;
  color: var(--ob-primary);
  line-height: 1.2;
}
.ob-price-atacado-min {
  font-size: 11px;
  color: var(--ob-text-muted);
}

/* Card â€” dois preÃ§os lado a lado */
.ob-product-card__price-dual {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.ob-product-card__price-col { flex: 1; }

/* -----------------------------------------------------------
   CARDS DE PRODUTO â€” loop (redesign Obramax)
   ----------------------------------------------------------- */
.ob-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 12px;
}

.ob-section--home-parent-grid {
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(34px, 4vw, 54px);
}

.ob-section--home-parent-grid .ob-section-header {
  margin-bottom: 20px;
}

.ob-products-grid--home-parent {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.ob-products-grid--home-parent .ob-product-card {
  min-width: 0;
  height: 100%;
}

.ob-section--goal-shop {
  padding-top: clamp(44px, 5vw, 66px);
  padding-bottom: clamp(44px, 5vw, 66px);
}

.ob-section--goal-shop .ob-container {
  width: min(calc(100vw - 40px), 1520px);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ob-goal-shop {
  --goal-accent: #f25b2a;
  --goal-accent-soft: rgba(242, 91, 42, 0.16);
  --goal-accent-strong: rgba(242, 91, 42, 0.28);
  --goal-accent-wash: rgba(242, 91, 42, 0.12);
  --goal-accent-shadow: rgba(242, 91, 42, 0.2);
  --goal-signature: rgba(125, 66, 46, 0.72);
  --goal-ink: #10182b;
  --goal-muted: #5f6878;
  --goal-shell: #fff8f3;
  --goal-shell-2: #ffffff;
  --goal-panel: #ffffff;
  --goal-panel-2: #f8fbff;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  padding: clamp(10px, 1.3vw, 14px);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, var(--goal-accent-soft), transparent 30%),
    radial-gradient(circle at bottom right, rgba(16, 24, 43, 0.06), transparent 32%),
    linear-gradient(135deg, rgba(255,255,255,0.88) 0%, rgba(246,249,255,0.96) 100%);
  border: 1px solid rgba(16, 24, 43, 0.08);
  box-shadow: 0 26px 80px rgba(15, 23, 42, 0.1);
  transition: background 260ms ease, box-shadow 260ms ease;
}

.ob-goal-shop,
.ob-goal-shop__option,
.ob-goal-shop__panel,
.ob-goal-shop__panel-link {
  border-radius: 0;
}

.ob-goal-shop::before,
.ob-goal-shop::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.ob-goal-shop::before {
  top: -110px;
  left: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--goal-accent-strong) 0%, transparent 68%);
  filter: blur(6px);
  opacity: 0.9;
}

.ob-goal-shop::after {
  right: 24px;
  top: 22px;
  width: 120px;
  height: calc(100% - 44px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.24);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.04) 100%);
  mix-blend-mode: screen;
  opacity: 0.65;
}

.ob-goal-shop[data-active-theme="muscle"] {
  --goal-accent: #f25b2a;
  --goal-accent-soft: rgba(242, 91, 42, 0.18);
  --goal-accent-strong: rgba(242, 91, 42, 0.3);
  --goal-accent-wash: rgba(242, 91, 42, 0.12);
  --goal-accent-shadow: rgba(242, 91, 42, 0.2);
  --goal-signature: rgba(125, 66, 46, 0.72);
  --goal-shell: #fff4ee;
  --goal-panel-2: #fff8f2;
}

.ob-goal-shop[data-active-theme="cut"] {
  --goal-accent: #94d319;
  --goal-accent-soft: rgba(148, 211, 25, 0.18);
  --goal-accent-strong: rgba(148, 211, 25, 0.3);
  --goal-accent-wash: rgba(148, 211, 25, 0.12);
  --goal-accent-shadow: rgba(148, 211, 25, 0.22);
  --goal-signature: rgba(86, 120, 20, 0.72);
  --goal-shell: #f9ffea;
  --goal-panel-2: #fcfff4;
}

.ob-goal-shop[data-active-theme="recover"] {
  --goal-accent: #2f6bff;
  --goal-accent-soft: rgba(47, 107, 255, 0.18);
  --goal-accent-strong: rgba(47, 107, 255, 0.3);
  --goal-accent-wash: rgba(47, 107, 255, 0.12);
  --goal-accent-shadow: rgba(47, 107, 255, 0.2);
  --goal-signature: rgba(40, 82, 170, 0.72);
  --goal-shell: #f2f7ff;
  --goal-panel-2: #f7fbff;
}

.ob-goal-shop__intro,
.ob-goal-shop__selector,
.ob-goal-shop__content {
  min-width: 0;
  position: relative;
  z-index: 1;
}

.ob-goal-shop__intro {
  display: none;
}

.ob-goal-shop__section-title {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 4px 0 12px;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--goal-ink);
}

.ob-goal-shop__intro-copy {
  display: none;
}

.ob-goal-shop__hero {
  display: none;
}

.ob-goal-shop__intro-legacy {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
  gap: 18px;
  align-items: stretch;
  padding: clamp(26px, 2.8vw, 34px);
  border-radius: 28px;
  background:
    linear-gradient(180deg, var(--goal-shell) 0%, var(--goal-shell-2) 100%);
  border: 1px solid rgba(16, 24, 43, 0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
  overflow: hidden;
}

.ob-goal-shop__intro-copy {
  min-width: 0;
  position: relative;
  z-index: 1;
  align-self: center;
}

.ob-goal-shop__intro::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  border-radius: 32px;
  transform: rotate(16deg);
  background: linear-gradient(135deg, var(--goal-accent-soft), transparent 70%);
}

.ob-goal-shop__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--goal-accent);
}

.ob-goal-shop__title {
  margin: 0;
  font-size: clamp(30px, 3.35vw, 48px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--goal-ink);
  max-width: 10ch;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: balance;
}

.ob-goal-shop__description {
  margin: 16px 0 0;
  max-width: 24ch;
  font-size: 18px;
  line-height: 1.5;
  color: var(--goal-muted);
}

.ob-goal-shop__hero {
  position: relative;
  min-height: 138px;
  margin-top: 0;
  padding: 18px 18px 14px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(16,24,43,0.96) 0%, rgba(16,24,43,0.82) 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 22px 42px rgba(16, 24, 43, 0.22);
}

.ob-goal-shop__hero::before {
  content: "";
  position: absolute;
  inset: auto -20px -38px auto;
  width: 148px;
  height: 148px;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--goal-accent), transparent 72%);
  transform: rotate(18deg);
  opacity: 0.92;
}

.ob-goal-shop__hero-index {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.ob-goal-shop__hero-word {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  z-index: 1;
  display: block;
  font-size: clamp(44px, 5vw, 74px);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.14);
  white-space: nowrap;
}

.ob-goal-shop__hero-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.08);
  color: #fff;
  z-index: 1;
}

.ob-goal-shop__hero-icon svg {
  width: 34px;
  height: 34px;
}

.ob-goal-shop[data-active-theme="muscle"] .ob-goal-shop__hero-icon--muscle,
.ob-goal-shop[data-active-theme="cut"] .ob-goal-shop__hero-icon--cut,
.ob-goal-shop[data-active-theme="recover"] .ob-goal-shop__hero-icon--recover {
  display: inline-flex;
}

.ob-goal-shop__selector {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(16, 24, 43, 0.08);
  border-bottom: 0;
}

.ob-goal-shop__option {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 74px;
  padding: 12px 16px;
  border: 1px solid rgba(16, 24, 43, 0.08);
  border-right: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.92);
  color: var(--goal-ink);
  text-align: left;
  cursor: pointer;
  transition: transform var(--ob-transition), border-color var(--ob-transition), background var(--ob-transition), box-shadow var(--ob-transition), color var(--ob-transition);
}

.ob-goal-shop__option:last-child {
  border-right: 1px solid rgba(16, 24, 43, 0.08);
}

.ob-goal-shop__option::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 0;
  width: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background var(--ob-transition);
}

.ob-goal-shop__option:hover,
.ob-goal-shop__option:focus-visible {
  transform: none;
  border-color: var(--goal-accent-strong);
  box-shadow: none;
  outline: none;
}

.ob-goal-shop__option.is-active {
  border-color: rgba(16, 24, 43, 0.02);
  background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, #ffffff 100%);
  box-shadow: none;
}

.ob-goal-shop__option.is-active::before {
  background: var(--goal-accent);
}

.ob-goal-shop__option-leading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ob-goal-shop__option-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(16, 24, 43, 0.06);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: var(--goal-ink);
}

.ob-goal-shop__option-glyph {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--goal-accent);
}

.ob-goal-shop__option-glyph svg {
  width: 22px;
  height: 22px;
}

.ob-goal-shop__option-text-wrap {
  display: block;
  min-width: 0;
}

.ob-goal-shop__option-text {
  display: block;
  font-family: var(--ob-font-ui-strong);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.ob-goal-shop__option-sub {
  display: none;
}

.ob-goal-shop__option-arrow {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  position: relative;
  background: rgba(16, 24, 43, 0.06);
}

.ob-goal-shop__option-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-60%, -50%) rotate(45deg);
}

.ob-goal-shop__option.is-active .ob-goal-shop__option-arrow {
  background: var(--goal-accent);
  color: #fff;
}

.ob-goal-shop__content {
  position: relative;
  margin-top: 0;
}

.ob-goal-shop__panel {
  padding: clamp(24px, 2.7vw, 32px);
  border-radius: 0;
  background:
    linear-gradient(180deg, var(--goal-panel) 0%, var(--goal-panel-2) 100%);
  border: 1px solid rgba(16, 24, 43, 0.08);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.ob-goal-shop__panel::before {
  content: "";
  position: absolute;
  inset: auto -30px -54px auto;
  width: 210px;
  height: 210px;
  border-radius: 36px;
  transform: rotate(18deg);
  background: linear-gradient(135deg, var(--goal-accent-soft), transparent 72%);
  opacity: 0.95;
}

.ob-goal-shop__panel.is-active {
  animation: obGoalPanelFade 220ms ease;
}

.ob-goal-shop__panel-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: end;
  gap: 18px;
  margin-bottom: 20px;
}

.ob-goal-shop__panel-copy {
  min-width: 0;
}

.ob-goal-shop__panel-kicker {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--goal-accent);
}

.ob-goal-shop__panel-title {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.05em;
  color: var(--goal-ink);
}

.ob-goal-shop__panel-description {
  margin: 10px 0 0;
  max-width: 55ch;
  font-size: 15px;
  line-height: 1.55;
  color: var(--goal-muted);
}

.ob-goal-shop__panel-signature {
  display: grid;
  justify-items: end;
  gap: 10px;
}

.ob-goal-shop__panel-signature-word {
  font-size: clamp(28px, 3vw, 52px);
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: -0.08em;
  color: var(--goal-signature);
  opacity: 0.72;
}

.ob-goal-shop__panel-signature-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--goal-accent-wash);
  color: var(--goal-accent);
}

.ob-goal-shop__panel-signature-icon svg {
  width: 24px;
  height: 24px;
}

.ob-goal-shop__panel-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 0;
  background: var(--goal-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform var(--ob-transition), background var(--ob-transition), box-shadow var(--ob-transition);
}

.ob-goal-shop__panel-link:hover,
.ob-goal-shop__panel-link:focus-visible {
  background: var(--goal-accent);
  color: #fff;
  box-shadow: 0 14px 24px var(--goal-accent-shadow);
  transform: translateY(-1px);
  outline: none;
}

.ob-goal-shop__panel--muscle {
  --goal-accent: #f25b2a;
  --goal-accent-soft: rgba(242, 91, 42, 0.16);
}

.ob-goal-shop__panel--cut {
  --goal-accent: #94d319;
  --goal-accent-soft: rgba(148, 211, 25, 0.16);
}

.ob-goal-shop__panel--recover {
  --goal-accent: #2f6bff;
  --goal-accent-soft: rgba(47, 107, 255, 0.16);
}

.ob-products-grid--goal-shop {
  position: relative;
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@keyframes obGoalPanelFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1280px) {
  .ob-products-grid--home-parent {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ob-goal-shop__intro-legacy {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 290px);
  }

  .ob-products-grid--goal-shop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .ob-products-grid--home-parent {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .ob-goal-shop__intro-legacy {
    grid-template-columns: 1fr;
  }

  .ob-goal-shop::after {
    display: none;
  }

  .ob-goal-shop__title,
  .ob-goal-shop__description {
    max-width: none;
  }

  .ob-goal-shop__selector {
    grid-template-columns: 1fr;
    border-bottom: 1px solid rgba(16, 24, 43, 0.08);
  }

  .ob-goal-shop__option {
    border-right: 1px solid rgba(16, 24, 43, 0.08);
    border-bottom: 0;
  }

  .ob-goal-shop__option:last-child {
    border-bottom: 1px solid rgba(16, 24, 43, 0.08);
  }

  .ob-goal-shop__panel-head {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .ob-goal-shop__panel-link {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .ob-products-grid--goal-shop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ob-section--goal-shop .ob-container {
    width: calc(100vw - 20px);
  }

  .ob-goal-shop {
    padding: 8px;
    border-radius: 0;
  }

  .ob-goal-shop__section-title {
    font-size: clamp(24px, 8vw, 34px);
  }

  .ob-goal-shop__intro-legacy,
  .ob-goal-shop__panel {
    padding: 20px;
    border-radius: 0;
  }

  .ob-goal-shop__eyebrow {
    font-size: 11px;
  }

  .ob-goal-shop__title {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 0.94;
  }

  .ob-goal-shop__description {
    font-size: 15px;
    line-height: 1.45;
  }

  .ob-goal-shop__hero {
    min-height: 116px;
    padding: 16px 16px 12px;
  }

  .ob-goal-shop__hero-word {
    font-size: clamp(38px, 16vw, 56px);
  }

  .ob-goal-shop__hero-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .ob-goal-shop__hero-icon svg {
    width: 28px;
    height: 28px;
  }

  .ob-goal-shop__selector {
    gap: 0;
  }

  .ob-goal-shop__option {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 0;
    padding: 14px;
    border-radius: 0;
    border-right: 1px solid rgba(16, 24, 43, 0.08);
    border-bottom: 0;
  }

  .ob-goal-shop__option:last-child {
    border-bottom: 1px solid rgba(16, 24, 43, 0.08);
  }

  .ob-goal-shop__option-arrow {
    display: none;
  }

  .ob-goal-shop__option-text {
    font-size: 17px;
  }

  .ob-goal-shop__panel-head {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 16px;
  }

  .ob-goal-shop__panel-signature {
    justify-items: start;
  }

  .ob-goal-shop__panel-signature-word {
    font-size: 34px;
  }

  .ob-goal-shop__panel-link {
    width: 100%;
  }
}

/* Goal Shop Model */
.ob-goal-shop.ob-goal-shop-model {
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  padding: 0;
  gap: 18px;
}

.ob-goal-shop-model__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ob-goal-shop-model__header-bar {
  width: 8px;
  height: 40px;
  border-radius: 999px;
  background: var(--ob-primary);
  flex: 0 0 auto;
}

.ob-goal-shop-model__header-title {
  margin: 0;
  color: #141414;
  font-family: var(--ob-font-ui-strong);
  font-size: clamp(28px, 3vw, 42px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-transform: uppercase;
}

.ob-goal-shop-model__shell {
  overflow: hidden;
  border: 1px solid #d9dde4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.06);
}

.ob-goal-shop-model__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #1d1d1d;
}

.ob-goal-shop-model__tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 96px;
  padding: 24px 28px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #fff;
  text-align: left;
  transition: background 220ms ease, color 220ms ease;
}

.ob-goal-shop-model__tab:last-child {
  border-right: 0;
}

.ob-goal-shop-model__tab.is-active {
  background: #fff;
  color: #161616;
}

.ob-goal-shop-model__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--ob-primary);
}

.ob-goal-shop-model__tab-number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #c4d0e2;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-number {
  background: var(--ob-primary);
  color: #fff;
}

.ob-goal-shop-model__tab-copy {
  display: block;
  min-width: 0;
}

.ob-goal-shop-model__tab-label {
  display: block;
  margin-bottom: 6px;
  color: #8da2c1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-label {
  color: var(--ob-primary);
}

.ob-goal-shop-model__tab-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ob-goal-shop-model__tab-arrow {
  margin-left: auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  flex: 0 0 auto;
}

.ob-goal-shop-model__tab-arrow svg {
  width: 16px;
  height: 16px;
}

.ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-arrow {
  background: var(--ob-primary);
  color: #fff;
}

.ob-goal-shop-model__panel {
  background:
    linear-gradient(180deg, #fff8f3 0%, #ffffff 72%);
}

.ob-goal-shop-model__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 26px;
  padding: 42px 48px 30px;
}

.ob-goal-shop-model__hero-copy {
  min-width: 0;
}

.ob-goal-shop-model__eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.ob-goal-shop-model__eyebrow-icon {
  color: var(--ob-primary);
  width: 20px;
  height: 20px;
}

.ob-goal-shop-model__eyebrow-icon svg {
  width: 100%;
  height: 100%;
}

.ob-goal-shop-model__eyebrow-text {
  color: var(--ob-primary);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.ob-goal-shop-model__hero-title {
  margin: 0;
  color: #151515;
  font-family: var(--ob-font-ui-strong);
  font-size: clamp(50px, 5vw, 72px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.92;
  text-transform: uppercase;
}

.ob-goal-shop-model__hero-description {
  max-width: 620px;
  margin: 22px 0 0;
  color: #374151;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 600;
}

.ob-goal-shop-model__hero-aside {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 24px;
}

.ob-goal-shop-model__watermark {
  position: absolute;
  top: -12px;
  right: -6px;
  color: rgba(17, 17, 17, 0.06);
  font-size: clamp(86px, 8vw, 134px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.9;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}

.ob-goal-shop-model__icon-box {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  width: 92px;
  height: 92px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--ob-primary);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.12);
}

.ob-goal-shop-model__icon-box svg {
  width: 42px;
  height: 42px;
}

.ob-goal-shop-model__cta {
  position: relative;
  z-index: 1;
  min-width: 196px;
  min-height: 58px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  background: var(--ob-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(255, 102, 0, 0.26);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.ob-goal-shop-model__cta svg {
  width: 16px;
  height: 16px;
}

.ob-goal-shop-model__cta:hover,
.ob-goal-shop-model__cta:focus-visible {
  background: #e65c00;
  color: #fff;
  transform: translateY(-1px);
}

.ob-goal-shop-model__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 0 48px 42px;
}

.ob-goal-shop-model__product {
  border: 1px solid #dce4ee;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ob-goal-shop-model__product:hover {
  border-color: var(--ob-primary);
  box-shadow: 0 18px 34px rgba(255, 102, 0, 0.12);
  transform: translateY(-2px);
}

.ob-goal-shop-model__product-media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 22px;
  background: #f8fafc;
  text-decoration: none;
}

.ob-goal-shop-model__product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 320ms ease;
}

.ob-goal-shop-model__product:hover .ob-goal-shop-model__product-image {
  transform: scale(1.06);
}

.ob-goal-shop-model__discount {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 8px;
  background: #22c55e;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ob-goal-shop-model__product-body {
  padding: 18px 18px 20px;
}

.ob-goal-shop-model__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}

.ob-goal-shop-model__star {
  color: #d1d5db;
  font-size: 12px;
  line-height: 1;
}

.ob-goal-shop-model__star.is-active {
  color: #ffb800;
}

.ob-goal-shop-model__rating-count {
  margin-left: 6px;
  color: #9ca3af;
  font-size: 11px;
  font-weight: 700;
}

.ob-goal-shop-model__product-name {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 0 16px;
  overflow: hidden;
  color: #1f2937;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ob-goal-shop-model__product-name:hover {
  color: var(--ob-primary);
}

.ob-goal-shop-model__price-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
}

.ob-goal-shop-model__price-old {
  color: #9ca3af;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}

.ob-goal-shop-model__price-main {
  color: #111827;
  font-family: var(--ob-font-ui-strong);
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.ob-goal-shop-model__price-pix {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.ob-goal-shop-model__product-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  background: var(--ob-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 220ms ease, transform 220ms ease;
}

.ob-goal-shop-model__product-cta:hover,
.ob-goal-shop-model__product-cta:focus-visible {
  background: #e65c00;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 1200px) {
  .ob-goal-shop-model__hero {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .ob-goal-shop-model__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ob-goal-shop-model__tabs {
    grid-template-columns: 1fr;
  }

  .ob-goal-shop-model__tab {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ob-goal-shop-model__tab.is-active::after {
    height: 4px;
  }

  .ob-goal-shop-model__hero {
    grid-template-columns: 1fr;
    padding: 32px 24px 24px;
  }

  .ob-goal-shop-model__hero-aside {
    align-items: flex-start;
  }

  .ob-goal-shop-model__watermark {
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 72px;
  }

  .ob-goal-shop-model__products {
    padding: 0 24px 30px;
  }
}

@media (max-width: 640px) {
  .ob-goal-shop-model__header-title {
    font-size: 34px;
  }

  .ob-goal-shop-model__tab {
    min-height: 84px;
    padding: 18px 18px 20px;
  }

  .ob-goal-shop-model__tab-title {
    font-size: 16px;
  }

  .ob-goal-shop-model__hero-title {
    font-size: 44px;
  }

  .ob-goal-shop-model__hero-description {
    font-size: 15px;
  }

  .ob-goal-shop-model__cta {
    min-width: 0;
    width: 100%;
  }

  .ob-goal-shop-model__products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Goal shop model overrides */
.ob-section--goal-shop-model-wrap {
  position: relative;
}

.ob-section--goal-shop-model-wrap .ob-container {
  width: min(calc(100vw - 40px), 1280px);
  max-width: none;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model {
  --goal-model-orange: #ff6600;
  --goal-model-dark: #1a1a1a;
  --goal-model-green: #22c55e;
  display: grid;
  gap: 34px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__header {
  gap: 18px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__header-bar {
  width: 8px;
  height: 40px;
  border-radius: 999px;
  background: var(--goal-model-orange);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__header-title {
  color: #121212;
  font-size: clamp(30px, 3vw, 44px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-transform: uppercase;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__shell {
  overflow: hidden;
  border: 1px solid #d9dde4;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--goal-model-dark);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  min-height: 96px;
  padding: 24px 30px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #fff;
  text-align: left;
  transition: background 220ms ease, color 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab:last-child {
  border-right: 0;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab.is-active {
  background: #fff;
  color: #161616;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: var(--goal-model-orange);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-number {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #c4d0e2;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  flex: 0 0 auto;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-number {
  background: var(--goal-model-orange);
  color: #fff;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-copy {
  min-width: 0;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-label {
  display: block;
  margin-bottom: 6px;
  color: #8da2c1;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-label {
  color: var(--goal-model-orange);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-title {
  display: block;
  color: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-arrow {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.45);
  flex: 0 0 auto;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-arrow svg {
  width: 16px;
  height: 16px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab.is-active .ob-goal-shop-model__tab-arrow {
  background: var(--goal-model-orange);
  color: #fff;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 102, 0, 0.08) 0%, #ffffff 48%, #ffffff 100%);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel.is-active {
  animation: obGoalPanelFade 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 32px;
  align-items: start;
  padding: 50px 48px 34px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-copy {
  max-width: 760px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__eyebrow-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__eyebrow-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--goal-model-orange);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__eyebrow-icon svg {
  width: 18px;
  height: 18px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__eyebrow-text {
  color: var(--goal-model-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-title {
  margin: 0;
  color: #18181b;
  font-size: clamp(52px, 6vw, 76px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.92;
  text-transform: uppercase;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-description {
  max-width: 32ch;
  margin: 22px 0 0;
  color: #444f5d;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-aside {
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 10px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__watermark {
  position: absolute;
  top: -18px;
  right: -8px;
  color: rgba(26, 26, 26, 0.05);
  font-size: clamp(80px, 8vw, 132px);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.8;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__icon-box {
  position: relative;
  z-index: 1;
  width: 92px;
  height: 92px;
  margin-top: 42px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--goal-model-orange);
  box-shadow: 0 20px 30px rgba(15, 23, 42, 0.12);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__icon-box svg {
  width: 44px;
  height: 44px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 196px;
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  background: var(--goal-model-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 16px 28px rgba(255, 102, 0, 0.22);
  transition: background 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__cta svg {
  width: 18px;
  height: 18px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__cta:hover,
.ob-section--goal-shop-model-wrap .ob-goal-shop-model__cta:focus-visible {
  background: #e65c00;
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  padding: 0 48px 42px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product {
  display: flex;
  flex-direction: column;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product:hover {
  border-color: var(--goal-model-orange);
  box-shadow: 0 18px 34px rgba(255, 102, 0, 0.12);
  transform: translateY(-2px);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  min-height: 260px;
  padding: 22px;
  background: #f8fafc;
  text-decoration: none;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-image {
  width: min(100%, 220px);
  height: min(100%, 220px);
  max-width: 220px;
  max-height: 220px;
  object-fit: contain;
  transition: transform 320ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product:hover .ob-goal-shop-model__product-image {
  transform: scale(1.08);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__discount {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--goal-model-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-signal {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  color: var(--goal-model-orange);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-signal svg {
  width: 18px;
  height: 18px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product:hover .ob-goal-shop-model__product-signal {
  opacity: 1;
  transform: translateY(0);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__star {
  color: #d1d5db;
  font-size: 12px;
  line-height: 1;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__star.is-active {
  color: #ffb800;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__rating-count {
  margin-left: 6px;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 700;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-name {
  display: -webkit-box;
  min-height: 44px;
  margin: 0 0 18px;
  overflow: hidden;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-name:hover {
  color: var(--goal-model-orange);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-block {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-old {
  color: #b0b7c3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-main {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #111827;
  font-family: var(--ob-font-ui-strong);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-currency {
  padding-top: 4px;
  font-size: 18px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-whole {
  font-size: 40px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-decimals {
  padding-top: 6px;
  font-size: 22px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-pix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-pix-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__price-pix-icon svg {
  width: 14px;
  height: 14px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  border-radius: 12px;
  background: var(--goal-model-orange);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 220ms ease, transform 220ms ease;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-cta svg {
  width: 17px;
  height: 17px;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-cta:hover,
.ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-cta:focus-visible {
  background: #e65c00;
  color: #fff;
  transform: translateY(-1px);
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel--cut .ob-goal-shop-model__icon-box,
.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel--cut .ob-goal-shop-model__product-signal {
  color: #ff6600;
}

.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel--recover .ob-goal-shop-model__icon-box,
.ob-section--goal-shop-model-wrap .ob-goal-shop-model__panel--recover .ob-goal-shop-model__product-signal {
  color: #ff6600;
}

@media (max-width: 1200px) {
  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__tabs {
    grid-template-columns: 1fr;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab {
    min-height: 84px;
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
    grid-template-columns: 1fr;
    padding: 34px 24px 24px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-aside {
    min-height: 0;
    align-items: flex-start;
    gap: 18px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__watermark {
    top: 0;
    right: 0;
    font-size: 72px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__icon-box {
    margin-top: 8px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
    padding: 0 24px 28px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-media {
    min-height: 236px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-image {
    width: min(100%, 196px);
    height: min(100%, 196px);
    max-width: 196px;
    max-height: 196px;
  }
}

@media (max-width: 640px) {
  .ob-section--goal-shop-model-wrap .ob-container {
    width: calc(100vw - 20px);
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model {
    gap: 22px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__header-title {
    font-size: 32px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-title {
    font-size: 15px;
    white-space: normal;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__tab-arrow {
    width: 28px;
    height: 28px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-title {
    font-size: clamp(38px, 11vw, 50px);
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero-description {
    font-size: 15px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__cta {
    width: 100%;
    min-width: 0;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-media {
    min-height: 220px;
  }

  .ob-section--goal-shop-model-wrap .ob-goal-shop-model__product-image {
    width: min(100%, 180px);
    height: min(100%, 180px);
    max-width: 180px;
    max-height: 180px;
  }
}

.ob-product-card {
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--ob-transition), border-color var(--ob-transition);
  position: relative;
}
.ob-product-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  border-color: var(--ob-primary);
}

.ob-product-card__badges {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  z-index: 2;
}
.ob-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: 2px;
  line-height: 1.5;
}
.ob-badge--sale    { background: var(--ob-primary); color: #fff; }
.ob-badge--new     { background: #0D1B4B; color: #fff; }

/* Wishlist icon */
.ob-product-card__wishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid var(--ob-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--ob-text-muted);
  z-index: 2;
  transition: all var(--ob-transition);
  text-decoration: none;
}
.ob-product-card__wishlist:hover { color: var(--ob-primary); border-color: var(--ob-primary); }

.ob-product-card__img-wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ob-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--ob-transition-slow);
}
.ob-product-card:hover .ob-product-card__img { transform: scale(1.04); }

.ob-product-card__body {
  padding: 10px 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--ob-bg-dark);
}
.ob-product-card__brand {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ob-text-muted);
  margin-bottom: 3px;
}
.ob-product-card__name {
  font-size: 13px;
  font-weight: 600;
  color: var(--ob-text);
  line-height: 1.4;
  margin: 0 0 8px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 54px;
}
.ob-product-card__name:hover { color: var(--ob-primary); }

.ob-product-card__rating {
  display: flex;
  align-items: center;
  min-height: 16px;
  margin: -2px 0 8px;
}

.ob-product-card__rating .star-rating {
  float: none !important;
  margin: 0 !important;
  font-size: 13px;
  letter-spacing: 1px;
}

.ob-product-card__rating .star-rating::before,
.ob-product-card__rating .star-rating span::before {
  color: #ff9f1a !important;
}

.ob-product-card__footer {
  margin-top: auto;
  padding-top: 8px;
}

/* BotÃ£o "Adicionar ao carrinho" full width como Obramax */
.ob-product-card__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 10px;
  background: var(--ob-primary);
  border: none;
  color: #fff;
  font-family: var(--ob-font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--ob-transition);
}
.ob-product-card__add-btn:hover { background: var(--ob-primary-dark); color: #fff; }

/* Product card premium overrides across home */
.ob-product-card {
  background: #fff;
  border: 1px solid #dce4ee;
  border-radius: 16px;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ob-product-card:hover {
  box-shadow: 0 18px 34px rgba(255, 102, 0, 0.12);
  border-color: var(--ob-primary);
  transform: translateY(-2px);
}

.ob-product-card__badges {
  top: 14px;
  left: 14px;
  gap: 6px;
}

.ob-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.ob-badge--sale {
  background: #22c55e;
}

.ob-badge--wholesale {
  background: #111827;
  color: #fff;
}

.ob-product-card__img-wrap {
  background: #f8fafc;
  min-height: 260px;
  padding: 22px;
}

.ob-product-card__signal {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  color: var(--ob-primary);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ob-product-card__signal svg {
  width: 18px;
  height: 18px;
}

.ob-product-card:hover .ob-product-card__signal {
  opacity: 1;
  transform: translateY(0);
}

.ob-product-card__img {
  width: min(100%, 220px);
  height: min(100%, 220px);
  max-width: 220px;
  max-height: 220px;
  transition: transform 320ms ease;
}

.ob-product-card:hover .ob-product-card__img {
  transform: scale(1.08);
}

.ob-product-card__body {
  padding: 18px 18px 20px;
  border-top: 0;
}

.ob-product-card__brand {
  margin-bottom: 6px;
  color: #8b97a7;
  font-size: 10px;
  font-weight: 900;
}

.ob-product-card__name {
  min-height: 44px;
  margin: 0 0 18px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.ob-product-card__rating {
  gap: 6px;
  margin: 0 0 12px;
}

.ob-product-card__rating .star-rating {
  font-size: 12px;
}

.ob-product-card__rating-count {
  color: #9ca3af;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.ob-product-card__footer {
  padding-top: 18px;
  border-top: 1px solid #eef2f7;
}

.ob-product-card__add-btn {
  background: #2fb344;
  border-color: #2fb344;
  gap: 10px;
  min-height: 50px;
  margin-top: 16px;
  font-family: var(--ob-font-ui-strong);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0 14px;
  border-radius: 12px;
  transition: background 220ms ease, transform 220ms ease;
}

.ob-product-card__add-btn:hover {
  background: #24913a;
  border-color: #24913a;
  transform: translateY(-1px);
}

.ob-goal-shop-model__product-cta {
  background: #2fb344;
}

.ob-goal-shop-model__product-cta:hover,
.ob-goal-shop-model__product-cta:focus-visible {
  background: #24913a;
}

.ob-card-price {
  display: grid;
  gap: 7px;
}

.ob-card-price__was {
  color: #b0b7c3 !important;
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: line-through !important;
}

.ob-card-price__main {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  color: #111827;
  font-family: var(--ob-font-ui-strong);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.ob-card-price__currency {
  padding-top: 4px;
  font-size: 18px;
}

.ob-card-price__whole {
  font-size: 40px;
}

.ob-card-price__decimals {
  padding-top: 6px;
  font-size: 22px;
}

.ob-card-price__unit {
  padding-top: 10px;
  color: #6b7280;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0;
}

.ob-card-price__pix {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #16a34a;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.ob-card-price__pix em {
  font-style: normal;
}

.ob-card-price__pix-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ob-card-price__pix-icon svg {
  width: 14px;
  height: 14px;
}

.ob-card-price-dual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

.ob-card-price-dual__divider {
  background: #eef2f7;
}

.ob-card-price-dual__col {
  display: grid;
  gap: 5px;
}

.ob-card-price-dual__tag {
  color: #8b97a7;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ob-card-price-dual__val {
  color: #111827;
  font-family: var(--ob-font-ui-strong);
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.ob-card-price-dual__moq {
  color: #16a34a;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .ob-product-card__img-wrap {
    min-height: 236px;
  }

  .ob-product-card__img {
    width: min(100%, 196px);
    height: min(100%, 196px);
    max-width: 196px;
    max-height: 196px;
  }
}

@media (max-width: 640px) {
  .ob-product-card__img-wrap {
    min-height: 220px;
  }

  .ob-product-card__img {
    width: min(100%, 180px);
    height: min(100%, 180px);
    max-width: 180px;
    max-height: 180px;
  }
}



/* -----------------------------------------------------------
   PÃGINA ÃšNICA DE PRODUTO
   ----------------------------------------------------------- */
.ob-single-product {
  padding: var(--ob-gap-2xl) 0;
}
.ob-single-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: var(--ob-gap-2xl);
  align-items: start;
}

/* Gallery */
.ob-gallery {
  position: sticky;
  top: 90px;
  min-width: 0;   /* impede overflow no grid */
}
.ob-gallery__main {
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius-lg);
  overflow: hidden;
  /* altura fixa â€” imagens grandes ficam contidas */
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: var(--ob-gap-sm);
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ob-gallery__main img {
  /* contÃ©m a imagem dentro do quadrado sem distorcer */
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: var(--ob-gap-md);
  transition: transform var(--ob-transition-slow);
  display: block;
}
.ob-gallery__main:hover img { transform: scale(1.04); }

.ob-gallery__thumbs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--ob-border) transparent;
  padding-bottom: 2px;
}
.ob-gallery__thumbs::-webkit-scrollbar { height: 4px; }
.ob-gallery__thumbs::-webkit-scrollbar-track { background: transparent; }
.ob-gallery__thumbs::-webkit-scrollbar-thumb { background: var(--ob-border); border-radius: 2px; }

.ob-gallery__thumb {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  border: 2px solid var(--ob-border);
  border-radius: var(--ob-radius);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--ob-transition);
  background: var(--ob-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ob-gallery__thumb.is-active,
.ob-gallery__thumb:hover { border-color: var(--ob-primary); }
.ob-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

/* â”€â”€ DimensÃµes visuais â€” dentro do painel de info â”€â”€ */
.ob-dims-visual {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  padding: 0;
  margin-bottom: 16px;
}
.ob-dim-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ob-text-muted);
  line-height: 1.3;
}
.ob-dim-item svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--ob-text-muted);
}
.ob-dim-item strong {
  color: var(--ob-text);
  font-weight: 700;
}

/* Product info */
.ob-product-info {}
.ob-product-info__breadcrumb {
  font-size: 13px;
  color: var(--ob-text-muted);
  margin-bottom: var(--ob-gap-md);
}
.ob-product-info__breadcrumb a { color: var(--ob-text-muted); }
.ob-product-info__breadcrumb a:hover { color: var(--ob-primary); }
.ob-product-info__brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ob-primary);
  margin-bottom: var(--ob-gap-sm);
}
.ob-product-info__title {
  font-family: var(--ob-font-ui-strong);
  font-size: var(--ob-product-title-size, clamp(20px, 2.4vw, 34px));
  font-weight: 900;
  text-transform: none;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #161616;
  margin: 0 0 calc(var(--ob-gap-md) - 4px);
  max-width: 100%;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  text-wrap: pretty;
}

.ob-product-info__rating {
  display: none;
}

.ob-product-rating {
  position: relative;
  display: inline-flex;
  margin: 0 0 20px;
}

.ob-product-rating__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #111827;
  cursor: pointer;
  text-align: left;
}

.ob-product-rating__stars .star-rating,
.ob-product-rating__popover-stars .star-rating {
  float: none !important;
  margin: 0;
}

.ob-product-rating__stars .star-rating {
  font-size: 16px;
  letter-spacing: 1.2px;
}

.ob-product-rating__value {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}

.ob-product-rating__count {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #64748b;
}

.ob-product-rating__popover {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 30;
  width: min(420px, calc(100vw - 32px));
  padding: 20px 18px 16px;
  border: 1px solid rgba(15, 23, 42, 0.18);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.ob-product-rating__popover::before,
.ob-product-rating__popover::after {
  content: "";
  position: absolute;
  left: 54px;
  width: 0;
  height: 0;
  border-style: solid;
}

.ob-product-rating__popover::before {
  top: -10px;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(15, 23, 42, 0.18) transparent;
}

.ob-product-rating__popover::after {
  top: -9px;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #fff transparent;
}

.ob-product-rating.is-open .ob-product-rating__popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ob-product-rating:hover .ob-product-rating__popover,
.ob-product-rating:focus-within .ob-product-rating__popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ob-product-rating__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.ob-product-rating__popover-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 28px;
}

.ob-product-rating__popover-stars .star-rating {
  font-size: 20px;
  letter-spacing: 1.4px;
}

.ob-product-rating__popover-value {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
}

.ob-product-rating__popover-subtitle {
  margin: 8px 0 14px;
  font-size: 14px;
  color: #475569;
}

.ob-product-rating__breakdown {
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
}

.ob-product-rating__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 40px;
  align-items: center;
  gap: 12px;
}

.ob-product-rating__row + .ob-product-rating__row {
  margin-top: 10px;
}

.ob-product-rating__row-label,
.ob-product-rating__row-percent {
  font-size: 14px;
  line-height: 1.2;
  color: #0f172a;
}

.ob-product-rating__row-label {
  white-space: nowrap;
}

.ob-product-rating__row-bar {
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #9ca3af;
  border-radius: 4px;
  background: #fff;
}

.ob-product-rating__row-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ob-rating-fill, 0%);
  min-width: 0;
  background: #ff6b00;
}

.ob-product-rating__row-fill.is-empty {
  width: 0;
}

.ob-product-rating__all {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.ob-product-rating__all:hover {
  color: #1d4ed8;
}

.ob-product-rating__all::after {
  content: ">";
  margin-left: 6px;
  font-size: 18px;
  line-height: 1;
}

.ob-product-rating__trigger:focus-visible,
.ob-product-rating__close:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.7);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .ob-product-rating__trigger {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .ob-product-rating__popover {
    left: -8px;
    width: min(360px, calc(100vw - 24px));
    padding: 18px 16px 14px;
  }

  .ob-product-rating__popover::before,
  .ob-product-rating__popover::after {
    left: 42px;
  }

  .ob-product-rating__row {
    grid-template-columns: 58px minmax(0, 1fr) 36px;
    gap: 10px;
  }

  .ob-product-rating__row-label,
  .ob-product-rating__row-percent,
  .ob-product-rating__all,
  .ob-product-rating__count {
    font-size: 13px;
  }
}
.ob-product-info__sku {
  font-size: 12px;
  color: var(--ob-text-muted);
  margin-bottom: var(--ob-gap-lg);
}
.ob-product-info__sku strong { color: var(--ob-text); }

/* -----------------------------------------------------------
   BLOCO DE PREÃ‡O â€” pÃ¡gina do produto
   Alta especificidade para sobrescrever Blocksy
   ----------------------------------------------------------- */
.ob-single-product .ob-price-block {
  border: 1px solid var(--ob-border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: var(--ob-gap-lg);
  background: var(--ob-white);
  box-shadow: none !important;
}

/* â”€â”€ Layout com dois preÃ§os (Varejo + Atacado) â”€â”€ */
.ob-single-product .ob-price-block__dual {
  display: flex !important;
  align-items: stretch;
}
.ob-single-product .ob-price-block__divider {
  width: 1px;
  background: var(--ob-border);
  flex-shrink: 0;
}
.ob-single-product .ob-price-block__col {
  flex: 1;
  padding: 16px 20px;
  display: flex !important;
  flex-direction: column;
  gap: 4px;
}

/* â”€â”€ Layout sem atacado â”€â”€ */
.ob-single-product .ob-price-block__single {
  padding: 16px 20px;
}

/* Tags Varejo / Atacado */
.ob-single-product .ob-price-block__tag {
  display: inline-flex !important;
  align-items: center;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 3px;
  width: fit-content;
  line-height: 1.5 !important;
  margin-bottom: 4px;
}
.ob-single-product .ob-price-block__tag--varejo  { background: #e0e0e0 !important; color: #555 !important; }
.ob-single-product .ob-price-block__tag--atacado { background: var(--ob-primary) !important; color: #fff !important; }

/* Valor varejo â€” menor, cinza */
.ob-single-product .ob-price-block__varejo-val {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--ob-text-muted) !important;
  line-height: 1.3 !important;
}
.ob-single-product .ob-price-block__varejo-val .woocommerce-Price-amount,
.ob-single-product .ob-price-block__varejo-val bdi {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--ob-text-muted) !important;
}
.ob-single-product .ob-price-block__varejo-val .woocommerce-Price-currencySymbol {
  font-size: 13px !important;
  color: var(--ob-text-muted) !important;
}

/* Valor principal (atacado ou Ãºnico) â€” grande, laranja */
.ob-single-product .ob-price-block__main-val {
  font-size: 30px !important;
  font-weight: 800 !important;
  color: var(--ob-primary) !important;
  line-height: 1.1 !important;
  display: flex !important;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}
/* Os spans gerados por wc_price() dentro do valor principal */
.ob-single-product .ob-price-block__main-val .woocommerce-Price-amount,
.ob-single-product .ob-price-block__main-val bdi {
  font-size: inherit !important;
  font-weight: 800 !important;
  color: var(--ob-primary) !important;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.ob-single-product .ob-price-block__main-val .woocommerce-Price-currencySymbol {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--ob-primary) !important;
}

.ob-price-unit-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--ob-text-muted);
}
.ob-single-product .ob-price-block__min {
  font-size: 11px;
  color: var(--ob-text-muted);
}

/* De: / % OFF */
.ob-single-product .ob-price-block__was {
  display: flex !important;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ob-text-muted);
  margin-bottom: 4px;
}
.ob-single-product .ob-price-block__pct-off {
  background: #fee;
  color: #c00;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
}

/* â”€â”€ PIX â”€â”€ */
.ob-single-product .ob-price-pix {
  display: flex !important;
  align-items: center;
  gap: 14px;
  background: #E8F8F6 !important;
  border-top: 1px solid #c8ede9 !important;
  padding: 14px 20px !important;
}
.ob-single-product .ob-pix-icon {
  width: 36px !important;
  height: 36px !important;
  flex-shrink: 0;
  display: block !important;
}
.ob-single-product .ob-price-pix__text {
  display: flex !important;
  flex-direction: column;
  gap: 2px;
}
.ob-single-product .ob-price-pix__label {
  font-size: 11px !important;
  font-weight: 800 !important;
  color: #1a9485 !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
.ob-single-product .ob-price-pix__value {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0d7a6e !important;
  line-height: 1.2 !important;
  display: flex !important;
  align-items: baseline;
  gap: 3px;
}
.ob-single-product .ob-price-pix__value .woocommerce-Price-amount,
.ob-single-product .ob-price-pix__value bdi {
  font-size: inherit !important;
  font-weight: 800 !important;
  color: #0d7a6e !important;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}
.ob-single-product .ob-price-pix__value .woocommerce-Price-currencySymbol {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0d7a6e !important;
}

/* Quantidade + add */
.ob-add-to-cart {
  display: flex;
  gap: var(--ob-gap-md);
  align-items: center;
  margin-bottom: var(--ob-gap-lg);
}
.ob-qty {
  display: flex;
  align-items: center;
  border: 2px solid var(--ob-border);
  border-radius: var(--ob-radius);
  overflow: hidden;
  height: 52px;
}
.ob-qty__btn {
  width: 46px;
  height: 100%;
  background: var(--ob-bg-dark);
  border: none;
  font-size: 20px;
  font-weight: 300;
  color: var(--ob-text);
  cursor: pointer;
  transition: background var(--ob-transition);
}
.ob-qty__btn:hover { background: var(--ob-primary); color: #fff; }
.ob-qty__input {
  width: 60px;
  height: 100%;
  border: none;
  text-align: center;
  font-family: var(--ob-font-heading);
  font-size: 18px;
  font-weight: 700;
  outline: none;
  background: transparent;
  color: var(--ob-text);
}
.ob-add-to-cart .ob-btn--primary {
  flex: 1;
  height: 52px;
  font-size: 15px;
}

/* Tags de info */
.ob-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ob-gap-sm);
  margin-bottom: var(--ob-gap-lg);
}
.ob-product-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: 100px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ob-text-muted);
}
.ob-product-tag svg { color: var(--ob-primary); }

/* Abas do produto */
.ob-tabs {
  margin-top: var(--ob-gap-2xl);
  border-top: 2px solid var(--ob-border);
}
.ob-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--ob-border);
  overflow-x: auto;
  scrollbar-width: none;
}
.ob-tabs__nav::-webkit-scrollbar { display: none; }
.ob-tab-btn {
  font-family: var(--ob-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 16px 24px;
  border: none;
  background: transparent;
  color: var(--ob-text-muted);
  cursor: pointer;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  transition: all var(--ob-transition);
  white-space: nowrap;
}
.ob-tab-btn.is-active,
.ob-tab-btn:hover {
  color: var(--ob-primary);
  border-bottom-color: var(--ob-primary);
}
.ob-tab-panel {
  padding: var(--ob-gap-xl) 0;
  display: none;
}
.ob-tab-panel.is-active { display: block; }

/* Tabela de especificaÃ§Ãµes (aba) */
.ob-dims-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.ob-dims-table th,
.ob-dims-table td {
  padding: 10px 16px;
  text-align: left;
  border-bottom: 1px solid var(--ob-border);
}
.ob-dims-table th {
  font-family: var(--ob-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ob-text-muted);
  background: var(--ob-bg-dark);
  width: 40%;
}
.ob-dims-table tr:last-child th,
.ob-dims-table tr:last-child td { border-bottom: none; }

/* VariaÃ§Ãµes */
.ob-variations { margin-bottom: var(--ob-gap-lg); }
.ob-variation-label {
  font-family: var(--ob-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ob-text-muted);
  margin-bottom: var(--ob-gap-sm);
}
.ob-variation-opts {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ob-gap-sm);
}
.ob-variation-opt {
  padding: 7px 16px;
  border: 2px solid var(--ob-border);
  border-radius: var(--ob-radius);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all var(--ob-transition);
  background: var(--ob-white);
  color: var(--ob-text);
}
.ob-variation-opt:hover,
.ob-variation-opt.is-selected {
  border-color: var(--ob-primary);
  color: var(--ob-primary);
  background: rgba(232,80,10,.06);
}

/* -----------------------------------------------------------
   PÃGINA DE GALERIA / ARQUIVO
   ----------------------------------------------------------- */
.ob-archive {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: var(--ob-gap-2xl);
  padding: var(--ob-gap-2xl) 0;
  align-items: start;
}

/* Sidebar filtros */
.ob-sidebar {}
.ob-filter-card {
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius-lg);
  padding: var(--ob-gap-lg);
  margin-bottom: var(--ob-gap-md);
}
.ob-filter-card__title {
  font-family: var(--ob-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ob-text);
  margin: 0 0 var(--ob-gap-md);
  padding-bottom: var(--ob-gap-md);
  border-bottom: 2px solid var(--ob-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ob-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ob-filter-list li label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--ob-text);
  cursor: pointer;
  padding: 4px 0;
  transition: color var(--ob-transition);
}
.ob-filter-list li label:hover { color: var(--ob-primary); }
.ob-filter-list li input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--ob-primary);
  cursor: pointer;
  flex-shrink: 0;
}
.ob-filter-count {
  margin-left: auto;
  font-size: 11px;
  color: var(--ob-text-muted);
}

/* Price range */
.ob-price-range input[type="range"] {
  width: 100%;
  accent-color: var(--ob-primary);
}
.ob-price-range__labels {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: var(--ob-text-muted);
  margin-top: 6px;
}

/* Toolbar */
.ob-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--ob-gap-lg);
  padding: var(--ob-gap-md) var(--ob-gap-lg);
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius-lg);
  gap: var(--ob-gap-md);
  flex-wrap: wrap;
}
.ob-toolbar__count {
  font-size: 14px;
  color: var(--ob-text-muted);
}
.ob-toolbar__count strong { color: var(--ob-text); }
.ob-toolbar__right {
  display: flex;
  align-items: center;
  gap: var(--ob-gap-md);
}
.ob-toolbar__sort select {
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  padding: 8px 32px 8px 12px;
  font-family: var(--ob-font-body);
  font-size: 13px;
  color: var(--ob-text);
  background: var(--ob-white);
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%237A7570' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.ob-view-btns { display: flex; gap: 4px; }
.ob-view-btn {
  width: 34px; height: 34px;
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  background: var(--ob-white);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--ob-text-muted);
  transition: all var(--ob-transition);
}
.ob-view-btn.is-active,
.ob-view-btn:hover {
  background: var(--ob-primary);
  border-color: var(--ob-primary);
  color: #fff;
}

/* Pagination */
.ob-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ob-gap-sm);
  margin-top: var(--ob-gap-2xl);
}
.ob-page-btn {
  min-width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  font-size: 14px; font-weight: 500;
  color: var(--ob-text);
  text-decoration: none;
  background: var(--ob-white);
  cursor: pointer;
  transition: all var(--ob-transition);
}
.ob-page-btn.is-current,
.ob-page-btn:hover {
  background: var(--ob-primary);
  border-color: var(--ob-primary);
  color: #fff;
}

/* -----------------------------------------------------------
   CARRINHO
   ----------------------------------------------------------- */
.ob-cart {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: var(--ob-gap-2xl);
  padding: var(--ob-gap-2xl) 0;
  align-items: start;
}
.ob-cart-items { background: var(--ob-white); border: 1px solid var(--ob-border); border-radius: var(--ob-radius-lg); overflow: hidden; }
.ob-cart-items__header {
  display: grid;
  grid-template-columns: 1fr 100px 120px 100px 40px;
  gap: var(--ob-gap-md);
  padding: var(--ob-gap-md) var(--ob-gap-lg);
  background: var(--ob-bg-dark);
  font-family: var(--ob-font-heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ob-text-muted);
  border-bottom: 1px solid var(--ob-border);
}
.ob-cart-item {
  display: grid;
  grid-template-columns: 1fr 100px 120px 100px 40px;
  gap: var(--ob-gap-md);
  align-items: center;
  padding: var(--ob-gap-md) var(--ob-gap-lg);
  border-bottom: 1px solid var(--ob-bg-dark);
  transition: background var(--ob-transition);
}
.ob-cart-item:last-child { border-bottom: none; }
.ob-cart-item:hover { background: rgba(232,80,10,.02); }
.ob-cart-item__product {
  display: flex;
  align-items: center;
  gap: var(--ob-gap-md);
  text-decoration: none;
  color: var(--ob-text);
}
.ob-cart-item__img {
  width: 64px; height: 64px;
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  object-fit: contain;
  padding: 4px;
  flex-shrink: 0;
  background: var(--ob-bg);
}
.ob-cart-item__name {
  font-family: var(--ob-font-heading);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.ob-cart-item__meta { font-size: 12px; color: var(--ob-text-muted); margin-top: 3px; }
.ob-cart-item__price {
  font-family: var(--ob-font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--ob-text);
}
.ob-cart-item__total {
  font-family: var(--ob-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--ob-primary);
}
.ob-cart-item__remove {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--ob-border);
  border-radius: 50%;
  color: var(--ob-text-muted);
  cursor: pointer;
  background: transparent;
  transition: all var(--ob-transition);
  text-decoration: none;
}
.ob-cart-item__remove:hover { background: #fee; border-color: #f99; color: #c00; }

/* Resumo do carrinho */
.ob-cart-summary {
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius-lg);
  padding: var(--ob-gap-xl);
  position: sticky;
  top: 90px;
}
.ob-cart-summary__title {
  font-family: var(--ob-font-heading);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 var(--ob-gap-lg);
  padding-bottom: var(--ob-gap-lg);
  border-bottom: 2px solid var(--ob-primary);
}
.ob-cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 14px;
  color: var(--ob-text-muted);
  border-bottom: 1px solid var(--ob-bg-dark);
}
.ob-cart-summary__row--total {
  font-family: var(--ob-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--ob-text);
  border-bottom: none;
  margin-top: var(--ob-gap-sm);
  padding-top: var(--ob-gap-md);
}
.ob-cart-summary__row--total .value { color: var(--ob-primary); font-size: 26px; }
.ob-coupon {
  display: flex;
  gap: var(--ob-gap-sm);
  margin: var(--ob-gap-lg) 0;
}
.ob-coupon input {
  flex: 1;
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  padding: 10px 14px;
  font-family: var(--ob-font-body);
  font-size: 13px;
  outline: none;
  transition: border-color var(--ob-transition);
}
.ob-coupon input:focus { border-color: var(--ob-primary); }

/* -----------------------------------------------------------
   CHECKOUT
   ----------------------------------------------------------- */
.ob-checkout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--ob-gap-2xl);
  padding: var(--ob-gap-2xl) 0;
  align-items: start;
}
.ob-checkout-form {}
.ob-form-section {
  background: var(--ob-white);
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius-lg);
  padding: var(--ob-gap-xl);
  margin-bottom: var(--ob-gap-lg);
}
.ob-form-section__title {
  font-family: var(--ob-font-heading);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 var(--ob-gap-lg);
  padding-bottom: var(--ob-gap-md);
  border-bottom: 2px solid var(--ob-primary);
  display: flex;
  align-items: center;
  gap: var(--ob-gap-sm);
}
.ob-form-section__title svg { color: var(--ob-primary); }
.ob-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--ob-gap-md);
}
.ob-form-grid--full { grid-template-columns: 1fr; }
.ob-form-group { display: flex; flex-direction: column; gap: 6px; }
.ob-form-group--full { grid-column: 1 / -1; }
.ob-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ob-text-muted);
}
.ob-input {
  border: 1px solid var(--ob-border);
  border-radius: var(--ob-radius);
  padding: 11px 14px;
  font-family: var(--ob-font-body);
  font-size: 14px;
  color: var(--ob-text);
  outline: none;
  transition: border-color var(--ob-transition), box-shadow var(--ob-transition);
  background: var(--ob-white);
}
.ob-input:focus {
  border-color: var(--ob-primary);
  box-shadow: 0 0 0 3px rgba(232,80,10,.12);
}
.ob-input::placeholder { color: var(--ob-text-muted); opacity: .6; }

/* -----------------------------------------------------------
   FOOTER
   ----------------------------------------------------------- */
.ob-footer {
  background: rgb(244,244,244);
  color: rgba(15,23,42,.72);
  padding: var(--ob-gap-3xl) 0 0;
}
.ob-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--ob-gap-2xl);
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad) var(--ob-gap-3xl);
}
.ob-footer__col-title {
  font-family: var(--ob-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0f172a;
  margin: 0 0 var(--ob-gap-lg);
  padding-bottom: var(--ob-gap-sm);
  border-bottom: 2px solid var(--ob-primary);
  display: inline-block;
}
.ob-footer__desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(15,23,42,.62);
  margin-bottom: var(--ob-gap-lg);
}
.ob-footer__links {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ob-footer__links a {
  font-size: 14px;
  color: rgba(15,23,42,.66);
  text-decoration: none;
  transition: color var(--ob-transition);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ob-footer__links a::before {
  content: '>';
  color: var(--ob-primary);
  font-size: 16px;
}
.ob-footer__links a:hover { color: #0f172a; }

.ob-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.ob-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: var(--ob-gap-sm);
  font-size: 14px;
  color: rgba(15,23,42,.66);
}
.ob-footer__contact-item svg { color: var(--ob-primary); flex-shrink: 0; margin-top: 2px; }

.ob-footer__bottom {
  border-top: 1px solid rgba(15,23,42,.1);
  padding: var(--ob-gap-lg) var(--ob-container-pad);
  max-width: var(--ob-container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ob-gap-md);
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(15,23,42,.56);
}
.ob-social-links { display: flex; gap: var(--ob-gap-sm); }
.ob-social-link {
  width: 36px; height: 36px;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(15,23,42,.56);
  text-decoration: none;
  transition: all var(--ob-transition);
}
.ob-social-link:hover {
  background: var(--ob-primary);
  border-color: var(--ob-primary);
  color: #fff;
}
.ob-payment-icons { display: flex; align-items: center; gap: var(--ob-gap-sm); }
.ob-payment-icons img { height: 26px; transition: opacity var(--ob-transition); }
.ob-payment-icons img:hover { opacity: .8; }

/* -----------------------------------------------------------
   BREADCRUMB
   ----------------------------------------------------------- */
.ob-breadcrumb-bar {
  background: var(--ob-white);
  border-bottom: 1px solid var(--ob-border);
  padding: 9px 0;
}
/* Reset OL e LI â€” crÃ­tico para nÃ£o mostrar nÃºmeros */
.ob-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  font-size: 12.5px;
  color: var(--ob-text-muted);
  list-style: none !important;   /* remove numeraÃ§Ã£o do <ol> */
  margin: 0 !important;
  padding: 0 !important;
}
.ob-breadcrumb li {
  display: flex;
  align-items: center;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Separador entre itens via pseudo-elemento sem depender de charset especial */
.ob-breadcrumb li + li::before {
  content: '>';
  color: var(--ob-border);
  font-size: 14px;
  line-height: 1;
  padding: 0 5px;
}
/* Remove separador de li que jÃ¡ contÃ©m sÃ³ o span separador */
.ob-breadcrumb li:has(> span:only-child) {
  display: none;  /* esconde li que sÃ³ tem â€º (gerado pelo PHP) */
}
.ob-breadcrumb a {
  color: var(--ob-text-muted);
  text-decoration: none;
  transition: color var(--ob-transition);
  padding: 2px 0;
}
.ob-breadcrumb a:hover { color: var(--ob-primary); }
/* Span separador do PHP â€” esconde pois usamos ::before */
.ob-breadcrumb li > span:only-child { display: none; }
/* Item atual */
.ob-breadcrumb .current,
.ob-breadcrumb li.current {
  color: var(--ob-text);
  font-weight: 600;
}
/* Primeiro item (InÃ­cio) com Ã­cone home */
.ob-breadcrumb li:first-child a {
  display: flex;
  align-items: center;
  gap: 4px;
}


/* -----------------------------------------------------------
   NOTICES / ALERTS
   ----------------------------------------------------------- */
.ob-notice {
  display: flex;
  align-items: flex-start;
  gap: var(--ob-gap-md);
  padding: var(--ob-gap-md) var(--ob-gap-lg);
  border-radius: var(--ob-radius-lg);
  font-size: 14px;
  margin-bottom: var(--ob-gap-md);
}
.ob-notice--success { background: #e8f5e9; border-left: 4px solid var(--ob-success); color: #1b5e20; }
.ob-notice--warning { background: #fff8e1; border-left: 4px solid var(--ob-warning); color: #e65100; }
.ob-notice--info    { background: #e3f2fd; border-left: 4px solid #1976d2; color: #0d47a1; }

/* -----------------------------------------------------------
   WOOCOMMERCE OVERRIDES
   ----------------------------------------------------------- */

/* Remove estilos padrÃ£o WC */
.woocommerce-breadcrumb { display: none; } /* usamos ob-breadcrumb */

/* BotÃ£o padrÃ£o WC â†’ ob-btn */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-family: var(--ob-font-heading) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border-radius: var(--ob-radius) !important;
  background: var(--ob-primary) !important;
  color: #fff !important;
  transition: background var(--ob-transition) !important;
}
.woocommerce .button:hover,
.woocommerce button.button:hover {
  background: var(--ob-primary-dark) !important;
  color: #fff !important;
}

/* PreÃ§o WC */
/* Reset preÃ§o WC dentro do nosso bloco â€” neutraliza Blocksy */
.ob-single-product .ob-price-block .price,
.ob-single-product .ob-price-block ins,
.ob-single-product .ob-price-block del {
  display: inline !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ob-single-product .ob-price-block .woocommerce-Price-amount {
  display: inline-flex !important;
  align-items: baseline;
  gap: 2px;
}
.woocommerce .price { font-family: var(--ob-font-body) !important; }
.woocommerce ins .amount { color: var(--ob-primary) !important; }

/* Estrelas WC */
.woocommerce .star-rating span::before { color: var(--ob-warning) !important; }

/* Mensagens WC */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: var(--ob-radius-lg) !important;
  border-top: none !important;
  border-left-width: 4px !important;
}
.woocommerce-message { border-left-color: var(--ob-success) !important; }
.woocommerce-info    { border-left-color: #1976d2 !important; }
.woocommerce-error   { border-left-color: #d32f2f !important; }

/* Reviews */
.ob-product-reviews-section {
  margin-top: 40px;
}

.ob-reviews {
  margin-top: 0;
}

.ob-reviews__layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.ob-reviews__summary,
.ob-review-form-wrapper,
.ob-review-card__inner {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
}

.ob-reviews__summary {
  padding: 28px;
  position: sticky;
  top: 24px;
}

.ob-reviews__score-block {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.ob-reviews__score-block:hover .ob-reviews__score-value,
.ob-reviews__score-block.is-active .ob-reviews__score-value {
  color: #f59e0b;
}

.ob-reviews__score-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
}

.ob-reviews__score-value {
  font-size: clamp(46px, 5vw, 62px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #0f172a;
}

.ob-reviews__score-max {
  font-size: 16px;
  font-weight: 700;
  color: rgba(15, 23, 42, 0.48);
}

.ob-reviews__score-stars .star-rating {
  font-size: 18px;
  letter-spacing: 2px;
}

.ob-reviews__score-stars .star-rating,
.ob-review-card__rating .star-rating {
  float: none !important;
  margin: 0;
}

.ob-reviews__score-count {
  margin: 10px 0 0;
  font-size: 14px;
  color: rgba(15, 23, 42, 0.62);
}

.ob-reviews__distribution {
  padding: 24px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.ob-reviews__distribution-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 6px 8px;
  margin: 0 -8px;
  border-radius: 12px;
  cursor: pointer;
  transition: background .18s ease;
}

.ob-reviews__distribution-row + .ob-reviews__distribution-row {
  margin-top: 10px;
}

.ob-reviews__distribution-row:hover,
.ob-reviews__distribution-row.is-active {
  background: #fff7e8;
}

.ob-reviews__distribution-label,
.ob-reviews__distribution-count {
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.ob-reviews__distribution-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: #edf0f3;
  overflow: hidden;
}

.ob-reviews__distribution-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--ob-review-fill, 0%);
  min-width: 10px;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffb703 0%, #ffcc33 100%);
}

.ob-reviews__distribution-fill.is-empty {
  min-width: 0;
}

.ob-reviews__distribution-row.is-active .ob-reviews__distribution-fill {
  background: linear-gradient(90deg, #ffbf3c 0%, #f59e0b 100%);
}

.ob-reviews__recommendation {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
}

.ob-reviews__recommendation-ring {
  width: 78px;
  height: 78px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(closest-side, #fff 74%, transparent 75% 100%),
    conic-gradient(#ffb703 var(--ob-recommendation, 0%), #e8edf2 0);
}

.ob-reviews__recommendation-ring span {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.ob-reviews__recommendation-text {
  max-width: 180px;
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #0f172a;
}

.ob-reviews__toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding-bottom: 18px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.ob-reviews__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ob-reviews__subtitle {
  margin: 6px 0 0;
  font-size: 14px;
  color: rgba(15, 23, 42, 0.58);
}

.ob-reviews__sort {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.ob-reviews__sort label {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.ob-reviews__sort select {
  min-width: 190px;
  height: 48px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
}

.ob-reviews__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ob-review-card + .ob-review-card {
  margin-top: 14px;
}

.ob-review-card__inner {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
}

.ob-review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef2f6 0%, #dbe5ed 100%);
  color: #334155;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.ob-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 14px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.ob-review-card__rating {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}

.ob-review-card__rating .star-rating {
  font-size: 15px;
}

.ob-review-card__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.08;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #111827;
}

.ob-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 14px;
  margin-bottom: 10px;
}

.ob-review-card__author-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ob-review-card__author {
  font-size: 15px;
  color: #0f172a;
}

.ob-review-card__date {
  font-size: 12px;
  color: rgba(15, 23, 42, 0.56);
}

.ob-review-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.ob-review-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.ob-review-card__badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.ob-review-card__badge--verified {
  background: #ecfdf3;
  color: #157347;
}

.ob-review-card__badge--positive {
  background: #fff7e1;
  color: #a16207;
}

.ob-review-card__badge--neutral {
  background: #eef2ff;
  color: #4f46e5;
}

.ob-review-card__badge--negative {
  background: #fef2f2;
  color: #dc2626;
}

.ob-review-card__body {
  font-size: 15px;
  line-height: 1.66;
  color: rgba(15, 23, 42, 0.82);
}

.ob-review-card__body p {
  margin: 0;
}

.ob-review-card__body p + p {
  margin-top: 9px;
}

.ob-review-card__media {
  margin-top: 14px;
}

.ob-review-media > p {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.58);
}

.ob-review-media__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 120px));
  gap: 12px;
}

.ob-review-media__item {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  background: #f8fafc;
}

.ob-review-media__item img,
.ob-review-media__item video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ob-review-form-wrapper {
  margin-top: 28px;
  padding: 28px;
}

.ob-review-form-wrapper .comment-reply-title {
  display: block;
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.ob-review-form-wrapper .comment-notes,
.ob-reviews__empty,
.ob-reviews__locked {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(15, 23, 42, 0.58);
}

.ob-reviews__empty--filtered {
  margin-top: 16px;
}

.ob-review-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.ob-review-form .comment-form-rating,
.ob-review-form .comment-form-comment,
.ob-review-form .form-submit,
.ob-review-form .must-log-in,
.ob-review-form .comment-form-cookies-consent {
  grid-column: 1 / -1;
}

.ob-review-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
}

.ob-review-form input[type="text"],
.ob-review-form input[type="email"],
.ob-review-form select,
.ob-review-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 14px;
  background: #fff;
  color: #0f172a;
  font-size: 15px;
  font-family: var(--ob-font-body);
  transition: border-color var(--ob-transition), box-shadow var(--ob-transition);
}

.ob-review-form input[type="text"],
.ob-review-form input[type="email"],
.ob-review-form select {
  height: 50px;
  padding: 0 16px;
}

.ob-review-form textarea {
  min-height: 150px;
  padding: 14px 16px;
  resize: vertical;
}

.ob-review-form input[type="text"]:focus,
.ob-review-form input[type="email"]:focus,
.ob-review-form select:focus,
.ob-review-form textarea:focus,
.ob-reviews__sort select:focus {
  outline: none;
  border-color: rgba(255, 107, 0, 0.64);
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.ob-review-form .form-submit {
  margin: 4px 0 0;
}

.ob-review-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ob-review-form .comment-form-cookies-consent input {
  margin: 0;
}

.ob-review-form .comment-form-cookies-consent label {
  margin: 0;
  font-weight: 600;
  color: rgba(15, 23, 42, 0.68);
}

@media (max-width: 1024px) {
  .ob-reviews__layout {
    grid-template-columns: 1fr;
  }

  .ob-reviews__summary {
    position: static;
  }

  .ob-reviews__toolbar {
    align-items: start;
    flex-direction: column;
  }

  .ob-reviews__sort select {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .ob-reviews__summary,
  .ob-review-card__inner,
  .ob-review-form-wrapper {
    padding: 20px;
    border-radius: 18px;
  }

  .ob-review-card__inner {
    grid-template-columns: 1fr;
  }

  .ob-review-card__avatar {
    width: 46px;
    height: 46px;
    font-size: 17px;
  }

  .ob-review-card__title {
    font-size: 17px;
  }

  .ob-review-card__meta {
    flex-direction: column;
    align-items: start;
  }

  .ob-review-card__top {
    align-items: flex-start;
  }

  .ob-review-card__badges {
    justify-content: flex-start;
  }

  .ob-review-card__badge {
    min-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .ob-review-form {
    grid-template-columns: 1fr;
  }

  .ob-reviews__distribution-row {
    grid-template-columns: 26px minmax(0, 1fr) 24px;
    gap: 8px;
  }

  .ob-reviews__recommendation {
    align-items: start;
  }
}

/* -----------------------------------------------------------
   BARRA DE ANÃšNCIO (TOPBAR)
   ----------------------------------------------------------- */
.ob-topbar {
  background: var(--ob-primary);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 7px 0;
  position: relative;
  z-index: 1001;
}
.ob-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
  position: relative;
}
.ob-topbar__text {
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.ob-topbar__text:hover { color: rgba(255,255,255,.85); }
.ob-topbar__close {
  position: absolute;
  right: var(--ob-container-pad);
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255,255,255,.7);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  transition: color var(--ob-transition), background var(--ob-transition);
  line-height: 1;
}
.ob-topbar__close:hover { color: #fff; background: rgba(0,0,0,.15); }
.ob-topbar--hidden { display: none !important; }

/* -----------------------------------------------------------
   HEADER STICKY â€” trava no topo em nÃ£o-produtos
   ----------------------------------------------------------- */
.ob-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: top 250ms ease, box-shadow 250ms ease;
}
/* Em pÃ¡ginas de produto: header nÃ£o Ã© sticky (a sticky bar substitui) */
.single-product .ob-header {
  position: relative;
}
.single-product .ob-nav {
  position: relative;
}
/* Header encolhe ao rolar (nÃ£o-produto) */
body:not(.single-product) .ob-header.is-scrolled {
  box-shadow: 0 2px 12px rgba(0,0,0,.18);
}

/* -----------------------------------------------------------
   STICKY BAR DO PRODUTO
   ----------------------------------------------------------- */
.ob-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: var(--ob-white);
  border-bottom: 3px solid var(--ob-primary);
  box-shadow: 0 4px 20px rgba(0,0,0,.15);

  /* Oculta inicialmente */
  transform: translateY(-110%);
  transition: transform 280ms cubic-bezier(.4,0,.2,1);
  pointer-events: none;
}
.ob-sticky-bar.is-visible {
  transform: translateY(0);
  pointer-events: all;
}

.ob-sticky-bar__inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}

/* Produto: thumb + nome */
.ob-sticky-bar__product {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}
.ob-sticky-bar__thumb {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 1px solid var(--ob-border);
  border-radius: 4px;
  background: var(--ob-bg);
  flex-shrink: 0;
  padding: 2px;
}
.ob-sticky-bar__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ob-sticky-bar__title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ob-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 320px;
}
.ob-sticky-bar__sku {
  font-size: 11px;
  color: var(--ob-text-muted);
}

/* PreÃ§o */
.ob-sticky-bar__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.ob-sticky-bar__price-old {
  font-size: 11px;
  color: var(--ob-text-muted);
  text-decoration: line-through;
  line-height: 1.2;
}
.ob-sticky-bar__price-main {
  font-size: 22px;
  font-weight: 800;
  color: var(--ob-primary);
  line-height: 1.1;
}
.ob-sticky-bar__price-main small {
  font-size: 12px;
  font-weight: 400;
  color: var(--ob-text-muted);
}
.ob-sticky-bar__price-main .woocommerce-Price-amount,
.ob-sticky-bar__price-main bdi { color: inherit !important; font-size: inherit !important; font-weight: inherit !important; }
.ob-sticky-bar__price-main .woocommerce-Price-currencySymbol { font-size: 14px !important; }

/* AÃ§Ãµes */
.ob-sticky-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* VariaÃ§Ãµes (produto variÃ¡vel) */
.ob-sticky-bar__variation {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ob-sticky-bar__attr {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ob-sticky-bar__attr-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--ob-text-muted);
  white-space: nowrap;
}
.ob-sticky-bar__select {
  border: 1px solid var(--ob-border);
  border-radius: 4px;
  padding: 6px 28px 6px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ob-text);
  background: var(--ob-white);
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' stroke='%23777' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  transition: border-color var(--ob-transition);
  max-width: 160px;
}
.ob-sticky-bar__select:focus { border-color: var(--ob-primary); }

/* Quantidade */
.ob-sticky-bar__qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--ob-border);
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
}
.ob-sticky-qty-minus,
.ob-sticky-qty-plus {
  width: 34px;
  height: 100%;
  background: var(--ob-bg-dark);
  border: none;
  font-size: 18px;
  font-weight: 300;
  color: var(--ob-text);
  cursor: pointer;
  transition: background var(--ob-transition);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ob-sticky-qty-minus:hover,
.ob-sticky-qty-plus:hover { background: var(--ob-primary); color: #fff; }
.ob-sticky-qty-input {
  width: 44px;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--ob-text);
  background: transparent;
}

/* BotÃ£o adicionar */
.ob-sticky-bar__add {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--ob-primary);
  border: none;
  color: #fff;
  font-family: var(--ob-font-body);
  font-size: 13px;
  font-weight: 700;
  padding: 0 20px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--ob-transition), transform var(--ob-transition);
}
.ob-sticky-bar__add:hover { background: var(--ob-primary-dark); transform: translateY(-1px); }
.ob-sticky-bar__add.is-loading { opacity: .7; pointer-events: none; }
.ob-sticky-bar__add.is-added {
  background: var(--ob-success);
}
.ob-sticky-bar__out {
  font-size: 13px;
  font-weight: 600;
  color: var(--ob-text-muted);
  padding: 0 12px;
}


   ----------------------------------------------------------- */

/* â”€â”€ Mobile toggle â€” escondido no desktop â”€â”€ */
.ob-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: rgba(255,255,255,.85);
  cursor: pointer;
  padding: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background var(--ob-transition), color var(--ob-transition);
}
.ob-mobile-toggle:hover { background: rgba(255,255,255,.1); color: #fff; }

/* â”€â”€ Drawer mobile â”€â”€ */
.ob-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: min(320px, 85vw);
  height: 100vh;
  background: var(--ob-white);
  z-index: 1100;
  overflow-y: auto;
  transition: left 280ms cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0,0,0,.18);
}
.ob-mobile-menu.is-open { left: 0; }

.ob-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--ob-secondary);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .05em;
  flex-shrink: 0;
}
.ob-mobile-menu__close {
  background: transparent;
  border: none;
  color: rgba(255,255,255,.8);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  transition: color var(--ob-transition);
}
.ob-mobile-menu__close:hover { color: #fff; }

.ob-mobile-menu__search {
  padding: 14px 16px;
  background: var(--ob-bg-dark);
  border-bottom: 1px solid var(--ob-border);
  flex-shrink: 0;
}
.ob-mobile-menu__search form {
  display: flex;
  border: 1px solid var(--ob-border);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.ob-mobile-menu__search input[type="search"] {
  flex: 1;
  border: none;
  outline: none;
  padding: 9px 12px;
  font-size: 13px;
  color: var(--ob-text);
  background: transparent;
}
.ob-mobile-menu__search button {
  background: var(--ob-primary);
  border: none;
  color: #fff;
  padding: 0 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Categorias acordeÃ£o */
.ob-mobile-menu__nav { flex: 1; overflow-y: auto; }

.ob-mobile-cat { border-bottom: 1px solid var(--ob-border); }
.ob-mobile-cat__row {
  display: flex;
  align-items: center;
}
.ob-mobile-cat__link {
  flex: 1;
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ob-text);
  text-decoration: none;
  transition: color var(--ob-transition);
}
.ob-mobile-cat__link:hover,
.ob-mobile-cat.is-open .ob-mobile-cat__link { color: var(--ob-primary); }
.ob-mobile-cat__toggle {
  background: transparent;
  border: none;
  padding: 13px 18px;
  cursor: pointer;
  color: var(--ob-text-muted);
  display: flex;
  align-items: center;
  transition: transform var(--ob-transition), color var(--ob-transition);
}
.ob-mobile-cat.is-open .ob-mobile-cat__toggle {
  transform: rotate(180deg);
  color: var(--ob-primary);
}
.ob-mobile-cat__sub { background: var(--ob-bg-dark); }
.ob-mobile-cat__sub-link {
  display: block;
  padding: 10px 20px 10px 32px;
  font-size: 13px;
  color: var(--ob-text-muted);
  text-decoration: none;
  border-bottom: 1px solid var(--ob-border);
  transition: color var(--ob-transition), background var(--ob-transition);
}
.ob-mobile-cat__sub-link:hover {
  color: var(--ob-primary);
  background: rgba(255,107,0,.05);
}
.ob-mobile-cat__sub-link:last-child { border-bottom: none; }

.ob-mobile-menu__footer {
  padding: 16px 20px;
  border-top: 2px solid var(--ob-primary);
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.ob-mobile-menu__footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--ob-text);
  text-decoration: none;
  border-bottom: 1px solid var(--ob-border);
  transition: color var(--ob-transition);
}
.ob-mobile-menu__footer a:last-child { border-bottom: none; }
.ob-mobile-menu__footer a:hover { color: var(--ob-primary); }
.ob-mobile-menu__footer svg { color: var(--ob-primary); flex-shrink: 0; }

@media (max-width: 1200px) {
  .ob-footer__grid { grid-template-columns: 1fr 1fr; gap: var(--ob-gap-xl); }
}

@media (max-width: 1024px) {
  .ob-single-product__layout,
  .ob-archive,
  .ob-cart,
  .ob-checkout {
    grid-template-columns: 1fr;
  }
  .ob-gallery { position: static; }
  .ob-cart-summary { position: static; }
  .ob-hero__inner { grid-template-columns: 1fr; }
  .ob-hero__image { display: none; }
  /* Mega menu: grid menor */
  .ob-mega-menu__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  /* Header mobile */
  .ob-header__inner {
    grid-template-columns: 1fr auto;
    height: 56px;
    gap: 12px;
  }
  .ob-header__search { display: none; }
  .ob-header__actions { display: none; }
  .ob-mobile-toggle { display: flex; }
  .ob-nav { display: none; }
  .ob-mega-menu { display: none; }

  /* Topbar mobile */
  .ob-topbar { font-size: 11.5px; padding: 6px 0; }

  /* Sticky bar mobile â€” simplifica */
  .ob-sticky-bar__product { display: none; }
  .ob-sticky-bar__inner { gap: 10px; height: 54px; }
  .ob-sticky-bar__price-main { font-size: 18px; }
  .ob-sticky-bar__variation { display: none; }
  .ob-sticky-bar__add { font-size: 12px; padding: 0 14px; }

  /* Ajustes gerais */
  .ob-stats__inner { gap: var(--ob-gap-lg); flex-wrap: wrap; }
  .ob-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .ob-products-grid { grid-template-columns: repeat(2, 1fr); }
  .ob-cart-items__header { display: none; }
  .ob-cart-item { grid-template-columns: 1fr auto; }
  .ob-form-grid { grid-template-columns: 1fr; }
  .ob-footer__grid { grid-template-columns: 1fr; }
  .ob-section { padding: var(--ob-gap-2xl) 0; }
  .ob-mega-menu__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .ob-products-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ob-hero__title { font-size: 32px; }
  .ob-section-title { font-size: 24px; }
  .ob-cart { grid-template-columns: 1fr; }
}



/* ================================================================
   STICKY HEADER WRAP + TOPBAR + CART SIDEBAR + CARROSSEL
   (bloco principal â€” sobrescreve conflitos acima)
   ================================================================ */

/* â”€â”€ Topbar laranja â€” sticky isolada â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1010;
  display: block;
  background: var(--ob-primary);
  color: #fff;
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 0;
  margin: 0 !important;
  border: 0 !important;
}
.ob-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--ob-container);
  margin: 0 auto;
  padding: 0 var(--ob-container-pad);
}
.ob-topbar__text  { color: #fff; text-decoration: none; text-align: center; line-height: 1.5; }
.ob-topbar__close { display: none; }
.ob-topbar--hidden { display: none !important; }

/* â”€â”€ Header wrap â€” sticky logo+busca+nav â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-header-wrap {
  position: sticky !important;
  top: var(--ob-topbar-h, 0px);
  z-index: 1000 !important;
}
/* Produto: wrap nÃ£o sticky */
.single-product .ob-header-wrap { position: relative !important; top: auto !important; }

/* â”€â”€ Admin bar: topbar desce 32px para nÃ£o ficar atrÃ¡s da barra do WP â”€â”€ */
.admin-bar .ob-topbar         { top: 0 !important; }
/* ob-header-wrap: top calculado pelo JS (adminBarH + topbarH).
   NÃ£o definir aqui com valor fixo â€” causava sobreposiÃ§Ã£o com a topbar. */
.single-product.admin-bar .ob-header-wrap { top: auto !important; }

html.admin-bar,
body.admin-bar {
  margin-top: 0 !important;
}

html.admin-bar[style],
body.admin-bar[style] {
  margin-top: 0 !important;
}

body.admin-bar #wpadminbar {
  position: fixed !important;
  display: none !important;
}

html.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.admin-bar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* â”€â”€ Header dentro do wrap â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-header {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ob-header-wrap.is-scrolled .ob-header {
  box-shadow: 0 2px 20px rgba(15,23,42,.18) !important;
  background: rgba(255,255,255,.96) !important;
  backdrop-filter: blur(14px);
}

.ob-header-wrap.is-scrolled .ob-nav {
  background: rgba(255,255,255,.96) !important;
  border-bottom-color: rgba(15,23,42,.08) !important;
}

/* â”€â”€ Header inner: 3 colunas no desktop â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-header__inner {
  display: grid !important;
  grid-template-columns: 200px 1fr auto !important;
  align-items: center;
  gap: 16px;
  padding: 0 var(--ob-container-pad);
  max-width: var(--ob-container);
  margin: 0 auto;
  height: 64px;
}

/* â”€â”€ Hamburguer: dentro de ob-header__actions, invisÃ­vel no desktop â”€â”€ */
.ob-mobile-toggle {
  display: none;
  background: transparent;
  border: none;
  color: rgba(255,255,255,.85);
  cursor: pointer;
  padding: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background var(--ob-transition);
  flex-shrink: 0;
  width: auto !important; /* cancela 200px do grid */
}
.ob-mobile-toggle:hover { background: rgba(255,255,255,.1); color: #fff; }

/* â”€â”€ Barra de busca â€” espaÃ§amento da barra de anÃºncio â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-header__search { flex: 1; }
.ob-search-form { margin-top: 0; } /* sem espaÃ§o extra â€” topbar jÃ¡ tem padding */

/* â”€â”€ Carrinho sidebar â€” FIXED corretamente â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-cart-sidebar {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  right: -420px !important;
  left: auto !important;
  width: min(400px, 100vw) !important;
  height: 100vh !important;
  background: var(--ob-white);
  z-index: 1200 !important;
  display: flex !important;
  flex-direction: column;
  box-shadow: -4px 0 32px rgba(0,0,0,.2);
  transition: right 300ms cubic-bezier(.4,0,.2,1) !important;
  /* garante que nÃ£o fica no fluxo do DOM */
  transform: none !important;
}
.ob-cart-sidebar.is-open {
  right: 0 !important;
}

/* Header do sidebar */
.ob-cart-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: var(--ob-secondary);
  flex-shrink: 0;
  border-bottom: 3px solid var(--ob-primary);
}
.ob-cart-sidebar__title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.ob-cart-sidebar__count { font-size: 14px; font-weight: 400; color: rgba(255,255,255,.65); }
.ob-cart-sidebar__close {
  background: transparent; border: none; color: rgba(255,255,255,.7);
  cursor: pointer; padding: 6px; display: flex; border-radius: 4px;
  transition: color var(--ob-transition);
}
.ob-cart-sidebar__close:hover { color: #fff; }

/* Body scrollÃ¡vel */
.ob-cart-sidebar__body { flex: 1; overflow-y: auto; }

/* WC mini cart overrides */
.ob-cart-sidebar__items .woocommerce-mini-cart,
.ob-cart-sidebar__items ul.woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.ob-cart-sidebar__items .woocommerce-mini-cart__empty-message {
  padding: 40px 20px; text-align: center; color: var(--ob-text-muted); font-size: 14px;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item,
.ob-cart-sidebar__items li.woocommerce-mini-cart-item {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 14px 20px; border-bottom: 1px solid var(--ob-border);
  position: relative; transition: background var(--ob-transition);
  list-style: none;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item:hover { background: var(--ob-bg); }
.ob-cart-sidebar__items .woocommerce-mini-cart-item img {
  width: 64px !important; height: 64px !important;
  object-fit: contain; border: 1px solid var(--ob-border);
  border-radius: 4px; padding: 3px; flex-shrink: 0;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item a:not(.remove) {
  font-size: 13px; font-weight: 600; color: var(--ob-text);
  text-decoration: none; line-height: 1.4; display: block; margin-bottom: 4px;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item a:not(.remove):hover { color: var(--ob-primary); }
.ob-cart-sidebar__items .woocommerce-mini-cart-item .quantity {
  font-size: 13px; color: var(--ob-text-muted);
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item .quantity .woocommerce-Price-amount {
  color: var(--ob-primary); font-weight: 700;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item .remove {
  position: absolute; top: 14px; right: 14px;
  color: var(--ob-text-muted) !important; font-size: 18px !important;
  text-decoration: none; transition: color var(--ob-transition);
  width: 22px; height: 22px; display: flex;
  align-items: center; justify-content: center; border-radius: 50%;
}
.ob-cart-sidebar__items .woocommerce-mini-cart-item .remove:hover {
  color: #c00 !important; background: #fee;
}

/* Footer do sidebar */
.ob-cart-sidebar__footer { flex-shrink: 0; border-top: 1px solid var(--ob-border); }

/* Cupom */
.ob-cart-coupon { border-bottom: 1px solid var(--ob-border); }
.ob-cart-coupon__toggle {
  display: flex; align-items: center; gap: 8px; width: 100%;
  background: transparent; border: none; padding: 12px 20px;
  font-size: 13px; font-weight: 600; color: var(--ob-text-muted);
  cursor: pointer; text-align: left; transition: color var(--ob-transition);
}
.ob-cart-coupon__toggle:hover { color: var(--ob-primary); }
.ob-coupon-arrow { margin-left: auto; transition: transform var(--ob-transition); }
.ob-cart-coupon__toggle[aria-expanded="true"] .ob-coupon-arrow { transform: rotate(180deg); }
.ob-cart-coupon__form { padding: 0 20px 14px; }
.ob-cart-coupon__input-row { display: flex; gap: 8px; }
.ob-cart-coupon__input {
  flex: 1; border: 1px solid var(--ob-border); border-radius: 4px;
  padding: 9px 12px; font-size: 13px; outline: none;
  transition: border-color var(--ob-transition);
}
.ob-cart-coupon__input:focus { border-color: var(--ob-primary); }
.ob-cart-coupon__apply {
  background: var(--ob-secondary); color: #fff; border: none;
  border-radius: 4px; padding: 9px 16px; font-size: 13px;
  font-weight: 700; cursor: pointer; white-space: nowrap;
  transition: background var(--ob-transition);
}
.ob-cart-coupon__apply:hover { background: var(--ob-primary); }
.ob-cart-coupon__msg {
  font-size: 12px; margin-top: 8px; padding: 6px 10px;
  border-radius: 4px; display: none;
}
.ob-cart-coupon__msg.is-success { display: block; background: #e8f5e9; color: #2e7d32; }
.ob-cart-coupon__msg.is-error   { display: block; background: #fce4ec; color: #c62828; }

/* Totais */
.ob-cart-sidebar__totals { padding: 12px 20px; border-bottom: 1px solid var(--ob-border); }
.ob-cart-sidebar__subtotal-row {
  display: flex; align-items: center; justify-content: space-between;
  font-size: 15px; font-weight: 700; color: var(--ob-text);
}
.ob-cart-sidebar__subtotal-val { color: var(--ob-primary); font-size: 18px; }
.ob-cart-sidebar__shipping-note { font-size: 11px; color: var(--ob-text-muted); margin: 4px 0 0; }

/* BotÃµes */
.ob-cart-sidebar__btns { padding: 16px 20px; display: flex; flex-direction: column; gap: 8px; }
.ob-cart-sidebar__checkout {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; background: var(--ob-primary); color: #fff;
  font-size: 15px; font-weight: 800; padding: 14px; border-radius: 4px;
  text-decoration: none; text-transform: uppercase; letter-spacing: .04em;
  transition: background var(--ob-transition);
}
.ob-cart-sidebar__checkout:hover { background: var(--ob-primary-dark); color: #fff; }
.ob-cart-sidebar__continue {
  background: transparent; border: 1px solid var(--ob-border);
  color: var(--ob-text-muted); font-size: 13px; font-weight: 600;
  padding: 10px; border-radius: 4px; cursor: pointer;
  text-align: center; width: 100%; transition: all var(--ob-transition);
}
.ob-cart-sidebar__continue:hover { border-color: var(--ob-primary); color: var(--ob-primary); }

/* Overlay do cart */
.ob-cart-overlay {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,.45);
  z-index: 1199 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.ob-cart-overlay.is-active { opacity: 1; pointer-events: all; }

/* BotÃ£o carrinho â€” button em vez de link */
.ob-cart-trigger {
  background: transparent; border: none; cursor: pointer;
  display: flex; flex-direction: column; align-items: center;
  color: rgba(255,255,255,.85); font-size: 11px; gap: 2px;
  padding: 0; transition: color var(--ob-transition);
}
.ob-cart-trigger:hover { color: var(--ob-primary); }

/* â”€â”€ Splide carrossel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.splide__arrow.ob-splide-prev,
.splide__arrow.ob-splide-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ob-white); border: 1px solid var(--ob-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 10; transition: all var(--ob-transition);
  color: var(--ob-text); box-shadow: 0 2px 8px rgba(0,0,0,.12);
  opacity: 1;
}
.splide__arrow.ob-splide-prev { left: -18px; }
.splide__arrow.ob-splide-next { right: -18px; }
.splide__arrow.ob-splide-prev:hover,
.splide__arrow.ob-splide-next:hover { background: var(--ob-primary); border-color: var(--ob-primary); color: #fff; }
.splide__arrow:disabled { opacity: .3; pointer-events: none; }

.ob-cats-splide,
.ob-products-splide { overflow: hidden; padding: 4px 22px; margin: 0 -22px; }

/* â”€â”€ Category card v2 â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.ob-cat-card-v2 {
  display: block; text-decoration: none;
  border: 1px solid var(--ob-border); border-radius: 8px;
  overflow: hidden; background: var(--ob-white);
  transition: border-color var(--ob-transition), box-shadow var(--ob-transition), transform var(--ob-transition);
}
.ob-cat-card-v2:hover { border-color: var(--ob-primary); box-shadow: 0 4px 16px rgba(255,107,0,.15); transform: translateY(-3px); }
.ob-cat-card-v2__img-wrap { aspect-ratio: 4/3; overflow: hidden; background: var(--ob-bg-dark); }
.ob-cat-card-v2__img { width: 100%; height: 100%; object-fit: cover; transition: transform var(--ob-transition-slow); }
.ob-cat-card-v2:hover .ob-cat-card-v2__img { transform: scale(1.06); }
.ob-cat-card-v2__placeholder { width: 100%; height: 100%; background: var(--ob-bg-dark); }
.ob-cat-card-v2__body { padding: 8px 4px 0; border-top: 1px solid transparent; }
.ob-cat-card-v2__name {
  display: block;
  font-family: var(--ob-font-ui-strong);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #1f1f1f;
  text-transform: none;
  max-width: 118px;
  margin: 0 auto 3px;
  margin-bottom: 3px;
}
.ob-cat-card-v2:hover .ob-cat-card-v2__name { color: var(--ob-primary); }
.ob-cat-card-v2__count { display: block; font-size: 11px; color: var(--ob-text-muted); }

/* â”€â”€ Responsivo mobile â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 768px) {
  .ob-header__inner { grid-template-columns: 1fr auto !important; height: 56px; gap: 12px; }
  .ob-header__search  { display: none; }
  .ob-header__actions { display: none; }
  .ob-mobile-toggle   { display: flex !important; }
  .ob-nav             { display: none; }
  .ob-mega-menu       { display: none; }
  .ob-topbar          { font-size: 11px; padding: 6px 0; }
  .ob-cart-sidebar    { width: 100vw !important; right: -100vw !important; }
  .ob-cart-sidebar.is-open { right: 0 !important; }
  .splide__arrow.ob-splide-prev,
  .splide__arrow.ob-splide-next { display: none; }
  .ob-cats-splide, .ob-products-splide { padding: 4px 0; margin: 0; }
  .ob-products-grid   { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  /* Sticky bar mobile */
  .ob-sticky-bar__product { display: none; }
  .ob-sticky-bar__inner   { gap: 10px; height: 54px; }
  .ob-sticky-bar__price-main { font-size: 18px; }
  .ob-sticky-bar__variation  { display: none; }
  .ob-sticky-bar__add { font-size: 12px; padding: 0 14px; }
}

@media (max-width: 1024px) {
  .ob-mega-menu__grid { grid-template-columns: repeat(3, 1fr); }
}

/* ===== FOOTER PAYMENT BAR ===== */
.ob-footer__payment-bar {
  border-top: 1px solid rgba(15,23,42,.1);
  padding: 24px var(--ob-container-pad);
  max-width: var(--ob-container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
}
.ob-footer__payment-row,
.ob-footer__shipping-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ob-footer__payment-label {
  font-size: 11px;
  color: rgba(15,23,42,.5);
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}
.ob-footer__payment-icons {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.ob-footer__pay-icon {
  height: 28px !important;
  width: auto !important;
  border-radius: 4px;
  object-fit: contain;
  opacity: .85;
  transition: opacity .2s;
}
.ob-footer__pay-icon:hover { opacity: 1; }
.ob-footer__ship-icon {
  height: 26px !important;
  width: auto !important;
  object-fit: contain;
  opacity: .75;
  filter: none;
  transition: opacity .2s;
}
.ob-footer__ship-icon:hover { opacity: 1; }
.ob-footer__seals-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-left: auto;
}
.ob-footer__seal-icon {
  height: 38px !important;
  width: auto !important;
  object-fit: contain;
  opacity: .8;
  transition: opacity .2s;
}
.ob-footer__seal-icon:hover { opacity: 1; }
.ob-footer__trust {
  margin-top: 34px;
}
.ob-footer__trust-label {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(15,23,42,.48);
}
.ob-footer__trust-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Product page payment icons â€” img-based */
.ob-pay-icon {
  height: 26px !important;
  width: auto !important;
  border-radius: 4px !important;
  object-fit: contain;
}

@media (max-width: 600px) {
  .ob-footer__payment-bar { flex-direction: column; align-items: flex-start; gap: 16px; }
  .ob-footer__seals-row { margin-left: 0; }
}

/* ===== FOOTER BOTTOM POLICY LINKS ===== */
.ob-footer__bottom-right {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  align-items: center;
  justify-content: flex-end;
}
.ob-footer__bottom-right a {
  color: rgba(15,23,42,.56);
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
}
.ob-footer__bottom-right a:hover { color: #0f172a; }

@media (max-width: 768px) {
  .ob-footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .ob-footer__bottom-right { justify-content: flex-start; }
}

/* Footer company info bottom bar */
.ob-footer__company {
  font-size: 11px;
  color: rgba(15,23,42,.56);
  text-align: center;
  line-height: 1.7;
  margin: 0;
}
.ob-footer__company a:hover { color: #0f172a; }

.ob-footer .ob-logo__line--top {
  color: #0f172a;
}

.ob-policy-legal-note {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 14px;
  background: rgb(244,244,244);
  color: #0f172a;
}

.ob-policy-legal-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.ob-policy-legal-note p {
  margin: 0;
  line-height: 1.7;
  color: rgba(15,23,42,.72);
}

.ob-policy-legal-note a {
  color: inherit;
  text-decoration: underline;
}

.ob-logo--footer img {
  display: block;
  max-width: 180px;
  height: auto;
}

.ob-footer__support-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: transform var(--ob-transition), box-shadow var(--ob-transition), background var(--ob-transition);
  box-shadow: 0 10px 22px rgba(37,211,102,.22);
}
.ob-footer__support-btn:hover {
  background: #1ebe5d;
  color: #fff;
  transform: translateY(-2px);
}
.ob-footer__support-btn strong {
  font-size: 14px;
  white-space: nowrap;
}

/* ===== HIDE NATIVE VARIATION SELECT â€” custom buttons used instead ===== */
.ob-variable-form .variations td.value > select,
.ob-variable-form table.variations th.label {
  display: none !important;
}
.ob-variable-form table.variations td.value {
  padding-left: 0 !important;
}
.ob-variable-form table.variations {
  border: none !important;
  margin-bottom: 4px;
}

/* ===== BREADCRUMB ===== */
.ob-breadcrumb {
  padding: 12px 0 4px;
  margin-bottom: 8px;
}
.ob-breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #888;
}
.ob-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ob-breadcrumb__item::after {
  content: '>';
  color: #bbb;
  font-size: 14px;
  line-height: 1;
}
.ob-breadcrumb__item:last-child::after {
  display: none;
}
.ob-breadcrumb__item a {
  color: #888;
  text-decoration: none;
  transition: color .15s;
}
.ob-breadcrumb__item a:hover {
  color: var(--ob-primary);
}
.ob-breadcrumb__item--current {
  color: #444;
  font-weight: 500;
  /* truncate long titles */
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== PREÃ‡O RISCADO â€” produto em promoÃ§Ã£o ===== */

/* PÃ¡gina do produto */
.ob-price-block__was {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.ob-price-block__was del {
  font-size: 15px !important;
  color: #aaa !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}
.ob-price-block__was del .woocommerce-Price-amount,
.ob-price-block__was del bdi {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}
.ob-price-block__badge-off {
  background: #e63946 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 2px 7px !important;
  border-radius: 4px !important;
  letter-spacing: .3px !important;
  white-space: nowrap;
}

/* Cards de listagem */
.ob-card-price__was {
  font-size: 12px !important;
  color: #bbb !important;
  text-decoration: line-through !important;
  line-height: 1.3 !important;
  display: block;
}
.ob-card-price__was .woocommerce-Price-amount {
  color: inherit !important;
  font-size: inherit !important;
}

/* ===== HERO MEDIA SLIDER ===== */
.ob-hero-slider {
  display: none !important;
}

.ob-hero-media {
  position: relative;
  background: #02060d;
  overflow: hidden;
}

.ob-hero-media__slider {
  position: relative;
  line-height: 0;
}

.ob-hero-media__slider--mobile {
  display: none;
}

.ob-hero-media .splide__track {
  overflow: hidden;
}

.ob-hero-media .splide__list {
  align-items: stretch;
  height: auto !important;
}

.ob-hero-media .splide__slide {
  height: auto !important;
}

.ob-hero-banner {
  display: block;
  width: 100%;
  height: auto;
  background: #02060d;
  text-decoration: none;
}

.ob-hero-banner--desktop {
  aspect-ratio: auto;
}

.ob-hero-banner--mobile {
  aspect-ratio: auto;
}

.ob-hero-banner__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ob-hero-media .splide__arrows {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.ob-hero-media .splide__arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(243,244,246,.94);
  color: #111827;
  opacity: 1;
  pointer-events: auto;
  box-shadow: 0 12px 30px rgba(2,6,13,.2);
  transform: translateY(-50%);
  transition: transform var(--ob-transition), background var(--ob-transition), color var(--ob-transition), box-shadow var(--ob-transition);
}

.ob-hero-media .splide__arrow:hover {
  background: #ffffff;
  color: #000;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 14px 36px rgba(2,6,13,.28);
}

.ob-hero-media .splide__arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
}

.ob-hero-media .splide__arrow--prev {
  left: 8px;
}

.ob-hero-media .splide__arrow--next {
  right: 8px;
}

.ob-hero-media .splide__pagination {
  bottom: 18px;
  gap: 8px;
}

.ob-hero-media .splide__pagination__page {
  width: 42px;
  height: 6px;
  margin: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  opacity: 1;
  transform: none;
  transition: background var(--ob-transition), transform var(--ob-transition);
}

.ob-hero-media .splide__pagination__page.is-active {
  background: rgba(255,255,255,.9);
  transform: none;
}

@media (max-width: 768px) {
  .ob-hero-media__slider--desktop {
    display: none;
  }

  .ob-hero-media__slider--mobile {
    display: block;
  }

  .ob-hero-media .splide__pagination {
    display: none !important;
  }

  .ob-hero-media__slider--mobile .splide__arrows {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
  }

  .ob-hero-media__slider--mobile .splide__arrow {
    position: absolute;
    top: 50%;
    display: flex;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 1.5px solid rgba(0,0,0,.85);
    background: rgba(255,255,255,.92);
    color: #111827;
    box-shadow: 0 6px 18px rgba(0,0,0,.18);
    transform: translateY(-50%);
    pointer-events: auto;
  }

  .ob-hero-media__slider--mobile .splide__arrow:hover {
    transform: translateY(-50%);
    background: #fff;
  }

  .ob-hero-media__slider--mobile .splide__arrow svg {
    width: 12px;
    height: 12px;
    stroke-width: 3.2;
  }

  .ob-hero-media__slider--mobile .splide__arrow--prev,
  .ob-hero-media__slider--mobile .splide__arrow--next {
    bottom: auto;
  }

  .ob-hero-media__slider--mobile .splide__arrow--prev {
    left: 8px;
  }

  .ob-hero-media__slider--mobile .splide__arrow--next {
    right: 8px;
  }
}

.ob-budget-banner {
  display: none !important;
}

.ob-home-category-showcase {
  padding: 0 0 18px;
}

.ob-home-category-showcase__bleed {
  width: calc(100vw - 48px);
  margin: 0 auto;
  padding: 0;
}

.ob-home-category-showcase__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ob-home-category-showcase__card {
  position: relative;
  display: block;
  min-height: clamp(460px, 54vw, 760px);
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 4px;
  background:
    radial-gradient(circle at 50% 36%, rgba(0, 157, 225, 0.34) 0%, rgba(0, 157, 225, 0.08) 38%, rgba(3, 16, 24, 0) 64%),
    linear-gradient(180deg, #082433 0%, #04131d 100%);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 260ms cubic-bezier(.22,1,.36,1), box-shadow 260ms cubic-bezier(.22,1,.36,1);
}

.ob-home-category-showcase__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(1, 7, 11, 0.08) 0%, rgba(1, 7, 11, 0.02) 52%, rgba(1, 7, 11, 0.42) 100%),
    linear-gradient(90deg, rgba(1, 7, 11, 0.12) 0%, rgba(1, 7, 11, 0.02) 18%, rgba(1, 7, 11, 0.02) 82%, rgba(1, 7, 11, 0.14) 100%);
  pointer-events: none;
}

.ob-home-category-showcase__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.ob-home-category-showcase__media-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ob-home-category-showcase__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.005);
  transform-origin: center center;
  transition: transform 520ms cubic-bezier(.22,1,.36,1), filter 320ms ease;
}

.ob-home-category-showcase__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 0 16px 18px;
  text-align: center;
}

.ob-home-category-showcase__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ob-font-heading);
  font-size: clamp(11px, 0.92vw, 15px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.34em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.38);
}

.ob-home-category-showcase__title {
  display: block;
  margin: 0;
  max-width: 100%;
  color: #fff;
  font-family: var(--ob-font-heading);
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 1000;
  line-height: 0.9;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 5px 18px rgba(0, 0, 0, 0.38);
  transition: transform 260ms cubic-bezier(.22,1,.36,1);
}

.ob-home-category-showcase__card:hover,
.ob-home-category-showcase__card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(2, 18, 29, 0.2);
}

.ob-home-category-showcase__card:hover .ob-home-category-showcase__media,
.ob-home-category-showcase__card:focus-visible .ob-home-category-showcase__media {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.02);
}

.ob-home-category-showcase__card:hover .ob-home-category-showcase__title,
.ob-home-category-showcase__card:focus-visible .ob-home-category-showcase__title {
  transform: translateY(-2px);
}

.ob-home-category-showcase__card:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

/* Home polish pass */
.home .ob-section {
  padding: clamp(34px, 4vw, 52px) 0;
}

.home .ob-section + .ob-section {
  margin-top: 0;
}

.home .ob-section--gray + .ob-section--gray {
  padding-top: clamp(26px, 3vw, 38px);
}

.home .ob-section-header {
  gap: 18px;
  margin-bottom: 22px;
}

.home .ob-section-title {
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.home .ob-section-eyebrow {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.2em;
}

.home .ob-btn--outline-dark {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 800;
}

.home .ob-products-grid {
  gap: 16px;
}

.home .ob-products-grid--home-parent {
  gap: 16px;
}

.home .ob-section--home-parent-grid {
  padding-top: clamp(30px, 3.5vw, 46px);
  padding-bottom: clamp(30px, 3.5vw, 46px);
}

.home .ob-section--home-parent-grid .ob-section-header {
  margin-bottom: 18px;
}

.home .ob-section--categories {
  padding-top: 12px;
  padding-bottom: 18px;
}

.home .ob-section--categories .ob-section-header {
  margin-bottom: 16px;
}

.home .ob-cats-splide,
.home .ob-products-splide {
  padding-top: 8px;
  padding-bottom: 10px;
}

.home .splide__track {
  padding-bottom: 2px;
}

.home .splide__slide {
  height: auto;
}

.home .splide__slide .ob-product-card {
  height: 100%;
}

.home .splide__arrow.ob-splide-prev,
.home .splide__arrow.ob-splide-next {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

.home .splide__arrow.ob-splide-prev {
  left: -10px;
}

.home .splide__arrow.ob-splide-next {
  right: -10px;
}

.home .ob-cat-card-v2 {
  border-radius: 14px;
}

.home .ob-cat-card-v2__body {
  padding: 10px 6px 0;
}

.home .ob-cat-card-v2__name {
  font-size: 15px;
  line-height: 1.15;
}

.home .ob-goal-shop-model {
  gap: 28px;
}

.home .ob-section--goal-shop-model-wrap {
  padding-top: clamp(38px, 4.5vw, 58px);
  padding-bottom: clamp(42px, 4.8vw, 64px);
}

.home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__header {
  margin-bottom: -6px;
}

.home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__shell {
  border-radius: 18px;
}

.home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
  padding: 44px 42px 28px;
}

.home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
  gap: 24px;
  padding: 0 42px 38px;
}

.home .ob-home-category-showcase {
  padding: 4px 0 12px;
}

.home .ob-home-category-showcase__bleed {
  width: min(calc(100vw - 42px), 1320px);
}

.home .ob-home-category-showcase__grid {
  gap: 18px;
}

.home .ob-home-category-showcase__card {
  min-height: clamp(430px, 48vw, 650px);
  border-radius: 16px;
}

.home .ob-home-category-showcase__content {
  padding: 28px 26px 24px;
}

.home .ob-home-category-showcase__eyebrow {
  margin-bottom: 14px;
}

.home .ob-home-category-showcase__title {
  line-height: 0.98;
}

@media (max-width: 1024px) {
  .home .ob-section {
    padding: 32px 0;
  }

  .home .ob-products-grid,
  .home .ob-products-grid--home-parent {
    gap: 14px;
  }

  .home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
    padding: 34px 28px 24px;
  }

  .home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
    padding: 0 28px 30px;
  }

  .home .ob-home-category-showcase__bleed {
    width: calc(100vw - 28px);
  }

  .home .ob-home-category-showcase__grid {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .home .ob-section {
    padding: 26px 0;
  }

  .home .ob-section-header {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
  }

  .home .ob-section-title {
    font-size: clamp(24px, 8vw, 32px);
  }

  .home .ob-btn--outline-dark {
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 12px;
  }

  .home .ob-products-grid {
    gap: 10px;
  }

  .home .ob-cats-splide,
  .home .ob-products-splide {
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .home .ob-section--goal-shop-model-wrap .ob-goal-shop-model {
    gap: 18px;
  }

  .home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__hero {
    padding: 28px 20px 18px;
  }

  .home .ob-section--goal-shop-model-wrap .ob-goal-shop-model__products {
    gap: 16px;
    padding: 0 20px 22px;
  }

  .home .ob-home-category-showcase {
    padding: 0 0 8px;
  }

  .home .ob-home-category-showcase__bleed {
    width: calc(100vw - 20px);
  }

  .home .ob-home-category-showcase__grid {
    gap: 10px;
  }

  .home .ob-home-category-showcase__card {
    min-height: 320px;
    border-radius: 14px;
  }

  .home .ob-home-category-showcase__content {
    padding: 20px 18px 18px;
  }
}

.ob-whey-banner-section {
  padding: 20px 0 28px;
}

.ob-whey-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(272px, 23vw, 304px);
  padding: 34px clamp(24px, 4vw, 56px) 30px;
  border-radius: 24px;
  overflow: hidden;
  isolation: isolate;
  background-color: #17191d;
  background-image: var(--ob-whey-banner-image);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ob-whey-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.3) 0%, rgba(7, 8, 10, 0.06) 24%, rgba(7, 8, 10, 0.06) 76%, rgba(7, 8, 10, 0.26) 100%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.04) 0%, rgba(7, 8, 10, 0.18) 100%);
}

.ob-whey-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.ob-whey-banner__content {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.ob-whey-banner__title {
  margin: 0;
  color: #fff;
  font-family: var(--ob-font-heading);
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.ob-whey-banner__sub {
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 1.45;
  text-wrap: balance;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.ob-whey-banner__proofs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 42px;
  margin-top: 40px;
}

.ob-whey-banner__proof {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.ob-whey-banner__proof-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #5ed84e;
  flex-shrink: 0;
}

.ob-whey-banner__proof-icon svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .ob-home-category-showcase {
    padding-bottom: 16px;
  }

  .ob-home-category-showcase__bleed {
    width: calc(100vw - 32px);
  }

  .ob-home-category-showcase__grid {
    gap: 12px;
  }

  .ob-home-category-showcase__card {
    min-height: clamp(360px, 52vw, 560px);
  }

  .ob-whey-banner {
    background-position: center center;
    padding-right: 28px;
    padding-left: 28px;
  }

  .ob-whey-banner__proofs {
    gap: 14px 24px;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .ob-home-category-showcase {
    padding: 0 0 14px;
  }

  .ob-home-category-showcase__bleed {
    width: calc(100vw - 24px);
  }

  .ob-home-category-showcase__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ob-home-category-showcase__card {
    min-height: clamp(420px, 132vw, 760px);
    aspect-ratio: auto;
    border-radius: 6px;
  }

  .ob-home-category-showcase__content {
    gap: 10px;
    padding-right: 16px;
    padding-bottom: 22px;
    padding-left: 16px;
  }

  .ob-home-category-showcase__eyebrow {
    font-size: 11px;
    letter-spacing: 0.26em;
  }

  .ob-home-category-showcase__title {
    font-size: clamp(34px, 8.8vw, 42px);
    line-height: 0.94;
    white-space: normal;
  }

  .ob-whey-banner-section {
    padding: 16px 0 22px;
  }

  .ob-whey-banner {
    min-height: 360px;
    padding: 28px 18px 24px;
    border-radius: 20px;
    background-position: 46% center;
  }

  .ob-whey-banner::before {
    background:
      linear-gradient(180deg, rgba(7, 8, 10, 0.08) 0%, rgba(7, 8, 10, 0.28) 100%),
      linear-gradient(90deg, rgba(7, 8, 10, 0.12) 0%, rgba(7, 8, 10, 0.14) 100%);
  }

  .ob-whey-banner__title {
    font-size: clamp(32px, 11vw, 48px);
  }

  .ob-whey-banner__sub {
    max-width: 280px;
    margin-top: 14px;
    font-size: 14px;
  }

  .ob-whey-banner__proofs {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
  }

  .ob-whey-banner__proof {
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }
}

.ob-product-breadcrumb-bar {
  background: #efefef;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #dddddd;
}

.ob-breadcrumb--product {
  padding: 6px 0;
  margin: 0;
}

.ob-breadcrumb--product .ob-breadcrumb__list {
  min-height: 24px;
  gap: 3px;
  font-size: 12px;
  line-height: 1.2;
  flex-wrap: nowrap;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.ob-breadcrumb--product .ob-breadcrumb__item {
  gap: 3px;
  flex-shrink: 0;
  min-width: 0;
}

.ob-breadcrumb--product .ob-breadcrumb__item::after {
  color: #9a9a9a;
  font-size: 13px;
  margin-left: 7px;
}

.ob-breadcrumb--product .ob-breadcrumb__item a {
  color: #7a7a7a;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.ob-breadcrumb--product .ob-breadcrumb__item--current {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  color: #1f1f1f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ob-single-product {
  padding-top: 24px;
}

@media (max-width: 767px) {
  .ob-breadcrumb--product {
    padding: 5px 0;
  }

  .ob-breadcrumb--product .ob-breadcrumb__list {
    font-size: 11px;
    gap: 2px;
  }

  .ob-breadcrumb--product .ob-breadcrumb__item::after {
    margin-left: 5px;
  }

  .ob-single-product {
    padding-top: 18px;
  }
}

/* ============================================================
   Catalog Mega Navigation
   ============================================================ */
.ob-nav--catalog {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.ob-nav--catalog .ob-nav__inner {
  gap: 14px;
  min-height: 54px;
}

.ob-nav--catalog .ob-nav__all-depts {
  gap: 10px;
  height: 54px;
  padding: 0 8px 0 2px;
  background: transparent;
  color: var(--ob-primary);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.ob-nav--catalog .ob-nav__all-depts:hover,
.ob-nav--catalog .ob-nav__all-depts[aria-expanded="true"] {
  background: transparent;
  color: var(--ob-primary-dark);
}

.ob-nav--catalog .ob-nav__links {
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ob-nav--catalog .ob-nav__links::-webkit-scrollbar {
  display: none;
}

.ob-nav--catalog .ob-nav__item {
  flex: 0 0 auto;
}

.ob-nav--catalog .ob-nav__item a {
  height: 54px;
  padding: 0 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #4b5563;
  background: transparent;
}

.ob-nav--catalog .ob-nav__item a:hover,
.ob-nav--catalog .ob-nav__item.is-current a {
  color: var(--ob-primary);
  background: transparent;
}

.ob-mega-menu--catalog {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

.ob-mega-menu--catalog .ob-mega-menu__inner {
  display: block;
  max-width: 100%;
  min-height: 0;
  max-height: min(76vh, 860px);
  padding: 0;
  overflow: auto;
}

.ob-mega-menu__highlights {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  padding: 10px clamp(20px, 3vw, 42px) 8px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #fff 0%, #fcfcfd 100%);
}

.ob-mega-menu__highlight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 82px;
  padding: 8px 8px 10px;
  color: #0f172a;
  text-decoration: none;
  text-align: center;
  border-radius: 14px;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ob-mega-menu__highlight:hover {
  background: rgba(15, 23, 42, 0.035);
  color: var(--ob-primary);
  transform: translateY(-2px);
}

.ob-mega-menu__highlight-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--ob-primary);
}

.ob-mega-menu__highlight-icon svg {
  width: 26px;
  height: 26px;
}

.ob-mega-menu__highlight-label {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
}

.ob-mega-menu__columns {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 26px 34px;
  padding: 22px clamp(20px, 3vw, 42px) 28px;
}

.ob-mega-menu__column {
  min-width: 0;
}

.ob-mega-menu__column-title {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--ob-primary);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.ob-mega-menu__column-title:hover {
  color: var(--ob-primary-dark);
}

.ob-mega-menu__column-links {
  display: grid;
  gap: 8px;
}

.ob-mega-menu__column-link {
  color: #334155;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.ob-mega-menu__column-link:hover {
  color: var(--ob-primary);
}

.ob-mobile-nav__quicklinks {
  display: none;
}

.ob-mobile-nav__highlights {
  display: none;
}

@media (max-width: 1360px) {
  .ob-mega-menu__highlights {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ob-mega-menu__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1080px) {
  .ob-nav--catalog .ob-nav__inner {
    gap: 8px;
  }

  .ob-nav--catalog .ob-nav__item a {
    font-size: 12px;
    padding: 0 6px;
  }

  .ob-mega-menu__highlights {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ob-mega-menu__columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ob-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 1003;
    display: none;
    background: #f8fafc;
    overflow: hidden;
  }

  .ob-mobile-nav.is-open {
    display: block;
  }

  .ob-mobile-nav__inner {
    height: 100%;
    padding: 12px 12px 20px;
    overflow-y: auto;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  }

  .ob-mobile-nav__quicklinks {
    display: none;
  }

  .ob-mobile-nav__quicklink {
    display: none;
  }

  .ob-mobile-nav__highlights {
    display: none;
  }

  .ob-mobile-nav__highlight {
    display: none;
  }

  .ob-mobile-nav__highlight-icon {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: var(--ob-primary);
  }

  .ob-mobile-nav__highlight-icon svg {
    width: 24px;
    height: 24px;
  }

  .ob-mobile-nav__highlight-label {
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
  }

  .ob-mobile-nav__item {
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    padding: 0 12px;
    margin-bottom: 8px;
  }

  .ob-mobile-nav__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
  }

  .ob-mobile-nav__link {
    flex: 1 1 auto;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
  }

  .ob-mobile-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #64748b;
  }

  .ob-mobile-nav__toggle.is-open {
    color: var(--ob-primary);
    transform: rotate(180deg);
  }

  .ob-mobile-nav__sub {
    display: none;
    padding: 0 0 10px;
  }

  .ob-mobile-nav__sub-link {
    display: block;
    padding: 7px 0;
    color: #475569;
    font-size: 13px;
    text-decoration: none;
  }

  .ob-mobile-nav__footer {
    margin-top: 10px;
  }
}

/* ============================================================
   Catalog Tab Preview Navigation
============================================================ */
.ob-nav--catalog {
  background: #1f1b18 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16) !important;
}

.ob-nav--catalog .ob-nav__inner {
  gap: 8px;
  min-height: 48px;
  background: #1f1b18 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ob-nav--catalog .ob-nav__all-depts {
  height: 48px;
  padding: 0 18px 0 14px;
  background: transparent !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ob-nav--catalog .ob-nav__all-depts:hover,
.ob-nav--catalog .ob-nav__all-depts[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.ob-nav--catalog .ob-nav__links {
  gap: 1px;
  overflow-x: auto;
  overflow-y: hidden;
}

.ob-nav--catalog .ob-nav__item {
  position: relative;
  flex: 0 0 auto;
}

.ob-nav--catalog .ob-nav__item a {
  position: relative;
  height: 48px;
  padding: 0 10px;
  color: #f8fafc !important;
  font-size: 11px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: transparent !important;
  opacity: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
}

.ob-nav--catalog .ob-nav__item.is-current a,
.ob-nav--catalog .ob-nav__item.is-preview-active a,
.ob-nav--catalog .ob-nav__item a:hover {
  color: #fff;
  background: transparent;
}

.ob-nav--catalog .ob-nav__item.is-current a::before,
.ob-nav--catalog .ob-nav__item.is-preview-active a::before,
.ob-nav--catalog .ob-nav__item a:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #ff5a2f 0%, #e30913 100%);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  z-index: -1;
}

.ob-tab-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0ms 180ms;
  pointer-events: none;
  z-index: 1002;
}

.ob-tab-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: auto;
}

.ob-tab-menu__inner {
  max-width: var(--ob-container);
  margin: 0 auto;
}

.ob-tab-menu__panel {
  display: none;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  min-height: 258px;
}

.ob-tab-menu__panel.is-active {
  display: grid;
}

.ob-tab-menu__rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px 16px;
  background:
    radial-gradient(circle at top left, rgba(227, 9, 19, 0.10), transparent 54%),
    linear-gradient(180deg, #fff7f5 0%, #fff 100%);
  border-right: 1px solid rgba(15, 23, 42, 0.07);
}

.ob-tab-menu__eyebrow {
  color: #e30913;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.ob-tab-menu__title {
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.ob-tab-menu__description {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.4;
}

.ob-tab-menu__rail-links {
  display: grid;
  gap: 7px;
}

.ob-tab-menu__rail-link {
  color: #1f2937;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.ob-tab-menu__rail-link:hover {
  color: #e30913;
}

.ob-tab-menu__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ob-tab-menu__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 204px;
}

.ob-tab-menu__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 14px 16px;
  text-align: center;
  text-decoration: none;
  color: #111827;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ob-tab-menu__product:last-child {
  border-right: 0;
}

.ob-tab-menu__product:hover {
  background: #fff8f6;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ob-tab-menu__product-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 108px;
}

.ob-tab-menu__product-media img {
  width: auto;
  max-width: 120px;
  max-height: 110px;
  height: auto;
  object-fit: contain;
}

.ob-tab-menu__product-name {
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  color: #111827;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ob-tab-menu__product-price {
  color: #6b7280;
  font-size: 12px;
  font-weight: 800;
}

.ob-tab-menu__product-price bdi {
  color: #e30913;
}

.ob-tab-menu__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.ob-tab-menu__footer-link {
  color: #262220;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.ob-tab-menu__footer-link:hover {
  color: #e30913;
}

.ob-tab-menu__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 204px;
  padding: 24px;
  color: #6b7280;
  font-size: 14px;
}

.ob-tab-menu__empty a {
  color: #e30913;
  font-weight: 700;
  text-decoration: none;
}

.ob-mega-menu__highlights {
  padding: 6px clamp(20px, 3vw, 42px) 4px;
}

.ob-mega-menu__highlight {
  min-height: 70px;
  gap: 6px;
  padding: 6px 8px 8px;
}

@media (max-width: 1180px) {
  .ob-tab-menu__panel {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .ob-tab-menu__products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .ob-tab-menu__panel {
    grid-template-columns: 1fr;
  }

  .ob-tab-menu__rail {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  }
}

.ob-nav--catalog {
  position: relative;
  width: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: 0 !important;
  overflow: visible !important;
}

.ob-nav--catalog::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  background: #1f1b18;
  z-index: -1;
}

.ob-nav--catalog .ob-nav__inner {
  max-width: min(1600px, 100vw) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ob-tab-menu,
.ob-mega-menu--catalog {
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ob-tab-menu {
  transform: translateX(-50%) translateY(8px);
}

.ob-tab-menu.is-open {
  transform: translateX(-50%) translateY(0);
}

.ob-mega-menu--catalog {
  transform: translateX(-50%) translateY(8px);
}

.ob-mega-menu--catalog.is-open {
  transform: translateX(-50%) translateY(0);
}

.ob-mega-menu--catalog .ob-mega-menu__inner,
.ob-tab-menu__inner {
  max-width: min(1600px, 100vw) !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ob-topbar--promo {
  overflow: hidden;
  background: linear-gradient(90deg, #ff6b00 0%, #ff7f11 45%, #ff6b00 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.14);
  padding: 0 !important;
}

.ob-topbar--promo .ob-topbar__marquee {
  display: flex;
  width: max-content;
  min-width: 100%;
  animation: ob-topbar-marquee 24s linear infinite;
}

.ob-topbar--promo .ob-topbar__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ob-topbar--promo .ob-topbar__promo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  min-height: 0;
  white-space: nowrap;
  line-height: 1;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}

.ob-topbar--promo .ob-topbar__promo + .ob-topbar__promo::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  vertical-align: middle;
}

.ob-topbar--promo .ob-topbar__promo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
}

.ob-topbar--promo .ob-topbar__promo-text {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
}

@keyframes ob-topbar-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ob-topbar--promo .ob-topbar__marquee {
    animation: none;
  }
}

/* -----------------------------------------------------------
   Home: Compre por Categoria
   ----------------------------------------------------------- */
.home .ob-section--categories {
  display: none;
}

.home .ob-section--shop-categories {
  padding: 34px 0 30px;
  background: #fff;
}

.home .ob-shop-categories {
  position: relative;
  padding: 0 12px;
}

.home .ob-shop-categories__header {
  margin-bottom: 22px;
  text-align: center;
}

.home .ob-shop-categories__title {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: clamp(24px, 1.8vw, 30px);
  font-style: italic;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #231f20;
  text-transform: none;
}

.home .ob-shop-categories__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
  align-items: start;
}

.home .ob-shop-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 0;
  text-decoration: none;
  text-align: center;
  color: inherit;
  transition: transform 200ms ease;
}

.home .ob-shop-category-card:hover {
  transform: translateY(-4px);
}

.home .ob-shop-category-card__orb {
  position: relative;
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 78% 26%, rgba(255, 170, 170, 0.96) 0, rgba(255, 170, 170, 0.18) 10%, transparent 18%),
    radial-gradient(circle at 26% 76%, rgba(95, 0, 0, 0.42) 0, transparent 42%),
    linear-gradient(145deg, #6e0000 0%, #d30000 43%, #ff1f1f 72%, #930000 100%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.15);
}

.home .ob-shop-category-card__glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    linear-gradient(115deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 46%, rgba(255,255,255,0.75) 49%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%),
    linear-gradient(245deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.68) 63%, rgba(255,255,255,0) 66%, rgba(255,255,255,0) 100%);
  opacity: 0.95;
}

.home .ob-shop-category-card__media {
  position: absolute;
  top: 6px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
}

.home .ob-shop-category-card__image {
  width: auto;
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.16));
}

.home .ob-shop-category-card__label {
  display: block;
  margin-top: 16px;
  max-width: 154px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: #ef1515;
  text-transform: uppercase;
  text-wrap: balance;
}

@media (max-width: 1199px) {
  .home .ob-shop-categories {
    padding: 0 16px;
  }

  .home .ob-shop-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 18px;
  }

  .home .ob-shop-category-card__orb {
    width: 130px;
    height: 130px;
  }

  .home .ob-shop-category-card__media {
    width: 146px;
    height: 146px;
  }

  .home .ob-shop-category-card__image {
    max-width: 146px;
    max-height: 146px;
  }
}

@media (max-width: 767px) {
  .home .ob-section--shop-categories {
    padding: 26px 0 22px;
  }

  .home .ob-shop-categories {
    padding: 0 10px;
  }

  .home .ob-shop-categories__header {
    margin-bottom: 22px;
  }

  .home .ob-shop-categories__title {
    font-size: 22px;
  }

  .home .ob-shop-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 8px;
  }

  .home .ob-shop-category-card__orb {
    width: 120px;
    height: 120px;
  }

  .home .ob-shop-category-card__media {
    top: 10px;
    width: 128px;
    height: 128px;
  }

  .home .ob-shop-category-card__image {
    max-width: 128px;
    max-height: 128px;
  }

  .home .ob-shop-category-card__label {
    margin-top: 12px;
    max-width: 132px;
    font-size: 13px;
  }
}
