/* Sex Shop Beira Mar — identidade visual (tema claro teal/mint) */
:root {
  --bm-bg: #e8f4f3;
  --bm-bg-soft: #f4faf9;
  --bm-surface: #ffffff;
  --bm-surface-2: #f0f7f6;
  --bm-border: #c5ddd9;
  --bm-teal: #3d9a96;
  --bm-teal-light: #5eb0ac;
  --bm-teal-dark: #2d7a76;
  --bm-mint: #a8e0dc;
  --bm-yellow: #f0b800;
  --bm-yellow-bright: #FFD600;
  --bm-text: #1a2e2c;
  --bm-muted: #5a7370;
  --bm-pink: #e85a9b;
  --bs-body-bg: var(--bm-bg);
  --bs-body-color: var(--bm-text);
  --bs-heading-color: var(--bm-teal-dark);
  --bs-border-color: var(--bm-border);
  --bs-tertiary-bg: var(--bm-surface);
  --bs-secondary-bg: var(--bm-surface-2);
  --bs-link-color: var(--bm-teal-dark);
  --bs-link-hover-color: var(--bm-yellow);
  --bs-primary: var(--bm-teal);
  --bs-primary-rgb: 61, 154, 150;
  --bs-gray-600: #5a7370;
}

body {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(ellipse 90% 55% at 8% -8%, rgba(94, 176, 172, 0.35), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 0%, rgba(240, 184, 0, 0.12), transparent 50%),
    linear-gradient(180deg, #dcefee 0%, var(--bm-bg) 40%, var(--bm-bg-soft) 100%);
  color: var(--bm-text);
  font-family: "Montserrat", system-ui, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--bm-teal-dark);
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}

a {
  color: var(--bm-teal-dark);
  transition: color 0.2s ease;
}

a:hover {
  color: #c99700;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--bm-border);
  color: var(--bm-text);
}

label {
  font-size: 12px;
  font-weight: normal;
  color: var(--bm-muted);
}

button:focus {
  outline: none !important;
}

#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

#content, #column-left, #column-right {
  padding-bottom: 720px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 560px;
  }
}

#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}

#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top bar */
#top,
#top.bm-topbar {
  background: linear-gradient(90deg, var(--bm-teal-dark) 0%, var(--bm-teal) 50%, var(--bm-teal-light) 100%);
  border-bottom: 2px solid var(--bm-yellow);
  margin-bottom: 0;
  position: relative;
  padding: 0;
  min-height: 0;
}

.bm-topbar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 36px;
  padding: 4px 0;
}

.bm-topbar-start {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.bm-topbar-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.bm-topbar-phone:hover {
  color: var(--bm-yellow-bright);
}

.bm-topbar-meta:empty {
  display: none;
}

.bm-topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 0;
  padding: 0;
}

.bm-topbar-actions .list-inline-item {
  margin: 0 !important;
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a,
#top .bm-topbar-phone {
  font-size: 0.92em;
  color: rgba(255, 255, 255, 0.92);
  line-height: 28px;
  vertical-align: middle;
  padding: 2px 0;
  text-decoration: none;
}

#top .list-inline-item > a:hover,
#top .list-inline-item .dropdown > a:hover {
  color: var(--bm-yellow-bright);
}

#top .dropdown-menu {
  background: var(--bm-surface);
  border: 1px solid var(--bm-border);
}

@media (max-width: 991.98px) {
  #top.bm-topbar {
    display: none;
  }
}

