/* SITE PÚBLICO: temas, cabeçalho, hero, catálogo, Instagram, rodapé e mobile. */

/* Variáveis do tema claro; o tema escuro é aplicado por data-theme no documento. */

:root {
  color-scheme: light;
  --surface: #f7f7f8;
  --low: #fff;
  --container: #f1f2f4;
  --high: #eceef1;
  --highest: #e4e6ea;
  --primary: #17181c;
  --muted: #62666d;
  --outline: #d3d6dc;
  background: #f7f7f8;
  color:#1b1c20
}

body {
  background: #f7f7f8;
  color:#1b1c20
}

.header {
  background: #090a0d!important;
  border-bottom-color: #26282e!important;
  color:#fff
}

.header nav a {
  color:#c9cbd0
}

.header nav a:hover,
.header nav a.active {
  color:#fff
}

.section-heading h2,
.center-heading h2,
.contact-card h2,
.product-card h3,
.product-price,
.catalog-hero h1 {
  color:#17181c
}

.product-card,
.contact-card,
.gallery-item,
.catalog-mobile-card {
  box-shadow:0 12px 32px #16181d1c
}

.product-card {
  background: #ffffff;
  border-color:#000000
}

.product-card:hover {
  background: #fff;
  box-shadow: 0 18px 42px #16181d2b;
  transform:translateY(-3px)
}

.product-image {
  background:#eef0f3
}

.gallery {
  background:#f0f1f3
}

.gallery-item img {
  filter:none
}

.contact-card {
  background: #fff;
  border-color:#d8dae0
}

.button.secondary {
  color: #fff;
  border-color:#777b82
}

.catalog-hero {
  background:#eef0f3
}

.outline-button {
  color: #fff;
  border-color: #0b66d8;
  background:#0b66d8
}

.outline-button:hover {
  color: #fff;
  background: #084fa8;
  border-color:#084fa8
}

html:not([data-theme="dark"]) .button {
  background: #0b66d8;
  color: #fff;
  border-color:#0b66d8
}

html:not([data-theme="dark"]) .button:hover {
  background: #084fa8;
  filter:none
}

html:not([data-theme="dark"]) .button.secondary {
  background: #fff;
  color: #000000;
  border-color:#000000
}

footer {
  background: #090a0d!important;
  color: #fff;
  text-align:center
}

footer p,
footer a,
.copyright {
  color:#bfc2c8!important
}

.footer-grid {
  display:none!important
}

.copyright {
  justify-content: center!important;
  align-items: center;
  flex-direction: column;
  text-align:center
}

.copyright>span:last-child {
  display:block
}

.copyright a {
  color:inherit!important;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px
}

.product-purchase {
  display:grid;
  gap:12px;
  margin-top:auto
}

.product-quantity {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#555b66;
  font-size:13px;
  font-weight:700
}

.product-quantity>div {
  display:grid;
  grid-template-columns:38px 52px 38px;
  height:38px;
  overflow:hidden;
  border:1px solid #cfd3da;
  border-radius:8px
}

.product-quantity button,
.product-quantity input {
  width:100%;
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#f2f3f5!important;
  color:#111319!important;
  text-align:center;
  font:700 15px/1 Inter,Arial,sans-serif
}

.product-quantity input {
  appearance:textfield;
  background:#fff!important;
  border-inline:1px solid #cfd3da
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
  appearance:none;
  margin:0
}

html[data-theme="dark"] .product-quantity {
  color:#d8dbe1
}

html[data-theme="dark"] .product-quantity>div,
html[data-theme="dark"] .product-quantity input {
  border-color:#555b66
}

.cart-trigger {
  position: fixed!important;
  top: 10px!important;
  right: max(16px, calc(50vw - 640px))!important;
  bottom: auto!important;
  width: 44px;
  height: 44px;
  padding: 0!important;
  justify-content: center;
  background: #fff!important;
  color: #111!important;
  box-shadow: none!important;
  border:1px solid #34363d!important
}

.cart-label {
  display:none!important
}

.cart-trigger b {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #d92727;
  color:#fff
}

.header-actions {
  padding-right:108px
}

.contact-link,
.header-actions>.button {
  display:none!important
}

.theme-toggle {
  background: #202228;
  color: #fff;
  border: 1px solid #3b3e46;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
  font-size:18px
}

.cart-drawer {
  background: #fff;
  color:#17181c
}

.cart-header,
.cart-summary {
  background: #f3f4f6;
  border-color:#d5d7dc
}

.cart-item-info h3,
.cart-item-info>strong,
.cart-summary strong {
  color:#17181c
}

html[data-theme="dark"] {
  color-scheme: dark;
  --surface: #111319;
  --low: #191b21;
  --container: #1d1f26;
  --high: #282a30;
  --highest: #33353b;
  --primary: #0b66d8;
  --muted: #c4c7c7;
  --outline: #444748;
  background: #111319;
  color:#e2e2ea
}

html[data-theme="dark"] body {
  background: #111319;
  color:#e2e2ea
}

html[data-theme="dark"] .section-heading h2,
html[data-theme="dark"] .center-heading h2,
html[data-theme="dark"] .contact-card h2,
html[data-theme="dark"] .product-card h3,
html[data-theme="dark"] .product-price,
html[data-theme="dark"] .catalog-hero h1 {
  color:#fff
}

html[data-theme="dark"] .product-card {
  background: #212121;
  border-color:#fafafa4f
}

html[data-theme="dark"] .product-image {
  background:#33353b
}

html[data-theme="dark"] .gallery {
  background:#0c0e14
}

html[data-theme="dark"] .contact-card {
  background: #1d1f26cc;
  border-color:#44474880
}

html[data-theme="dark"] .button.secondary {
  color:#000000
}

html[data-theme="dark"] .catalog-hero {
  background:#1d1f26
}

html[data-theme="dark"] .outline-button {
  color:#dcdcdc
}