/* header — logo concept Beira Mar (marca em destaque) */
header.bm-header,
header {
  background: linear-gradient(180deg, #2f8f8c 0%, #3d9a96 55%, #348f8b 100%);
  padding: 10px 0 14px;
  border-bottom: 3px solid var(--bm-yellow);
  box-shadow: 0 8px 28px rgba(45, 122, 118, 0.28);
}

.bm-header-grid {
  display: grid;
  grid-template-columns: 44px 1fr 52px;
  grid-template-areas:
    "toggle logo cart"
    "search search search";
  align-items: center;
  column-gap: 10px;
  row-gap: 12px;
}

.bm-nav-toggle {
  grid-area: toggle;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.bm-logo {
  grid-area: logo;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  text-align: center;
}

.bm-logo-link {
  display: inline-flex;
  line-height: 0;
}

.bm-logo-img,
#logo img {
  display: block;
  width: 92px;
  height: 92px;
  max-width: 92px;
  max-height: 92px;
  object-fit: cover;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  background: #3d9a96;
}

.bm-logo-fallback {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
}

.bm-logo-fallback a {
  color: var(--bm-yellow-bright);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.bm-header-search {
  grid-area: search;
}

.bm-header-cart,
#cart.bm-header-cart {
  grid-area: cart;
  margin: 0;
  justify-self: end;
}

@media (min-width: 768px) {
  .bm-logo-img,
  #logo img {
    width: 108px;
    height: 108px;
    max-width: 108px;
    max-height: 108px;
  }
}

@media (min-width: 992px) {
  .bm-header-grid {
    grid-template-columns: 132px minmax(0, 1fr) 220px;
    grid-template-areas: "logo search cart";
    column-gap: 20px;
    row-gap: 0;
  }

  .bm-logo {
    justify-content: flex-start;
  }

  .bm-logo-img,
  #logo img {
    width: 118px;
    height: 118px;
    max-width: 118px;
    max-height: 118px;
    border-radius: 18px;
  }

  .bm-header-cart {
    justify-self: stretch;
  }
}

/* search */
#search.bm-search,
#search {
  margin-bottom: 0;
  align-items: stretch;
  width: 100%;
}

#search .bm-search-input,
#search .form-control-lg {
  height: 46px;
  font-size: 14px;
  line-height: 22px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.96);
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  border-right: none;
  color: var(--bm-text);
  border-radius: 10px 0 0 10px;
  box-shadow: none;
}

@media (min-width: 992px) {
  #search .bm-search-input,
  #search .form-control-lg {
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-right: none;
  }
}

#search .bm-search-input::placeholder,
#search .form-control-lg::placeholder {
  color: #7a9491;
  opacity: 1;
}

#search .bm-search-input:focus,
#search .form-control-lg:focus {
  border-color: var(--bm-teal-dark);
  box-shadow: 0 0 0 0.2rem rgba(61, 154, 150, 0.18);
  background-color: #fff;
  color: var(--bm-text);
  z-index: 2;
}

#search .bm-search-btn,
#search .btn-lg {
  font-size: 16px;
  line-height: 18px;
  padding: 0 22px;
  height: 48px;
  min-width: 56px;
  background: var(--bm-yellow);
  border: 2px solid var(--bm-yellow);
  border-left: none;
  color: #1a1a1a;
  text-shadow: none;
  border-radius: 0 10px 10px 0;
  font-weight: 700;
}

#search .bm-search-btn:hover,
#search .btn-lg:hover {
  background: var(--bm-yellow-bright);
  border-color: var(--bm-yellow-bright);
  color: #111;
}

/* cart */
#cart {
  margin-bottom: 0;
}

#cart .img-thumbnail {
  min-width: 100px;
  background: var(--bm-surface-2);
  border-color: var(--bm-border);
}

#cart .bm-cart-btn,
#cart .btn-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 0;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  color: #fff;
  border-radius: 12px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#cart .bm-cart-icon {
  font-size: 1.35rem;
}

#cart .bm-cart-label {
  display: none;
}

#cart .bm-cart-btn::after,
#cart .btn-lg::after {
  display: none;
}

#cart .bm-cart-btn:hover,
#cart .bm-cart-btn:focus,
#cart .bm-cart-btn.show,
#cart .btn-lg:hover,
#cart .btn-lg:focus,
#cart .btn-lg.show {
  background: rgba(255, 255, 255, 0.12);
  border-color: transparent;
  color: var(--bm-yellow-bright);
}

@media (min-width: 992px) {
  #cart .bm-cart-btn,
  #cart .btn-lg {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.28);
  }

  #cart .bm-cart-label {
    display: inline;
  }

  #cart .bm-cart-btn:hover,
  #cart .bm-cart-btn:focus,
  #cart .bm-cart-btn.show,
  #cart .btn-lg:hover,
  #cart .btn-lg:focus,
  #cart .btn-lg.show {
    background: linear-gradient(135deg, var(--bm-yellow), var(--bm-yellow-bright));
    border-color: #e0ac00;
    color: #111;
  }
}

#cart .dropdown-menu {
  background: var(--bm-surface);
  border: 1px solid var(--bm-border);
  color: var(--bm-text);
}

#cart .dropdown-menu li {
  min-width: 300px;
}

#cart .dropdown-menu a {
  color: var(--bm-teal-dark);
}

#cart .table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--bm-text);
  --bs-table-border-color: var(--bm-border);
  --bs-table-striped-bg: rgba(45, 122, 118, 0.04);
  --bs-table-striped-color: var(--bm-text);
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* menu */
#menu {
  background-color: var(--bm-teal);
  background-image: linear-gradient(90deg, #2d7a76 0%, #3d9a96 45%, #5eb0ac 100%);
  background-repeat: repeat-x;
  border: none;
  border-bottom: 3px solid var(--bm-yellow);
  min-height: 40px;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(45, 122, 118, 0.2);
  width: 100%;
}

@media (max-width: 991.98px) {
  main > .container:has(#menu) {
    padding-left: 0;
    padding-right: 0;
  }

  #menu {
    min-height: 0;
    margin-bottom: 12px;
    padding: 0;
    border-bottom: 0;
    box-shadow: none;
    background: transparent;
    background-image: none;
  }

  #menu #category,
  #menu > .navbar-toggler {
    display: none !important;
  }

  #menu #navbar-menu {
    background: linear-gradient(180deg, #2d7a76, #3d9a96);
    border-bottom: 3px solid var(--bm-yellow);
    box-shadow: 0 10px 24px rgba(45, 122, 118, 0.25);
    padding: 8px 12px 14px;
  }

  #menu #navbar-menu.show {
    display: block;
  }

  #menu .navbar-nav > li {
    width: 100%;
  }

  #menu .navbar-nav > li > a,
  #menu .navbar-nav > li > .nav-link {
    white-space: normal;
    padding: 10px 8px;
  }
}

#menu .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0;
}

#menu .navbar-nav > li > a,
#menu .navbar-nav > li > .nav-link {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 12px;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1.2;
}

#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li > .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.14);
  color: var(--bm-yellow-bright);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: var(--bm-surface);
  border: 1px solid var(--bm-border);
}

#menu .dropdown-menu .dropdown-item {
  color: var(--bm-text);
}

#menu .dropdown-menu .dropdown-item:hover {
  background: rgba(61, 154, 150, 0.12);
  color: var(--bm-teal-dark);
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 992px) {
  #menu.navbar-expand-lg {
    flex-wrap: nowrap;
  }

  #menu.navbar-expand-lg > .navbar-collapse,
  #menu #navbar-menu {
    display: flex !important;
    flex-basis: 100%;
    flex-grow: 1;
    width: 100%;
  }

  #menu.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }

  #menu .navbar-nav > .nav-item {
    flex: 1 1 0;
    text-align: center;
    min-width: 0;
  }

  #menu .navbar-nav > li > a,
  #menu .navbar-nav > li > .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px 6px;
    font-size: 10.5px;
    letter-spacing: 0.04em;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  #menu .dropdown-inner {
    flex-direction: row;
  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }

  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }

  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}

#category {
  float: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #d6336c;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
  border-bottom-color: var(--bm-border);
}

.nav-tabs .nav-link {
  color: var(--bm-muted);
}