html[data-theme="dark"] .cart-drawer {
  background: #111319;
  color:#fff
}

html[data-theme="dark"] .cart-header,
html[data-theme="dark"] .cart-summary {
  background:#191b21
}

html[data-theme="dark"] .cart-item-info h3,
html[data-theme="dark"] .cart-item-info>strong,
html[data-theme="dark"] .cart-summary strong {
  color:#fff
}

@media(max-width:900px) {
  .hero-media {
    display:none!important
  }

  .header-actions {
    display: flex!important;
    margin-left: auto;
    padding-right:58px
  }

  .theme-toggle {
    display: grid;
    place-items:center
  }

  .footer-grid {
    text-align:center
  }

  .cart-trigger {
    right:14px!important
  }

}

.gallery-grid {
  align-items:center
}

.gallery-item {
  border-radius: 10px;
  border: 3px solid transparent;
  background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7) border-box
}

.gallery-item img {
  object-position:center center
}

.gallery-item span {
  color: #fff;
  background:linear-gradient(135deg,#f9ce3488,#ee2a7b88,#6228d788)
}

.instagram-follow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 99px;
  background: #fff!important;
  color: #17181c!important;
  box-shadow: 0 8px 22px #17181c1f;
  font-weight:800
}

.instagram-follow img,
.whatsapp img {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  object-fit:cover
}

.whatsapp {
  gap:10px
}

.contact-card .whatsapp {
  display:inline-flex
}

html[data-theme="dark"] .gallery-item {
  background:linear-gradient(#15171b,#15171b) padding-box,linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7) border-box
}

.legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top:16px
}

.legal-links a {
  margin:0!important
}

.cookie-banner {
  position: fixed;
  z-index: 100;
  left: 20px;
  right: 20px;
  bottom: 20px;
  margin: auto;
  width: min(920px, calc(100% - 40px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #fff;
  color: #17181c;
  border: 1px solid #d5d8de;
  border-radius: 8px;
  padding: 20px 22px;
  box-shadow:0 18px 60px #0004
}

.cookie-banner strong {
  font-size:18px
}

.cookie-banner p {
  margin: 5px 0 0;
  color: #555a62;
  line-height:1.45
}

.cookie-banner a {
  text-decoration:underline
}

.cookie-actions {
  display: flex;
  gap: 10px;
  flex-shrink:0
}

.cookie-actions button {
  cursor: pointer;
  border: 1px solid #17181c;
  background: #fff;
  color: #17181c;
  padding: 11px 14px;
  border-radius: 4px;
  font-weight:700
}

.cookie-actions button:last-child {
  background: #17181c;
  color:#fff
}

html[data-theme="dark"] .cookie-banner {
  background: #191b21;
  color: #fff;
  border-color:#444748
}

html[data-theme="dark"] .cookie-banner p {
  color:#c4c7c7
}

html[data-theme="dark"] .cookie-actions button {
  border-color: #ddd;
  background: #191b21;
  color:#fff
}

html[data-theme="dark"] .cookie-actions button:last-child {
  background: #fff;
  color:#17181c
}

@media(max-width:680px) {
  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
    right:10px
  }

  .cookie-actions {
    display: grid;
    grid-template-columns:1fr 1fr
  }

  .cookie-actions button {
    padding:12px 8px
  }

}

.cookie-actions button:last-child {
  background: #0b66d8!important;
  border-color: #0b66d8!important;
  color:#fff!important
}

.gallery {
  background:linear-gradient(135deg,#f9ce34 0%,#ee2a7b 48%,#6228d7 100%)!important
}

.gallery .center-heading h2,
.gallery .center-heading p {
  color: #fff!important;
  text-shadow:0 2px 12px #0004
}

.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 240px))!important;
  align-items: center!important;
  justify-content:center!important
}

.gallery-item {
  width: 100%;
  border: 3px solid #fff!important;
  background: #fff!important;
  box-shadow:0 14px 34px #30104a55!important
}

.gallery-item img {
  object-position: center center!important;
  object-fit:cover!important
}

html[data-theme="dark"] .gallery {
  background:linear-gradient(135deg,#f9ce34 0%,#ee2a7b 48%,#6228d7 100%)!important
}

html[data-theme="dark"] .gallery-item {
  background: #15171b!important;
  border-color:#fff!important
}

#root {
  /* O conteudo principal nunca deve depender do JavaScript para ficar visivel.
     Se um recurso opcional falhar, a pagina continua utilizavel. */
  visibility:visible
}

.boot-loading,
.boot-error {
  min-height:100vh;
  display:grid;
  place-content:center;
  justify-items:center;
  gap:18px;
  padding:32px;
  text-align:center;
  color:#171a21;
  background:#f7f8fa
}

.boot-loading img {
  width:min(240px,70vw);
  height:auto
}

.boot-loading span {
  font:600 14px/1.4 Inter,Arial,sans-serif;
  color:#626875
}

.boot-error strong {
  font:800 clamp(22px,4vw,34px)/1.15 "Hanken Grotesk",Inter,Arial,sans-serif
}

.boot-error p {
  max-width:520px;
  margin:0;
  font:500 15px/1.6 Inter,Arial,sans-serif;
  color:#626875
}

.boot-error button {
  border:0;
  border-radius:999px;
  padding:13px 22px;
  color:#fff;
  background:#111319;
  font:700 14px/1 Inter,Arial,sans-serif;
  cursor:pointer
}

.hero-inner {
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:center;
  gap:clamp(42px,7vw,96px)
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  min-height:480px
}

.hero {
  position: relative;
  min-height: 600px;
  background:linear-gradient(90deg,#10131acc,#10131a99),url('../image/fixo.jpg') center/cover no-repeat!important
}

.hero h1,
.hero p {
  color: #fff!important;
  text-shadow:0 2px 14px #0008
}

.hero .button.secondary {
  background: #fff!important;
  color: #000!important;
  border-color:#fff!important
}

.hero-media {
  display:block!important;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#0c0e13;
  border:1px solid #ffffff24;
  box-shadow:0 24px 70px #0009
}

.hero-media img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover
}

.hero-copy>h1 {
  margin-top:0
}

.hero .actions {
  margin-top:26px
}

.product-grid {
  align-items:stretch
}

.product-card {
  min-height: 440px;
  padding:16px
}

.product-image {
  margin-bottom:16px
}

.product-card>p {
  display:-webkit-box;
  overflow:hidden;
  margin-bottom:14px;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:5
}

.product-price {
  margin-bottom:14px
}

.content-section {
  padding-top: 76px;
  padding-bottom:76px
}

.gallery {
  padding-top: 72px;
  padding-bottom:72px
}

.gallery .center-heading {
  margin-bottom:34px
}

.gallery .center-heading p {
  margin-top: 0;
  font-size:18px
}

.footer-logo {
  width: 120px;
  height: 76px;
  object-fit: cover;
  border-radius:6px
}

footer {
  padding-top:64px
}

.footer-grid {
  align-items:start
}

.footer-grid>div:first-child p {
  max-width: 340px;
  margin-left: auto;
  margin-right:auto
}

.footer-grid h3 {
  margin-bottom:16px
}

.footer-grid a {
  margin:9px 0
}

.copyright {
  margin-top:42px
}

@media(max-width:900px) {
  .hero {
    min-height:560px
  }

  .hero-copy {
    max-width:650px;
    min-height:auto
  }

  .hero-inner {
    grid-template-columns:1fr;
    gap:34px
  }

  .hero-media {
    width:min(680px,100%);
    margin-inline:auto
  }

  .content-section {
    padding-top: 58px;
    padding-bottom:58px
  }

  .section-heading {
    margin-bottom:32px
  }

  .product-card {
    min-height:390px
  }

  .gallery {
    padding-top: 56px;
    padding-bottom:56px
  }

  .gallery .center-heading {
    margin-bottom:28px
  }

}

@media(max-width:560px) {
  .hero {
    min-height: 520px;
    padding:38px 20px
  }

  .hero-copy {
    min-height:auto
  }

  .hero h1 {
    font-size: 42px;
    line-height:1.03
  }

  .hero p {
    font-size: 17px;
    line-height:1.55
  }

  .hero .actions {
    gap: 12px;
    margin-top:24px
  }

  .hero .actions .button {
    padding:15px 18px
  }

  .content-section {
    padding-left: 14px;
    padding-right:14px
  }

  .section-heading {
    gap:12px
  }

  .section-heading h2 {
    font-size:30px
  }

  .section-heading>a {
    font-size:15px
  }

  .product-grid {
    gap:10px
  }

  .product-card {
    min-height: 335px;
    padding:10px
  }

  .product-image {
    margin-bottom:10px
  }

  .product-card h3 {
    font-size:15px
  }

  .product-card>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin: 6px 0 10px;
    font-size:11px
  }

  .product-price {
    font-size: 17px;
    margin-bottom:10px
  }

  .outline-button {
    padding: 9px 5px;
    font-size:11px
  }

  .gallery .center-heading p {
    font-size: 16px;
    line-height:1.45
  }

  .gallery-grid {
    grid-template-columns:minmax(0,300px)!important
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr!important;
    gap:34px 18px!important
  }

  .footer-grid>div:first-child {
    grid-column:1/-1
  }

  .footer-grid>div:last-child {
    grid-column:1/-1
  }

  .footer-grid h3 {
    font-size:18px
  }

  .footer-grid p,
  .footer-grid a {
    font-size: 14px;
    line-height:1.5
  }

  .copyright {
    margin-top: 36px;
    font-size:12px
  }

  .legal-links {
    flex-wrap:wrap
  }

}

.cart-trigger {
  border-color: #e32636!important;
  border-width:2px!important
}

.mobile-nav-toggle {
  display: none;
  background: #fff;
  color: #111;
  border: 1px solid #34363d;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  font-size: 24px;
  cursor:pointer
}

.instagram-controls {
  display:none
}

@media(max-width:900px) {
  .mobile-nav-toggle {
    display: grid;
    place-items: center;
    margin-left: auto;
    margin-right:112px
  }

  .header.mobile-open nav {
    display: flex!important;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 58px;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    background: #090a0d;
    border: 1px solid #34363d;
    border-radius: 8px;
    box-shadow:0 16px 40px #0007
  }

  .header.mobile-open nav a {
    padding: 13px 14px;
    border-bottom:1px solid #292c32
  }

  .header.mobile-open nav a:last-child {
    border-bottom:0
  }

  .header-actions {
    margin-left:0!important
  }

}

@media(max-width:560px) {
  .mobile-nav-toggle {
    margin-right:102px
  }

  .gallery-grid {
    display: block!important;
    position: relative;
    height: 330px;
    overflow:hidden
  }

  .gallery-item {
    position: absolute!important;
    top: 18px;
    left: 50%;
    width: 230px!important;
    height: 280px!important;
    transition: transform .35s ease, opacity .35s ease;
    pointer-events:none
  }

  .gallery-item img {
    height:100%!important
  }

  /* Estado inicial seguro antes da ativacao do carrossel assincrono. */
  .gallery-grid:not([data-carousel]) .gallery-item {
    z-index: 0;
    opacity: 0;
    transform:translateX(-50%) scale(.7)
  }

  .gallery-grid:not([data-carousel]) .gallery-item:first-child {
    z-index: 3;
    opacity: 1;
    transform:translateX(-50%) scale(1);
    pointer-events:auto
  }

  .gallery-item.slide-current {
    z-index: 3;
    opacity: 1;
    transform: translateX(-50%) scale(1);
    pointer-events:auto
  }

  .gallery-item.slide-prev {
    z-index: 1;
    opacity: .38;
    transform:translateX(-105%) scale(.82)
  }

  .gallery-item.slide-next {
    z-index: 1;
    opacity: .38;
    transform:translateX(5%) scale(.82)
  }

  .gallery-item.slide-hidden {
    opacity: 0;
    transform:translateX(-50%) scale(.7)
  }

  .instagram-controls {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top:4px
  }

  .instagram-controls[hidden] {
    display:none
  }

  .instagram-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid #fff8;
    border-radius: 50%;
    background: #ffffffdd;
    color: #7d176f;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    box-shadow:0 8px 22px #30104a44
  }

}