.nav-tabs .nav-link.active {
  background: var(--bm-surface);
  border-color: var(--bm-border) var(--bm-border) var(--bm-surface);
  color: var(--bm-teal-dark);
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

.form-control,
.form-select {
  background-color: #fff;
  border-color: var(--bm-border);
  color: var(--bm-text);
}

.form-control:focus,
.form-select:focus {
  background-color: #fff;
  border-color: var(--bm-teal);
  color: var(--bm-text);
  box-shadow: 0 0 0 0.2rem rgba(61, 154, 150, 0.2);
}

.btn-primary {
  --bs-btn-bg: var(--bm-teal);
  --bs-btn-border-color: var(--bm-teal-dark);
  --bs-btn-hover-bg: var(--bm-teal-light);
  --bs-btn-hover-border-color: var(--bm-teal);
  --bs-btn-active-bg: var(--bm-teal-dark);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 700;
}

.btn-warning {
  --bs-btn-bg: var(--bm-yellow);
  --bs-btn-border-color: #e6c200;
  --bs-btn-hover-bg: var(--bm-yellow-bright);
  --bs-btn-color: #111;
  --bs-btn-hover-color: #111;
  font-weight: 700;
}

.card {
  background: var(--bm-surface);
  border-color: var(--bm-border);
  color: var(--bm-text);
  box-shadow: 0 4px 16px rgba(45, 122, 118, 0.06);
}

.list-group-item {
  background: var(--bm-surface);
  border-color: var(--bm-border);
  color: var(--bm-text);
}

.dropdown-menu {
  background: var(--bm-surface);
  border-color: var(--bm-border);
}

.dropdown-item {
  color: var(--bm-text);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(61, 154, 150, 0.1);
  color: var(--bm-teal-dark);
}

.table {
  --bs-table-color: var(--bm-text);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bm-border);
  --bs-table-striped-bg: rgba(45, 122, 118, 0.04);
  --bs-table-striped-color: var(--bm-text);
  --bs-table-hover-bg: rgba(61, 154, 150, 0.08);
  --bs-table-hover-color: var(--bm-text);
}

.img-thumbnail {
  background: var(--bm-surface-2);
  border-color: var(--bm-border);
}

.pagination .page-link {
  background: var(--bm-surface);
  border-color: var(--bm-border);
  color: var(--bm-teal-dark);
}

.pagination .page-item.active .page-link {
  background: var(--bm-teal);
  border-color: var(--bm-teal);
  color: #fff;
}

.pagination .page-link:hover {
  background: var(--bm-surface-2);
  color: #c99700;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

/* footer — Bootstrap grid alinhado */
footer.bm-footer,
.bm-footer {
  border: none;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding: 0;
  background: transparent;
  color: var(--bm-muted);
}

.bm-footer-main {
  background: linear-gradient(180deg, #2d7a76 0%, #256864 55%, #1f5552 100%);
  color: rgba(255, 255, 255, 0.92);
  padding: 40px 0 28px;
  border-top: 4px solid var(--bm-yellow);
}

.bm-footer-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--bm-yellow-bright);
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.3;
  min-height: 1.3em;
}

.bm-footer-list {
  margin: 0;
  padding: 0;
}

.bm-footer-list li {
  margin-bottom: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.bm-footer-list a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.bm-footer-list a:hover {
  color: var(--bm-yellow-bright);
}

.bm-footer-hours {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 4px;
}

.bm-footer-hours strong {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #fff;
}

.bm-trust-badges,
.bm-trust-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bm-badge,
.bm-trust-card,
.bm-secure-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 0.82rem;
  font-weight: 600;
}

.bm-trust-card {
  width: calc(50% - 4px);
  min-width: 110px;
}

.bm-secure-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bm-secure-item i {
  color: var(--bm-yellow-bright);
}

.bm-footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin: 28px 0 24px;
  opacity: 1;
}

.bm-footer-nav .bm-footer-heading {
  margin-top: 0;
}

.bm-footer-credits {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}

.bm-powered {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  text-align: center;
}

.bm-powered a {
  color: var(--bm-yellow-bright);
  font-weight: 700;
  text-decoration: none;
}

.bm-powered a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .bm-footer-main {
    padding: 28px 0 20px;
  }

  .bm-trust-card {
    width: 100%;
  }

  .bm-footer-heading {
    margin-bottom: 10px;
  }
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bm-border);
  border-radius: var(--bs-border-radius);
  background-color: var(--bm-surface);
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  color: var(--bm-muted);
}