@media(max-width:900px) {
  .mobile-nav-toggle {
    position: absolute;
    right: 112px;
    margin:0
  }

}

@media(max-width:560px) {
  .mobile-nav-toggle {
    right: 106px;
    margin:0
  }

}

.catalog-hero {
  display:none!important
}

.catalog-page {
  padding-top:38px
}

.catalog-page .section-heading h1 {
  color:#17181c;
  font-size:40px
}

html[data-theme="dark"] .catalog-page .section-heading h1 {
  color:#fff
}

.catalog-content .product-card[hidden] {
  display:none!important
}

.catalog-empty,
.catalog-message {
  margin: -12px 0 24px;
  padding: 14px 16px;
  border: 1px solid #c9ccd3;
  border-radius: 6px;
  background:#fff;
  color:#343840;
  font-weight:700
}

.catalog-message.error {
  border-color:#c74747;
  color:#9f2929
}

.catalog-empty[hidden],
.catalog-message[hidden] {
  display:none!important
}

html[data-theme="dark"] .catalog-empty,
html[data-theme="dark"] .catalog-message {
  border-color:#555961;
  background:#191b21;
  color:#fff
}

.catalog-tools {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(190px, 280px);
  gap: 18px;
  margin: -18px 0 32px;
  padding: 20px;
  background: #fff;
  border: 1px solid #d8dae0;
  border-radius: 8px;
  box-shadow:0 10px 28px #17181c12
}

.catalog-tools label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #343840;
  font-size: 13px;
  font-weight:800
}

.catalog-tools input,
.catalog-tools select {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #bfc3cb;
  border-radius: 5px;
  background: #fff;
  color: #17181c;
  font: inherit;
  font-weight:500
}

.catalog-tools input:focus,
.catalog-tools select:focus {
  outline: 2px solid #0b66d844;
  border-color:#0b66d8
}

html[data-theme="dark"] .catalog-tools {
  background: #191b21;
  border-color:#444748
}

html[data-theme="dark"] .catalog-tools label {
  color:#fff
}

html[data-theme="dark"] .catalog-tools input,
html[data-theme="dark"] .catalog-tools select {
  background: #111319;
  color: #fff;
  border-color:#555961
}

@media(max-width:900px) {
  .mobile-nav-toggle {
    left: 72px!important;
    right:auto!important
  }

  .theme-toggle {
    display: grid!important;
    place-items: center;
    position: fixed;
    z-index: 31;
    top: 11px;
    right:68px
  }

  .header-actions {
    padding-right:0!important
  }

  .catalog-page {
    padding-top:18px
  }

}

@media(max-width:560px) {
  .mobile-nav-toggle {
    left:66px!important
  }

  .catalog-tools {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: -8px 0 24px;
    padding:14px
  }

  .catalog-tools input,
  .catalog-tools select {
    height:44px
  }

  .catalog-content {
    padding-top:34px!important
  }

  .catalog-page .section-heading h1 {
    font-size:30px
  }

}

.product-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin:2px 0 12px
}

.rating-stars {
  display: inline-flex;
  gap:1px
}

.rating-stars button {
  border: 0;
  background: transparent!important;
  color: #c6c9cf!important;
  padding: 0;
  font-size: 19px;
  line-height: 1;
  cursor: pointer;
  transition:color .15s,transform .15s
}

.rating-stars button:hover,
.rating-stars button:hover~button {
  transform:scale(1.08)
}

.rating-stars button.selected,
.rating-stars:has(button:hover) button {
  color:#f5b301!important
}

.rating-stars:has(button:hover) button:hover~button {
  color:#c6c9cf!important
}

.product-rating strong {
  font-size: 14px;
  color:#30343a
}

.product-rating small {
  color: #777b83;
  font-size:11px
}

html[data-theme="dark"] .product-rating strong {
  color:#fff
}

@media(max-width:560px) {
  .product-rating {
    gap: 3px;
    margin-bottom:8px
  }

  .rating-stars button {
    font-size:15px
  }

  .product-rating strong {
    font-size:12px
  }

  .product-rating small {
    display:none
  }

}

.customer-account {
  height: 42px;
  padding: 0 14px;
  border: 1px solid #3b3e46;
  border-radius: 5px;
  background: #202228;
  color: #fff;
  cursor: pointer;
  font-weight:800
}

.customer-modal {
  width: min(460px, calc(100% - 24px));
  max-height: 90vh;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #17181c;
  box-shadow:0 24px 80px #0007
}

.customer-modal::backdrop {
  background: #000a;
  backdrop-filter:blur(3px)
}

.customer-box {
  position: relative;
  padding:28px
}

.customer-close {
  position: absolute;
  right: 12px;
  top: 8px;
  border: 0;
  background: transparent;
  color: #555;
  font-size: 30px;
  cursor:pointer
}

.customer-box h2 {
  margin: 0 0 8px;
  font-size:30px
}

.customer-box h3 {
  margin:22px 0 6px
}

.customer-box p {
  margin:5px 0 18px
}

.customer-box form {
  display: grid;
  gap:12px
}

.customer-box label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight:800
}

.customer-box input {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #bfc3cb;
  border-radius: 5px;
  background: #fff;
  color:#17181c
}

.customer-box form>button {
  border: 0;
  border-radius: 5px;
  background: #0b66d8;
  color: #fff;
  padding: 13px;
  font-weight: 800;
  cursor:pointer
}

.social-login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom:18px
}

.social-login button,
.customer-links button,
[data-view-panel]>button {
  border: 1px solid #cdd0d6;
  border-radius: 5px;
  background: #fff;
  color: #17181c;
  padding: 11px;
  cursor:pointer
}

.customer-links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top:14px
}

.customer-links [data-show="register"] {
  border-color:#e86f16!important;
  background:#f47b20!important;
  color:#fff!important;
  font-weight:800
}

.customer-links [data-show="register"]:hover {
  border-color:#cf5e0d!important;
  background:#df6813!important
}

.customer-logout {
  width: 100%;
  margin-top: 22px!important;
  background: #d72638!important;
  color:#fff!important
}

.account-options {
  display:grid;
  gap:10px
}

.account-options button {
  display:grid;
  gap:4px;
  width:100%;
  padding:15px 16px;
  border:1px solid #cdd0d6;
  border-radius:8px;
  background:#fff;
  color:#17181c;
  text-align:left;
  cursor:pointer
}

.account-options button:hover {
  border-color:#5544f5;
  background:#f6f5ff
}

.account-options button span {
  font-size:15px;
  font-weight:800
}

.account-options button small {
  color:#696e78;
  font-size:12px
}

.account-options .customer-logout {
  margin-top:4px!important;
  border-color:#d72638;
  background:#fff!important;
  color:#b31d2e!important
}

.account-options .customer-logout small {
  color:#b31d2e
}

.account-back {
  width:100%;
  margin-top:14px
}

html[data-theme="dark"] .account-options button {
  border-color:#555961;
  background:#252830;
  color:#fff
}

html[data-theme="dark"] .customer-links [data-show="register"] {
  border-color:#f08a3c!important;
  background:#f47b20!important;
  color:#fff!important
}

html[data-theme="dark"] .account-options button:hover {
  border-color:#8073ff;
  background:#30333c
}

html[data-theme="dark"] .account-options button small {
  color:#c5c8d0
}

.customer-message {
  min-height: 22px;
  color: #b21f32!important;
  font-size:13px
}

html[data-theme="dark"] .customer-modal {
  background: #191b21;
  color:#fff
}

html[data-theme="dark"] .customer-box input {
  background: #111319;
  color: #fff;
  border-color:#555961
}

html[data-theme="dark"] .social-login button,
html[data-theme="dark"] .customer-links button,
html[data-theme="dark"] [data-view-panel]>button {
  background: #252830;
  color: #fff;
  border-color:#555961
}

@media(max-width:900px) {
  .customer-account {
    position: fixed;
    top: 11px;
    right: 116px;
    height: 42px;
    max-width: 82px;
    overflow: hidden;
    text-overflow:ellipsis
  }

  .theme-toggle {
    right:68px!important
  }

}

@media(max-width:560px) {
  .customer-box {
    padding:24px 18px
  }

  .social-login {
    grid-template-columns:1fr
  }

  .customer-account {
    right: 114px;
    max-width: 72px;
    padding: 0 8px;
    font-size:12px
  }

}

.cart-trigger:not(:has(b)) {
  display:none!important
}

.customer-account {
  min-width:116px
}

.social-login {
  display:none!important
}

.customer-history {
  margin-top: 26px;
  border-top: 1px solid #dfe1e6;
  padding-top:8px
}

.customer-history h3 {
  margin:18px 0 8px
}

.customer-history article {
  display: grid;
  gap: 4px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid #dfe1e6;
  border-radius: 6px;
  background:#f7f8fa
}

.customer-history article span {
  font-size: 13px;
  color:#50545c
}

.customer-history article small {
  color:#777b83
}

.customer-history>p {
  font-size: 13px;
  color:#777b83
}

.customer-modal [data-view-panel="profile"] {
  max-height: 72vh;
  overflow: auto;
  padding-right:4px
}

html[data-theme="dark"] .customer-history {
  border-color:#444850
}

html[data-theme="dark"] .customer-history article {
  background: #111319;
  border-color:#444850
}

html[data-theme="dark"] .customer-history article span {
  color:#d0d2d7
}

@media(max-width:560px) {
  .customer-account {
    min-width: 0;
    max-width: 98px!important;
    right:112px!important
  }

  .customer-box h2 {
    font-size:27px
  }

  .customer-box>section>p {
    font-size:14px
  }

  .customer-links button {
    font-size:13px
  }

  .customer-modal {
    border-radius:14px
  }

  .customer-box form>button {
    font-size:16px
  }

}

.mobile-extra {
  display:none
}

@media(max-width:900px) {
  .header {
    justify-content:space-between!important
  }

  .brand {
    margin-right:auto
  }

  .mobile-nav-toggle {
    display: grid!important;
    position: absolute!important;
    left: auto!important;
    right: 14px!important;
    margin:0!important
  }

  .header-actions,
  .cart-trigger {
    display:none!important
  }

  .header.mobile-open nav {
    padding-bottom:8px
  }

  .mobile-extra {
    display: grid;
    gap: 6px;
    padding-top: 8px;
    border-top:1px solid #34363d
  }

  .mobile-extra button {
    width: 100%;
    padding: 13px 14px;
    border: 0;
    border-radius: 4px;
    background: #17191f;
    color: #fff;
    text-align: left;
    font-weight: 700;
    cursor:pointer
  }

  .mobile-extra button:hover {
    background:#252832
  }

  .mobile-extra button b {
    float: right;
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 99px;
    background: #e32636;
    color:#fff
  }

  .mobile-extra button[hidden] {
    display:none!important
  }

}

@media(min-width:901px) {
  .header-actions {
    display:flex
  }

  .cart-trigger {
    display:flex!important
  }

  .cart-trigger:not(:has(b)) {
    display:none!important
  }

}

.header {
  padding-left: 20px!important;
  padding-right:20px!important
}

.header .brand {
  margin-right:auto
}