.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: var(--bm-teal-dark);
}

.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bm-border);
  border-bottom: 1px solid var(--bm-border);
  transform: rotate(-45deg);
}

.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.product-thumb {
  border: 1px solid var(--bm-border);
  position: relative;
  height: 100%;
  background: var(--bm-surface);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  box-shadow: 0 6px 18px rgba(45, 122, 118, 0.08);
}

.product-thumb:hover {
  border-color: var(--bm-teal);
  box-shadow: 0 12px 28px rgba(61, 154, 150, 0.18);
  transform: translateY(-3px);
}

.product-thumb .image {
  text-align: center;
  background: #f7fbfb;
}

.product-thumb .image a:hover {
  opacity: 0.9;
}

.product-thumb .description {
  padding: 14px 14px 58px;
}

.product-thumb .description h4 {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 2.7em;
}

.product-thumb .description h4 a {
  color: var(--bm-text);
  text-decoration: none;
}

.product-thumb .description h4 a:hover {
  color: var(--bm-teal-dark);
}

.product-thumb .description p {
  display: none;
}

.product-thumb .price {
  margin-top: 4px;
}

.product-thumb .price-old {
  display: block;
  font-size: 0.85rem;
  margin-bottom: 2px;
}

.product-thumb .price-new {
  display: block;
  font-size: 1.15rem;
  color: #c99700;
  font-weight: 800;
}

.product-thumb .button-buy {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  gap: 0;
}

.product-thumb .button-buy .btn-buy {
  flex: 1;
  border: none;
  border-top: 1px solid var(--bm-border);
  background: linear-gradient(135deg, var(--bm-teal), var(--bm-teal-dark));
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 44px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-thumb .button-buy .btn-buy:hover {
  background: linear-gradient(135deg, var(--bm-yellow), var(--bm-yellow-bright));
  color: #111;
  cursor: pointer;
}

.product-thumb .button-buy .btn-icon {
  width: 48px;
  flex: 0 0 48px;
  border: none;
  border-top: 1px solid var(--bm-border);
  border-left: 1px solid var(--bm-border);
  background: var(--bm-surface-2);
  color: var(--bm-muted);
  line-height: 44px;
  text-align: center;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-thumb .button-buy .btn-icon:hover {
  color: #d6336c;
  background: #fdeef4;
  cursor: pointer;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button-buy {
    border-left: 1px solid var(--bm-border);
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: var(--bm-yellow);
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #e6c200;
}

.price {
  color: var(--bm-teal-dark);
  font-weight: 600;
}

.price-new {
  font-weight: 700;
  color: #c99700;
}

.price-old {
  color: #d6336c;
  text-decoration: line-through;
}

.price-tax {
  color: var(--bm-muted);
  font-size: 12px;
  display: block;
}

.blog-thumb {
  border: 1px solid var(--bm-border);
  margin-bottom: 15px;
  background: var(--bm-surface);
  border-radius: 10px;
  overflow: hidden;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.96;
  color: #fff;
  background: var(--bm-teal-dark);
  border-top: 3px solid var(--bm-yellow);
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Swiper / banners */
.swiper-viewport,
.swiper {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--bm-border);
  box-shadow: 0 10px 28px rgba(45, 122, 118, 0.12);
}

#content .carousel {
  margin-bottom: 36px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--bm-border);
  background: var(--bm-surface);
  box-shadow: 0 12px 32px rgba(45, 122, 118, 0.12);
}

/* Home slideshow: full-bleed na coluna, sem “card” com gutters */
#common-home #content {
  overflow-x: clip;
}

#content .carousel.bm-home-slideshow,
.bm-home-slideshow {
  --bm-slide-h: 220px;
  position: relative;
  width: calc(100% + var(--bs-gutter-x, 1.5rem));
  max-width: none;
  margin-top: 0;
  margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  margin-bottom: 36px;
  border-radius: 10px;
  overflow: hidden;
  border: none !important;
  background: #0d2f2d;
  box-shadow: 0 18px 44px rgba(18, 58, 56, 0.28);
  padding: 0 !important;
  min-height: var(--bm-slide-h);
}