.header nav {
  position: absolute;
  left: 50%;
  transform:translateX(-50%)
}

/* Carrinho flutuante no canto inferior direito, visível somente com itens. */
.cart-trigger {
  display:flex!important;
  position:fixed!important;
  z-index:40!important;
  top:auto!important;
  right:max(18px,calc(50vw - 640px))!important;
  bottom:18px!important;
  left:auto!important
}

.cart-trigger:not(:has(b)) {
  display:none!important
}

@media(max-width:900px) {
  .cart-trigger {
    display:flex!important;
    right:14px!important;
    left:auto!important;
    bottom:14px!important
  }

  .cart-trigger:not(:has(b)) {
    display:none!important
  }
}

/* Em cards estreitos, quantidade e ação ocupam somente a largura disponível. */
@media(max-width:560px) {
  .product-purchase {
    width:100%;
    gap:8px
  }

  .product-quantity {
    display:grid;
    grid-template-columns:1fr;
    align-items:stretch;
    gap:6px;
    width:100%;
    font-size:11px
  }

  .product-quantity>span {
    text-align:center
  }

  .product-quantity>div {
    grid-template-columns:repeat(3,minmax(0,1fr));
    width:100%;
    height:36px
  }

  .product-purchase .outline-button {
    width:100%;
    min-height:42px;
    padding:9px 4px;
    font-size:10px;
    line-height:1.2;
    white-space:normal
  }
}

.product-card-clickable {
  cursor:pointer
}

/* O card não pode criar um contexto de recorte enquanto o popup está aberto. */
.product-card-clickable:has(> .product-modal-overlay),
.product-card-clickable:has(> .product-modal-overlay):hover {
  position:static!important;
  overflow:visible!important;
  transform:none!important
}

.product-card-clickable:has(> .product-modal-overlay):hover img {
  transform:none!important
}

.product-card-clickable:focus-visible {
  outline:3px solid #5544f5;
  outline-offset:3px
}

body.product-modal-open {
  overflow:hidden
}

.product-modal-overlay {
  position:fixed;
  z-index:100;
  inset:0;
  display:grid;
  place-items:center;
  padding:20px;
  background:#07080bc7;
  cursor:default
}

.product-modal {
  position:relative;
  width:min(460px,100%);
  max-height:calc(100vh - 40px);
  overflow:auto;
  display:grid;
  gap:16px;
  padding:28px;
  border:1px solid #d9dce2;
  border-radius:16px;
  background:#fff;
  color:#17191f;
  box-shadow:0 28px 90px #0009;
  text-align:left
}

.product-modal h2 {
  margin:0;
  padding-right:32px;
  font-size:clamp(24px,5vw,32px);
  line-height:1.1
}

.product-modal-close {
  position:absolute;
  top:12px;
  right:12px;
  z-index:1;
  width:38px;
  height:38px;
  padding:0;
  border:0;
  border-radius:50%;
  background:#eceef2!important;
  color:#17191f!important;
  font-size:25px;
  cursor:pointer
}

.product-modal-image {
  width:100%;
  height:min(300px,34vh);
  object-fit:contain;
  border-radius:10px;
  background:#f4f5f7
}

.product-modal-brand {
  color:#555b66;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.08em
}

.product-modal-description {
  margin:0;
  color:#555b66;
  line-height:1.55
}

.product-modal-quantity {
  display:grid;
  gap:8px;
  font-size:13px;
  font-weight:700
}

.product-modal-quantity>div {
  display:grid;
  grid-template-columns:52px 1fr 52px;
  height:46px;
  overflow:hidden;
  border:1px solid #cfd3da;
  border-radius:9px
}

.product-modal-quantity button,
.product-modal-quantity input {
  width:100%;
  min-width:0;
  padding:0;
  border:0;
  border-radius:0;
  background:#eef0f3!important;
  color:#111319!important;
  text-align:center;
  font:700 16px/1 Inter,Arial,sans-serif
}

.product-modal-quantity input {
  appearance:textfield;
  background:#fff!important;
  border-inline:1px solid #cfd3da
}

.product-modal-quantity input::-webkit-inner-spin-button,
.product-modal-quantity input::-webkit-outer-spin-button {
  appearance:none
}

.product-modal-add {
  width:100%;
  justify-content:center
}

.product-added {
  display:grid;
  justify-items:center;
  gap:16px;
  padding:18px 0 4px;
  text-align:center
}

.product-added>span {
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:50%;
  background:#159947;
  color:#fff;
  font-size:34px;
  font-weight:800
}

.product-added p {
  margin:0;
  color:#555b66
}

.product-added>div {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  width:100%
}

.product-added .button {
  justify-content:center;
  text-align:center
}

html[data-theme="dark"] .product-modal {
  border-color:#41454e;
  background:#15171c;
  color:#fff
}

html[data-theme="dark"] .product-modal-brand,
html[data-theme="dark"] .product-modal-description,
html[data-theme="dark"] .product-added p {
  color:#c6cad2
}

@media(max-width:560px) {
  .product-modal-overlay {
    padding:10px
  }

  .product-modal {
    max-height:calc(100vh - 20px);
    gap:12px;
    padding:22px 16px;
    border-radius:12px
  }

  .product-modal-image {
    height:min(230px,30vh)
  }

  .product-card .product-modal-description {
    display:block;
    overflow:visible;
    margin:0;
    font-size:14px;
    -webkit-line-clamp:unset
  }

  .product-added>div {
    grid-template-columns:1fr
  }
}

.header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap:12px
}

.header-actions .theme-toggle {
  order:1
}

.header-actions .customer-account {
  order:2
}

.customer-account {
  min-width:92px
}

@media(max-width:900px) {
  .header {
    padding-left: 14px!important;
    padding-right:14px!important
  }

  .header nav {
    position: absolute;
    left: 12px;
    transform:none
  }

  .header.mobile-open nav {
    left: 12px;
    right:12px
  }

  .header .brand {
    margin-right:auto
  }

}

/* Bloco institucional acima dos créditos do rodapé. */
.store-footer-info {
  width:min(1400px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(420px,1.45fr) minmax(240px,1fr) minmax(240px,1fr);
  align-items:center;
  gap:52px;
  text-align:left
}

.store-footer-brand {
  display:grid;
  grid-template-columns:120px minmax(0,1fr);
  align-items:center;
  gap:24px
}

.store-footer-brand img {
  width:120px;
  height:96px;
  object-fit:contain;
  display:block
}

.store-footer-info p {
  margin:0;
  color:#c7c9ce!important;
  font-size:14px;
  line-height:1.65
}

.store-footer-detail {
  text-align:center
}

.store-footer-info strong {
  color:#f1f1f3;
  font-weight:700
}

@media(max-width:900px) {
  .store-footer-info {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:36px 24px
  }

  .store-footer-brand {
    grid-column:1/-1;
    width:min(620px,100%);
    margin:0 auto
  }
}

@media(max-width:560px) {
  footer {
    padding:48px 20px 26px
  }

  .store-footer-info {
    grid-template-columns:1fr;
    gap:0
  }

  .store-footer-brand {
    grid-column:auto;
    grid-template-columns:1fr;
    gap:14px;
    text-align:center
  }

  .store-footer-brand img {
    width:132px;
    height:104px;
    margin:0 auto
  }

  .store-footer-info p {
    font-size:13px
  }

  .store-footer-detail {
    margin-top:26px!important;
    padding-top:26px;
    border-top:1px solid #44474866
  }

  .copyright {
    margin-top:32px;
    padding-top:24px
  }
}

/* Fade-in/fade-out suave das imagens do Instagram em todas as telas. */
.gallery-item img {
  opacity:1;
  transition:opacity .6s ease,transform .6s ease,filter .6s ease!important;
  animation:instagram-image-fade-in .75s ease
}

.gallery-item span {
  transition:opacity .6s ease
}

.gallery-item:is(:hover,:focus-visible) img {
  opacity:.68;
  transform:scale(1.045)
}

.gallery-item:is(:hover,:focus-visible) span {
  opacity:1
}

@keyframes instagram-image-fade-in {
  from {
    opacity:0;
    transform:scale(.97)
  }

  to {
    opacity:1;
    transform:scale(1)
  }
}

@media(max-width:560px) {
  .gallery-item {
    transition:transform .6s ease,opacity .6s ease
  }
}

@media(prefers-reduced-motion:reduce) {
  .gallery-item,
  .gallery-item img,
  .gallery-item span {
    animation:none!important;
    transition:none!important
  }
}

/* Carrossel do Instagram: controles no desktop e gesto de arrastar no touch. */
.gallery-grid[data-carousel] {
  display:block!important;
  position:relative;
  height:350px;
  overflow:hidden;
  touch-action:pan-y
}

.gallery-grid[data-carousel] .gallery-item {
  position:absolute!important;
  top:12px;
  left:50%;
  width:280px!important;
  height:320px!important;
  opacity:0;
  transform:translateX(-50%) scale(.76);
  transition:transform .6s ease,opacity .6s ease,box-shadow .6s ease;
  pointer-events:none
}

.gallery-grid[data-carousel] .gallery-item img {
  height:100%!important
}

.gallery-grid[data-carousel] .gallery-item.slide-current {
  z-index:3;
  opacity:1;
  transform:translateX(-50%) scale(1);
  pointer-events:auto
}

.gallery-grid[data-carousel] .gallery-item.slide-prev {
  z-index:1;
  opacity:.5;
  transform:translateX(-165%) scale(.86)
}

.gallery-grid[data-carousel] .gallery-item.slide-next {
  z-index:1;
  opacity:.5;
  transform:translateX(65%) scale(.86)
}

.gallery-grid[data-carousel] .gallery-item.slide-hidden {
  z-index:0;
  opacity:0;
  transform:translateX(-50%) scale(.76)
}

.instagram-carousel {
  position:relative
}

.instagram-controls {
  z-index:5;
  display:block;
  position:absolute;
  inset:0;
  margin:0;
  pointer-events:none
}

.instagram-controls[hidden] {
  display:none!important
}

.instagram-controls button {
  position:absolute;
  top:50%;
  width:48px;
  height:48px;
  border:1px solid #fff9;
  border-radius:50%;
  background:#ffffffeb;
  color:#7d176f;
  font-size:32px;
  line-height:1;
  cursor:pointer;
  pointer-events:auto;
  box-shadow:0 8px 22px #30104a44;
  transform:translateY(-50%);
  transition:transform .2s ease,background .2s ease
}

.instagram-controls button:first-child {
  left:18px
}

.instagram-controls button:last-child {
  right:18px
}

.instagram-controls button:hover,
.instagram-controls button:focus-visible {
  background:#fff;
  transform:translateY(-50%) scale(1.08)
}

@media(max-width:900px) {
  .gallery-grid[data-carousel] {
    height:330px;
    cursor:grab
  }

  .gallery-grid[data-carousel]:active {
    cursor:grabbing
  }

  .gallery-grid[data-carousel] .gallery-item {
    top:14px;
    width:250px!important;
    height:295px!important
  }

  .gallery-grid[data-carousel] .gallery-item.slide-prev {
    transform:translateX(-135%) scale(.84)
  }

  .gallery-grid[data-carousel] .gallery-item.slide-next {
    transform:translateX(35%) scale(.84)
  }

  .instagram-controls {
    display:none!important
  }
}

@media(max-width:560px) {
  .gallery-grid[data-carousel] {
    height:320px
  }

  .gallery-grid[data-carousel] .gallery-item {
    top:16px;
    width:230px!important;
    height:280px!important
  }

  .gallery-grid[data-carousel] .gallery-item.slide-prev {
    transform:translateX(-105%) scale(.82)
  }

  .gallery-grid[data-carousel] .gallery-item.slide-next {
    transform:translateX(5%) scale(.82)
  }
}

/* Apresentação institucional das áreas de atuação da Luyscell. */
.trust-strip {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  max-width:1180px;
  margin:-36px auto 0;
  padding:0 32px;
  background:#fff;
  border:1px solid #dfe2e8;
  border-radius:16px;
  box-shadow:0 20px 55px #1518201f
}

.trust-strip>div {
  position:relative;
  display:flex;
  flex-direction:column;
  gap:5px;
  min-width:0;
  padding:24px 30px
}

.trust-strip>div+div {
  border-left:1px solid #e3e5e9
}

.trust-strip strong {
  color:#17181c;
  font:800 15px/1.25 "Hanken Grotesk",Inter,sans-serif
}

.trust-strip span {
  color:#676c75;
  font-size:13px;
  line-height:1.5
}

.business-solutions {
  scroll-margin-top:90px;
  padding:108px 32px 92px;
  background:linear-gradient(180deg,#f7f8fa 0%,#eef1f5 100%)
}

.business-solutions-inner {
  width:min(1180px,100%);
  margin:0 auto
}

.business-heading {
  display:grid;
  max-width:760px;
  margin-bottom:42px
}

.business-heading>span {
  margin-bottom:12px;
  color:#0b66d8;
  font-size:12px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase
}

.business-heading h2 {
  max-width:720px;
  margin:0;
  color:#17181c;
  font:800 clamp(34px,4vw,52px)/1.04 "Hanken Grotesk",Inter,sans-serif;
  letter-spacing:-.035em
}

.business-heading p {
  max-width:700px;
  margin:20px 0 0;
  color:#5f646e;
  font-size:17px;
  line-height:1.7
}

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

.business-grid article {
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:340px;
  padding:26px;
  overflow:hidden;
  background:#fff;
  border:1px solid #dfe2e8;
  border-radius:14px;
  box-shadow:0 12px 34px #1e25300d;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease
}

.business-grid article::before {
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:#0b66d8;
  content:""
}

.business-grid article:hover {
  border-color:#b9c9de;
  box-shadow:0 18px 45px #1e25301a;
  transform:translateY(-4px)
}

.business-icon {
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  margin-bottom:25px;
  color:#0b66d8;
  background:#eaf3ff;
  border-radius:13px
}

.business-icon svg {
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.65
}

.business-grid small {
  margin-bottom:9px;
  color:#0b66d8;
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase
}

.business-grid h3 {
  margin:0 0 13px;
  color:#17181c;
  font:800 22px/1.16 "Hanken Grotesk",Inter,sans-serif;
  letter-spacing:-.02em
}

.business-grid p {
  margin:0;
  color:#626872;
  font-size:14px;
  line-height:1.65
}

.business-cta {
  scroll-margin-top:100px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:20px;
  padding:30px 34px;
  color:#fff;
  background:#10141c;
  border:1px solid #252c38;
  border-radius:14px;
  box-shadow:0 20px 50px #10141c26
}

.business-cta>div {
  display:grid;
  gap:6px
}

.business-cta strong {
  font:800 21px/1.2 "Hanken Grotesk",Inter,sans-serif
}

.business-cta span {
  max-width:670px;
  color:#c9ced7;
  font-size:14px;
  line-height:1.55
}

.business-cta .button {
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-color:#0b66d8!important;
  background:#0b66d8!important;
  color:#fff!important
}

.business-cta .button img {
  width:22px;
  height:22px;
  object-fit:contain
}

#catalogo {
  scroll-margin-top:82px;
  background:#fff
}

#catalogo .section-heading {
  align-items:end
}