@media (min-width: 576px) {
  #content .carousel.bm-home-slideshow,
  .bm-home-slideshow {
    --bm-slide-h: 280px;
  }
}

@media (min-width: 768px) {
  #content .carousel.bm-home-slideshow,
  .bm-home-slideshow {
    --bm-slide-h: 360px;
    /* Sai do padding do .container para ocupar a faixa da home */
    width: calc(100% + var(--bs-gutter-x, 1.5rem) + 1.5rem);
    margin-left: calc((var(--bs-gutter-x, 1.5rem) * -0.5) - 0.75rem);
    margin-right: calc((var(--bs-gutter-x, 1.5rem) * -0.5) - 0.75rem);
    margin-bottom: 40px;
    border-radius: 12px;
  }
}

@media (min-width: 992px) {
  #content .carousel.bm-home-slideshow,
  .bm-home-slideshow {
    --bm-slide-h: 500px;
  }
}

@media (min-width: 1200px) {
  #content .carousel.bm-home-slideshow,
  .bm-home-slideshow {
    --bm-slide-h: 560px;
    border-radius: 14px;
  }
}

.bm-home-slideshow .carousel-inner,
.bm-home-slideshow .carousel-item {
  width: 100%;
  height: var(--bm-slide-h);
  min-height: var(--bm-slide-h);
  overflow: hidden;
}

.bm-home-slideshow .carousel-item > a {
  display: block;
  width: 100%;
  height: 100%;
}

.bm-home-slideshow .bm-slide-img,
.bm-home-slideshow .carousel-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  min-height: var(--bm-slide-h);
  object-fit: cover;
  object-position: center center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
  /* Corta moldura/margem branca residual das artes */
  transform: scale(1.04);
  transform-origin: center center;
}

@media (min-width: 768px) {
  .bm-home-slideshow .bm-slide-img,
  .bm-home-slideshow .carousel-item img {
    transform: scale(1.03);
  }
}

#content .carousel-item img {
  border-radius: 0;
  width: 100%;
  object-fit: cover;
}

#content .bm-home-slideshow .carousel-item img {
  max-height: none;
}

#content .carousel-control-prev,
#content .carousel-control-next {
  width: 56px;
  opacity: 1;
}

.bm-home-slideshow .carousel-control-prev,
.bm-home-slideshow .carousel-control-next {
  width: 12%;
  max-width: 72px;
  opacity: 1;
  z-index: 3;
}

.bm-home-slideshow .carousel-control-prev:hover,
.bm-home-slideshow .carousel-control-next:hover,
.bm-home-slideshow .carousel-control-prev:focus,
.bm-home-slideshow .carousel-control-next:focus {
  opacity: 1;
}

#content .carousel-control-prev span,
#content .carousel-control-next span {
  background: rgba(18, 58, 56, 0.92);
  border: 2px solid var(--bm-yellow);
  color: var(--bm-yellow-bright);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.bm-home-slideshow .carousel-control-prev span,