.hero-copy>h1 {
  max-width:680px;
  text-wrap:balance
}

.hero-copy>p {
  max-width:650px;
  font-size:clamp(17px,1.6vw,20px)!important;
  line-height:1.65!important
}

html[data-theme="dark"] .trust-strip,
html[data-theme="dark"] .business-grid article {
  background:#171a21;
  border-color:#303642
}

html[data-theme="dark"] .trust-strip>div+div {
  border-color:#303642
}

html[data-theme="dark"] .trust-strip strong,
html[data-theme="dark"] .business-heading h2,
html[data-theme="dark"] .business-grid h3 {
  color:#f5f6f8
}

html[data-theme="dark"] .trust-strip span,
html[data-theme="dark"] .business-heading p,
html[data-theme="dark"] .business-grid p {
  color:#b8bec9
}

html[data-theme="dark"] .business-solutions,
html[data-theme="dark"] #catalogo {
  background:#101319
}

html[data-theme="dark"] .business-icon {
  background:#152b47
}

@media(max-width:900px) {
  .trust-strip {
    width:calc(100% - 40px);
    padding:0
  }

  .trust-strip>div {
    padding:21px
  }

  .business-solutions {
    padding:88px 28px 76px
  }

  .business-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .business-grid article {
    min-height:300px
  }
}

@media(max-width:680px) {
  .trust-strip {
    grid-template-columns:1fr;
    margin-top:-22px
  }

  .trust-strip>div {
    padding:17px 20px
  }

  .trust-strip>div+div {
    border-top:1px solid #e3e5e9;
    border-left:0
  }

  html[data-theme="dark"] .trust-strip>div+div {
    border-top-color:#303642
  }

  .business-solutions {
    padding:72px 20px 60px
  }

  .business-heading {
    margin-bottom:30px
  }

  .business-heading h2 {
    font-size:36px
  }

  .business-heading p {
    font-size:15px
  }

  .business-grid {
    grid-template-columns:1fr
  }

  .business-grid article {
    min-height:0;
    padding:24px
  }

  .business-cta {
    align-items:stretch;
    flex-direction:column;
    padding:26px
  }

  .business-cta .button {
    width:100%;
    text-align:center
  }
}