.bm-home-slideshow .carousel-control-next span {
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  background: rgba(13, 47, 45, 0.88);
  border: 2px solid var(--bm-yellow-bright);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 575.98px) {
  .bm-home-slideshow .carousel-control-prev span,
  .bm-home-slideshow .carousel-control-next span {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

#content .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bm-teal);
}

.bm-home-slideshow .carousel-indicators {
  margin-bottom: 0.85rem;
}

.bm-home-slideshow .carousel-indicators [data-bs-target] {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.bm-home-slideshow .carousel-indicators .active {
  background-color: var(--bm-yellow-bright);
}

.bm-brand-carousel .carousel-item img,
.bm-brand-carousel .text-center img {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  max-height: 72px;
  width: auto;
  margin: 0 auto;
  object-fit: contain;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.bm-brand-carousel {
  background: var(--bm-surface) !important;
  border: 1px solid var(--bm-border);
  border-radius: 12px;
  margin-bottom: 28px;
  box-shadow: 0 6px 18px rgba(45, 122, 118, 0.08);
}

.bm-brand-carousel .carousel-item {
  min-height: 120px;
}

.bm-brand-tile {
  background: var(--bm-bg-soft);
  border: 1px solid var(--bm-border);
  border-radius: 10px;
  padding: 12px 10px 10px;
  height: 100%;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bm-brand-tile a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.bm-brand-tile img {
  max-height: 48px !important;
  max-width: 100%;
}

.bm-brand-name {
  display: block;
  color: var(--bm-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
}

.bm-brand-tile:hover {
  border-color: var(--bm-yellow);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(61, 154, 150, 0.15);
}

.bm-brand-tile:hover .bm-brand-name {
  color: #c99700;
}

#content .carousel .text-center a:hover img {
  border-color: transparent;
  transform: none;
}

#content > h3,
#content h2,
.module h3 {
  color: var(--bm-teal-dark);
  border-bottom: 2px solid var(--bm-teal);
  padding-bottom: 8px;
  margin-top: 8px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
}

.btn-buy,
.button-buy .btn-buy,
.product-thumb .button-cart,
#button-cart {
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-thumb .button-buy .btn-buy:focus,
.product-thumb .button-buy .btn-buy:active {
  background: linear-gradient(135deg, var(--bm-yellow), var(--bm-yellow-bright));
  color: #111;
}

/* WhatsApp floating button */
.bm-whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bm-whatsapp-float i {
  font-size: 1.85rem;
  line-height: 1;
}

.bm-whatsapp-float:hover,
.bm-whatsapp-float:focus {
  background: #1ebe57;
  color: #fff !important;
  transform: scale(1.06);
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.55);
}

@media (max-width: 575.98px) {
  .bm-whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .bm-whatsapp-float i {
    font-size: 1.7rem;
  }
}

/* Product options — Beira Mar */
.bm-product-options {
  margin: 1.25rem 0 1.5rem;
  padding: 1.1rem 1.15rem 1.2rem;
  background: linear-gradient(160deg, rgba(61, 154, 150, 0.12) 0%, var(--bm-surface) 45%, var(--bm-surface-2) 100%);
  border: 1px solid var(--bm-border);
  border-left: 4px solid var(--bm-teal);
  border-radius: 12px;
}

.bm-product-options__title {
  margin: 0 0 0.2rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--bm-teal-dark);
  letter-spacing: 0.01em;
}

.bm-product-options__hint {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: var(--bm-muted);
}

.bm-option-label {
  font-weight: 700;
  color: var(--bm-text);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.bm-option-required {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--bm-teal-dark);
  background: rgba(61, 154, 150, 0.18);
  border: 1px solid rgba(61, 154, 150, 0.35);
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
}

.bm-option-select {
  font-size: 1.05rem;
  min-height: 3rem;
  border-width: 2px;
  border-color: var(--bm-teal-light);
  font-weight: 600;
}

.bm-option-select:focus {
  border-color: var(--bm-teal);
  box-shadow: 0 0 0 0.22rem rgba(61, 154, 150, 0.25);
}

.bm-option-field.required .bm-option-select:invalid,
.bm-option-field.required .bm-option-select.is-invalid {
  border-color: #c45c6a;
}

.bm-option-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.bm-option-radio {
  margin: 0;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--bm-border);
  border-radius: 10px;
  background: var(--bm-surface);
  min-width: 7.5rem;
}

.bm-option-radio:has(input:checked) {
  border-color: var(--bm-teal);
  background: rgba(61, 154, 150, 0.1);
  box-shadow: 0 0 0 1px var(--bm-teal);
}

.bm-main-image {
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.bm-main-image--swap {
  opacity: 0.55;
  transform: scale(0.985);
}

@media (max-width: 575.98px) {
  .bm-product-options {
    padding: 0.95rem 0.9rem 1.05rem;
    margin: 1rem 0 1.25rem;
  }

  .bm-option-select {
    font-size: 1rem;
    min-height: 2.85rem;
  }
}
