@charset "UTF-8";
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Rubik", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
:root {
    --Chumbo: #231f20;
    --Amarelo-Queimado: #fdb913;
    --Branco: #fff;
    --site-product-showcase-img-w: 197px;
    --site-product-showcase-img-ratio: 197 / 183;
    --site-product-showcase-media-ratio: 197 / 91.5;
    --site-product-showcase-item-offset: clamp(5.5rem, 26vw, 7rem);
    --site-product-showcase-card-min-h: 20rem;
    --site-mega-product-card-img-w: 152px;
    --site-mega-product-card-img-ratio: 19 / 22;
    --home-section-heading-size: clamp(1.75rem, 3.6515625vw, 4.3813125rem);
    --home-section-heading-leading: 1.2;
    --home-section-heading-tight: -0.16em;
    --home-section-heading-accent-width: clamp(2rem, 3vw, 2.75rem);
    --home-section-heading-accent-height: 4px;
  }
.\!container{
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 100%){
  .\!container{
    max-width: 100% !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .container{
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .container{
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .container{
    max-width: 1280px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }
  .container{
    max-width: 1536px;
  }
}
.container-full{
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.\!btn{
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  background-color: #1C3770 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  border-radius: 9999px !important;
}
.btn{
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #1C3770;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 9999px;
}
.catalog-mega-shell {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity, visibility;
    transition-duration: 200ms;
  }
header#site-header.mega-open .catalog-mega-shell {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
@media (max-width: 1023px) {
    .catalog-mega-shell {
      display: none !important;
    }
  }
@media (min-width: 1024px) {
    header#site-header.mega-open .catalog-mega-shell {
      display: block;
    }
  }
.catalog-mega-parent-btn {
    font-weight: 300;
  }
.catalog-mega-parent-btn[data-active=true] {
    font-weight: 700;
  }
.catalog-mega-parent-btn[data-active=true] .mega-parent-arrow {
    opacity: 1;
  }
.catalog-mega-card-strip {
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
.catalog-mega-card-strip::-webkit-scrollbar {
    display: none;
  }
.catalog-mega-card-media {
    display: flex;
    width: 100%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
  }
.catalog-mega-card-media-img {
    display: block;
    width: min(var(--site-mega-product-card-img-w), 100%);
    aspect-ratio: var(--site-mega-product-card-img-ratio);
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
.catalog-mega-card-link {
    transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  }
.catalog-mega-card-link:hover, .catalog-mega-card-link:focus-visible {
    background: var(--Chumbo, #231f20);
    border-color: var(--Chumbo, #231f20);
  }
.catalog-mega-card-link:hover .catalog-mega-card-label, .catalog-mega-card-link:focus-visible .catalog-mega-card-label {
    color: var(--Branco, #fff);
  }
.catalog-mega-card-label {
    color: var(--Chumbo, #231f20);
    transition: color 200ms ease;
  }
.site-search-shell {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition-property: opacity, visibility;
    transition-duration: 200ms;
    background: var(--Chumbo, #231f20);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }
header#site-header.search-open .site-search-shell {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
.site-search-shell .site-search-bar-bg {
    background-color: inherit;
  }
input.site-search-field[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
            appearance: none;
    display: none;
  }
header#site-header {
    --header-nav-size: max(0.8125rem, calc(15 * 100vw / 1920));
    --header-lang-size: max(0.875rem, calc(16 * 100vw / 1920));
    --header-cta-height: max(2.75rem, calc(54 * 100vw / 1920));
    --header-cta-width: max(9.5rem, calc(232 * 100vw / 1920));
    --header-cta-font: max(0.8125rem, calc(16 * 100vw / 1920));
    --header-cta-pad-x: max(0.75rem, calc(20 * 100vw / 1920));
    --header-cta-pad-y: max(0.625rem, calc(15 * 100vw / 1920));
    --header-logo-height: clamp(2.25rem, 10.5vw, 3.0625rem);
    --header-logo-max-width: min(13.125rem, 40vw);
    --header-nav-gap: max(1rem, calc(30 * 100vw / 1920));
  }
header#site-header .site-header__logo {
    height: var(--header-logo-height);
    width: auto;
    max-width: var(--header-logo-max-width);
  }
@media (min-width: 1024px) {
    header#site-header {
      --header-logo-height: max(2.25rem, calc(49 * 100vw / 1920));
      --header-logo-max-width: min(13.125rem, calc(210 * 100vw / 1920));
    }
  }
header#site-header .site-header-nav-link,
  header#site-header .site-header-mega-trigger {
    font-size: var(--header-nav-size);
    color: #111;
  }
header#site-header .site-header-lang {
    font-size: var(--header-lang-size);
    color: #111;
  }
header#site-header .site-header-cta-revendedor,
  header#site-header .site-header-cta-representante {
    box-sizing: border-box;
    min-height: var(--header-cta-height);
    width: min(100%, var(--header-cta-width));
    max-width: var(--header-cta-width);
    padding: var(--header-cta-pad-y) var(--header-cta-pad-x);
    font-size: var(--header-cta-font);
    border-radius: max(0.25rem, 0.3125vw);
  }
header#site-header .site-header-cta-revendedor {
    background-color: #333;
    color: var(--Branco, #fff);
  }
header#site-header .site-header-cta-representante {
    border: 1px solid #111;
    background: transparent;
    color: #111;
  }
header#site-header nav[aria-label] > ul {
    -moz-column-gap: var(--header-nav-gap);
         column-gap: var(--header-nav-gap);
  }
header#site-header .site-mobile-menu .site-header-cta-revendedor,
  header#site-header .site-mobile-menu .site-header-cta-representante,
  header#site-header .site-mobile-menu .site-mobile-menu__cta {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: center;
  }
header#site-header .site-mobile-menu .site-header-cta-revendedor {
    background-color: var(--Amarelo-Queimado, #fdb913);
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Chumbo, #231f20);
  }
header#site-header .site-mobile-menu .site-header-cta-representante {
    background: transparent;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Amarelo-Queimado, #fdb913);
  }
header#site-header.is-contact {
    border-bottom: none;
    background-color: var(--Amarelo-Queimado, #fdb913);
    background-image: url("/images/partials/header.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-catalog {
    border-bottom: none;
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-nav-link,
  header#site-header.is-catalog .site-header-mega-trigger {
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-nav-link:hover,
  header#site-header.is-catalog .site-header-mega-trigger:hover {
    opacity: 0.75;
  }
header#site-header.is-catalog .site-header-cta-revendedor {
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    background: transparent;
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-cta-revendedor:hover {
    background: rgba(253, 185, 19, 0.15);
    opacity: 1;
  }
header#site-header.is-catalog .site-header-cta-representante {
    border: 1px solid var(--Branco, #fff);
    background: transparent;
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-cta-representante:hover {
    background: rgba(255, 255, 255, 0.1);
  }
header#site-header.is-catalog .site-header-search-trigger {
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-search-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
  }
header#site-header.is-catalog .site-header-lang {
    color: var(--Branco, #fff);
    border-color: rgba(255, 255, 255, 0.25);
  }
header#site-header.is-catalog .site-header-lang .site-header-lang-sep {
    color: rgba(255, 255, 255, 0.35);
  }
header#site-header.is-catalog .site-header-mobile-menu-trigger {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: var(--Branco, #fff);
  }
header#site-header.is-catalog .site-header-mobile-menu-trigger:hover {
    background: rgba(255, 255, 255, 0.14);
  }
header#site-header.is-catalog a:focus-visible,
  header#site-header.is-catalog button:focus-visible {
    --tw-ring-offset-color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail {
    border-bottom: none;
    color: var(--Branco, #fff);
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  }
header#site-header.is-product-detail .site-header-nav-link,
  header#site-header.is-product-detail .site-header-mega-trigger {
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail .site-header-nav-link:hover,
  header#site-header.is-product-detail .site-header-mega-trigger:hover {
    opacity: 0.75;
  }
header#site-header.is-product-detail .site-header-cta-revendedor {
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    background: transparent;
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail .site-header-cta-revendedor:hover {
    background: rgba(253, 185, 19, 0.15);
    opacity: 1;
  }
header#site-header.is-product-detail .site-header-cta-representante {
    border: 1px solid var(--Branco, #fff);
    background: transparent;
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail .site-header-cta-representante:hover {
    background: rgba(255, 255, 255, 0.1);
  }
header#site-header.is-product-detail .site-header-search-trigger {
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail .site-header-search-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
  }
header#site-header.is-product-detail .site-header-lang {
    color: var(--Branco, #fff);
    border-color: rgba(255, 255, 255, 0.25);
  }
header#site-header.is-product-detail .site-header-lang .site-header-lang-sep {
    color: rgba(255, 255, 255, 0.35);
  }
header#site-header.is-product-detail .site-header-mobile-menu-trigger {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail .site-header-mobile-menu-trigger:hover {
    background: rgba(255, 255, 255, 0.14);
  }
header#site-header.is-product-detail.is-scrolled {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background-color: var(--Branco, #fff);
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail.is-scrolled .site-header-nav-link,
  header#site-header.is-product-detail.is-scrolled .site-header-mega-trigger {
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail.is-scrolled .site-header-cta-revendedor {
    border-color: transparent;
    background-color: #333;
    color: var(--Branco, #fff);
  }
header#site-header.is-product-detail.is-scrolled .site-header-cta-representante {
    border-color: var(--Chumbo, #231f20);
    background: transparent;
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail.is-scrolled .site-header-search-trigger {
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail.is-scrolled .site-header-search-trigger:hover {
    background: rgba(0, 0, 0, 0.06);
  }
header#site-header.is-product-detail.is-scrolled .site-header-lang {
    color: var(--Chumbo, #231f20);
    border-color: rgba(0, 0, 0, 0.15);
  }
header#site-header.is-product-detail.is-scrolled .site-header-lang .site-header-lang-sep {
    color: rgba(0, 0, 0, 0.25);
  }
header#site-header.is-product-detail.is-scrolled .site-header-mobile-menu-trigger {
    border-color: rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-product-detail a:focus-visible,
  header#site-header.is-product-detail button:focus-visible {
    --tw-ring-offset-color: var(--Chumbo, #231f20);
  }
header#site-header.is-catalog .site-mobile-menu .site-mobile-menu__cta.site-header-cta-revendedor,
  header#site-header.is-catalog .site-mobile-menu .site-mobile-menu .site-header-cta-revendedor,
  header#site-header.is-product-detail .site-mobile-menu .site-mobile-menu__cta.site-header-cta-revendedor,
  header#site-header.is-product-detail .site-mobile-menu .site-mobile-menu .site-header-cta-revendedor {
    background-color: var(--Amarelo-Queimado, #fdb913);
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Chumbo, #231f20);
  }
header#site-header.is-catalog .site-mobile-menu .site-mobile-menu__cta.site-header-cta-representante,
  header#site-header.is-catalog .site-mobile-menu .site-mobile-menu .site-header-cta-representante,
  header#site-header.is-product-detail .site-mobile-menu .site-mobile-menu__cta.site-header-cta-representante,
  header#site-header.is-product-detail .site-mobile-menu .site-mobile-menu .site-header-cta-representante {
    background: transparent;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Amarelo-Queimado, #fdb913);
  }
header#site-header.mobile-menu-open .site-mobile-menu {
    display: block;
  }
.site-mobile-menu__cta,
  .site-mobile-menu .site-header-cta-revendedor,
  .site-mobile-menu .site-header-cta-representante {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: center;
  }
.site-mobile-menu .site-header-cta-revendedor {
    background-color: var(--Amarelo-Queimado, #fdb913);
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Chumbo, #231f20);
  }
.site-mobile-menu .site-header-cta-revendedor:hover {
    opacity: 0.92;
  }
.site-mobile-menu .site-header-cta-representante {
    background: transparent;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.site-mobile-menu .site-header-cta-representante:hover {
    background: rgba(253, 185, 19, 0.1);
  }
.site-header-mobile-menu-trigger__icon {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 0.875rem;
  }
.site-header-mobile-menu-trigger__bar {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, bottom 0.3s ease;
  }
.site-header-mobile-menu-trigger__bar:nth-child(1) {
    top: 0;
  }
.site-header-mobile-menu-trigger__bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
.site-header-mobile-menu-trigger__bar:nth-child(3) {
    bottom: 0;
  }
header#site-header.mobile-menu-open .site-header-mobile-menu-trigger__bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
header#site-header.mobile-menu-open .site-header-mobile-menu-trigger__bar:nth-child(2) {
    opacity: 0;
  }
header#site-header.mobile-menu-open .site-header-mobile-menu-trigger__bar:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
.catalog-banner {
    background-color: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
    padding-top: clamp(5.5rem, 12vw, 7.5rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
  }
.catalog-banner--stacked {
    padding-top: clamp(2rem, 4vw, 3rem);
  }
.catalog-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.75rem, 2vw, 1.25rem);
  }
.catalog-banner__breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Branco, #fff);
  }
.catalog-banner__breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
.catalog-banner__breadcrumb-item:not(:last-child)::after {
    content: ">";
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
  }
.catalog-banner__breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
  }
.catalog-banner__breadcrumb-item a:hover {
    opacity: 0.75;
  }
.catalog-banner__breadcrumb-item a:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.catalog-banner__breadcrumb-item span[aria-current=page] {
    opacity: 0.85;
  }
.catalog-banner__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 5.5vw, 3.75rem);
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--Amarelo-Queimado, #fdb913);
  }
.catalog-banner__description {
    max-width: 50%;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--Branco, #fff);
  }
@media (max-width: 767px) {
    .catalog-banner__description {
      max-width: none;
    }
  }
.catalog-banner__description p {
    margin: 0 0 0.75rem;
  }
.catalog-banner__description p:last-child {
    margin-bottom: 0;
  }
body.site-mobile-menu-open {
    overflow: hidden;
  }
.site-mobile-menu {
    --site-mobile-menu-top: 4rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--site-mobile-menu-top);
    z-index: 55;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
    -webkit-overflow-scrolling: touch;
  }
.site-mobile-menu__nav {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 0 0 2rem;
  }
.site-mobile-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
.site-mobile-menu__item {
    width: 100%;
    padding: 0 1.5rem;
  }
.site-mobile-menu__item + .site-mobile-menu__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
.site-mobile-menu__item--highlight {
    background: rgba(255, 255, 255, 0.05);
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    border-top: none;
  }
.site-mobile-menu__title {
    margin: 0 0 0.75rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--Branco, #fff);
  }
.site-mobile-menu__link {
    display: block;
    width: 100%;
    padding: 1.25rem 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--Branco, #fff);
    transition: opacity 0.15s ease;
  }
.site-mobile-menu__link:hover {
    opacity: 0.75;
  }
.site-mobile-menu__accordion {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.25rem 0 0.75rem 0.35rem;
  }
.site-mobile-menu__accordion-item.is-open .site-mobile-menu__accordion-trigger::after {
    transform: rotate(-180deg);
  }
.site-mobile-menu__accordion-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    color: var(--Branco, #fff);
    cursor: pointer;
  }
.site-mobile-menu__accordion-trigger::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease;
  }
.site-mobile-menu__accordion-trigger:hover {
    opacity: 0.8;
  }
.site-mobile-menu__accordion-panel {
    padding: 0.35rem 0 0.25rem 0.5rem;
  }
.site-mobile-menu__sublist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }
.site-mobile-menu__sublink {
    display: block;
    padding: 0.2rem 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.15s ease;
  }
.site-mobile-menu__sublink:hover {
    color: var(--Branco, #fff);
  }
.site-mobile-menu__all-link {
    display: inline-block;
    margin-top: 0.25rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    color: var(--Amarelo-Queimado, #fdb913);
  }
.site-mobile-menu__all-link:hover {
    opacity: 0.75;
  }
.site-mobile-menu__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
    padding: 2rem 1.5rem 0;
    width: 100%;
  }
.site-mobile-menu__lang {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.875rem;
    color: var(--Branco, #fff);
  }
.site-mobile-menu__lang .site-header-lang-sep {
    color: rgba(255, 255, 255, 0.35);
  }
.site-mobile-menu__lang a {
    color: var(--Branco, #fff);
  }
.site-mobile-menu__lang [aria-current=true] {
    color: var(--Amarelo-Queimado, #fdb913);
  }
.site-form__intro {
    margin: 0 0 clamp(2rem, 4vw, 3rem);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: var(--Chumbo, #231f20);
  }
.site-form__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0.75rem, 1.5vw, 1rem);
    overflow: visible;
  }
@media (min-width: 640px) and (max-width: 767px) {
    .site-form__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 768px) {
    .site-form__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
.site-form__field {
    min-width: 0;
    overflow: visible;
    align-self: start;
  }
@media (min-width: 640px) {
    .site-form__field--full {
      grid-column: 1/-1;
    }
  }
@media (min-width: 768px) {
    .site-form__field--span-2 {
      grid-column: span 2;
    }
  }
.site-form__label {
    display: block;
    margin: 0 0 0.35rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.4vw, 0.875rem);
    font-weight: 500;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
  }
.site-form__input, .site-form__select, .site-form__textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid var(--Chumbo, #231f20);
    border-radius: 0.375rem;
    background-color: var(--Branco, #fff);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
    transition: border-color 0.2s, box-shadow 0.2s;
  }
.site-form__input::-moz-placeholder, .site-form__select::-moz-placeholder, .site-form__textarea::-moz-placeholder {
    color: #737373;
  }
.site-form__input::placeholder, .site-form__select::placeholder, .site-form__textarea::placeholder {
    color: #737373;
  }
.site-form__input:focus, .site-form__input:focus-visible, .site-form__select:focus, .site-form__select:focus-visible, .site-form__textarea:focus, .site-form__textarea:focus-visible {
    outline: none;
    border-color: var(--Amarelo-Queimado, #fdb913);
    box-shadow: inset 0 0 0 1px var(--Amarelo-Queimado, #fdb913);
  }
.site-form__input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield;
  }
.site-form__input[type=number]::-webkit-outer-spin-button, .site-form__input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
.site-form__select {
    padding-right: 2.75rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23231f20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
.site-form__textarea {
    min-height: clamp(8rem, 18vw, 10rem);
    resize: vertical;
  }
.site-form__file {
    position: relative;
    min-width: 0;
    overflow: visible;
  }
.site-form__file-input {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
.site-form__file-label {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.25rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border: 1px solid var(--Chumbo, #231f20);
    border-radius: 0.375rem;
    background-color: var(--Branco, #fff);
    cursor: pointer;
    overflow: visible;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
.site-form__file-label:focus-within {
    outline: none;
    border-color: var(--Amarelo-Queimado, #fdb913);
    box-shadow: inset 0 0 0 1px var(--Amarelo-Queimado, #fdb913);
  }
.site-form__file-name {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    color: #737373;
  }
.site-form__file-name--selected {
    color: var(--Chumbo, #231f20);
  }
.site-form__file-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1rem;
    border-radius: 0.25rem;
    background-color: #737373;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--Branco, #fff);
    pointer-events: none;
  }
.site-form__error {
    position: relative;
    z-index: 2;
    margin: 0.35rem 0 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.4;
    color: #b91c1c;
  }
.site-form__actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 3vw, 2rem);
  }
.site-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: clamp(12rem, 20vw, 15rem);
    padding: 0.875rem 2rem;
    border: none;
    border-radius: 0.375rem;
    background-color: var(--Amarelo-Queimado, #fdb913);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
    font-weight: 700;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
    cursor: pointer;
    transition: opacity 0.2s;
  }
.site-form__submit:hover {
    opacity: 0.92;
  }
.site-form__submit:focus-visible {
    outline: 2px solid var(--Chumbo, #231f20);
    outline-offset: 2px;
  }
.site-form__submit:disabled, .site-form__submit--loading {
    cursor: not-allowed;
    opacity: 0.75;
  }
.site-form__submit--loading {
    gap: 0.625rem;
  }
.site-form__submit--loading::before {
    content: "";
    display: inline-block;
    width: 1.05em;
    height: 1.05em;
    border: 2px solid rgba(35, 31, 32, 0.25);
    border-top-color: var(--Chumbo, #231f20);
    border-radius: 50%;
    animation: site-form-spin 0.7s linear infinite;
  }
.site-form__field--invalid .site-form__input,
  .site-form__field--invalid .site-form__select,
  .site-form__field--invalid .site-form__textarea,
  .site-form__field--invalid .site-form__file-label {
    border-color: #b91c1c;
    box-shadow: inset 0 0 0 1px #b91c1c;
  }
@keyframes site-form-spin {
    to {
      transform: rotate(360deg);
    }
  }
.site-footer {
    --site-footer-pad-x: clamp(1.25rem, calc(65 * 100vw / 1920), 4.0625rem);
    --site-footer-pad-y: clamp(2rem, calc(65 * 100vw / 1920), 4.0625rem);
    --site-footer-title-gap: clamp(1rem, calc(35 * 100vw / 1920), 2.1875rem);
    --site-footer-text-size: clamp(0.875rem, calc(16 * 100vw / 1920), 1rem);
    --site-footer-nav-leading: clamp(1.75rem, calc(36 * 100vw / 1920), 2.25rem);
    --site-footer-company-leading: clamp(1.25rem, calc(26 * 100vw / 1920), 1.625rem);
    --site-footer-brand-text: #333;
    --site-footer-social-gap: clamp(0.75rem, calc(20 * 100vw / 1920), 1.25rem);
    --site-footer-brand-gap: clamp(1.5rem, calc(48 * 100vw / 1920), 3rem);
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  }
@media (min-width: 1024px) {
    .site-footer {
      grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr);
    }
  }
.site-footer__panel {
    min-width: 0;
  }
.site-footer__panel--brand {
    background: var(--Amarelo-Queimado, #fdb913);
    color: var(--site-footer-brand-text, #333);
  }
.site-footer__panel--info {
    display: flex;
    flex-direction: column;
    background: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
  }
.site-footer__brand-inner {
    display: grid;
    gap: var(--site-footer-brand-gap);
    padding: var(--site-footer-pad-y) var(--site-footer-pad-x);
  }
@media (min-width: 768px) {
    .site-footer__brand-inner {
      grid-template-columns: auto minmax(0, 1fr) minmax(0, max-content);
      align-items: start;
    }
  }
.site-footer__logo-link {
    display: inline-block;
    flex-shrink: 0;
    outline: none;
  }
.site-footer__logo-link:focus-visible {
    outline: 2px solid var(--Chumbo, #231f20);
    outline-offset: 3px;
  }
.site-footer__logo {
    display: block;
    width: auto;
    height: clamp(2.25rem, 2.5520833333vw, 3.0625rem);
    max-width: min(210px, 42vw);
  }
.site-footer__products {
    min-width: 0;
  }
.site-footer__column-title {
    margin: 0;
    font-family: "Rubik", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--site-footer-text-size);
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    color: var(--site-footer-brand-text, #333);
  }
.site-footer__product-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, max-content));
    gap: clamp(1.5rem, 2.0833333333vw, 2.5rem);
    margin-top: var(--site-footer-title-gap);
  }
.site-footer__link-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.site-footer__link {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.15s ease;
  }
.site-footer__link:hover {
    opacity: 0.72;
  }
.site-footer__link:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
.site-footer__link--product {
    display: block;
    font-family: "Rubik", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--site-footer-text-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--site-footer-nav-leading);
    color: var(--site-footer-brand-text, #333);
  }
.site-footer__link--nav {
    display: block;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--site-footer-text-size);
    font-style: italic;
    font-weight: 700;
    line-height: var(--site-footer-nav-leading);
    color: var(--site-footer-brand-text, #333);
  }
.site-footer__nav {
    min-width: 0;
  }
.site-footer__nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.site-footer__info-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: var(--site-footer-title-gap);
    padding: var(--site-footer-pad-y) var(--site-footer-pad-x);
    min-height: 100%;
  }
.site-footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--site-footer-social-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }
.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--Branco, #fff);
    text-decoration: none;
  }
.site-footer__social-link:not(.site-footer__social-link--static):hover {
    opacity: 0.8;
  }
.site-footer__social-link:focus-visible {
    outline: 2px solid var(--Branco, #fff);
    outline-offset: 3px;
  }
.site-footer__company {
    flex: 1;
    min-width: 0;
  }
.site-footer__company-line {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--site-footer-text-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--site-footer-company-leading);
    color: var(--Branco, #fff);
  }
.site-footer__company-line strong {
    font-weight: 700;
    font-style: normal;
    line-height: var(--site-footer-company-leading);
    color: var(--Branco, #fff);
  }
.site-footer__ezoom {
    margin-top: auto;
    align-self: flex-start;
    font-size: clamp(1.125rem, 1.25vw, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--Branco, #fff);
    text-decoration: none;
  }
.site-footer__ezoom:hover {
    opacity: 0.85;
  }
.site-footer__ezoom:focus-visible {
    outline: 2px solid var(--Branco, #fff);
    outline-offset: 3px;
  }
@media (max-width: 767px) {
    .site-footer__brand-inner {
      grid-template-columns: 1fr;
    }
    .site-footer__product-columns {
      grid-template-columns: 1fr;
    }
  }
body.home {
    --home-hero-fade-to: #111;
    --home-hero-media-w: clamp(17.5rem, 78vw, 560px);
    --home-hero-media-h: clamp(20rem, 89vw, 640px);
  }
@media (min-width: 1024px) {
    body.home {
      --home-hero-media-w: 560px;
      --home-hero-media-h: 640px;
    }
  }
.home-after-hero {
    overflow-x: clip;
  }
.home-bg-textured {
    position: relative;
    isolation: isolate;
    background-color: var(--home-hero-fade-to, #111);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.68) 28%, rgba(0, 0, 0, 0.82) 100%), var(--home-bg-textured-image);
    background-position: 50% 50%;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }
.home-bg-textured::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    height: clamp(100px, 22vh, 280px);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.45) 42%, rgba(17, 17, 17, 0) 100%);
  }
.home-bg-textured > * {
    position: relative;
    z-index: 1;
  }
.home-product-line-section {
    position: relative;
    z-index: 1;
    background-color: #000;
  }
.home-product-line-section__bg {
    overflow: hidden;
  }
.home-product-line-section__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: var(--home-product-line-bg-width, 1920px);
    height: 100%;
    transform: translateX(-50%);
    background-color: lightgray;
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.55) 72%, rgba(17, 17, 17, 0.92) 88%, #000 100%), var(--home-product-line-bg-image);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.home-product-line-section__bg::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: clamp(1.25rem, 3vh, 2rem);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 100%);
    pointer-events: none;
  }
.home-product-line-section__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.home-product-line-section__pretitle {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    font-style: italic;
    font-weight: 275;
    line-height: var(--home-section-heading-leading);
    color: #fff;
  }
.home-product-line-section__title {
    margin: 0;
    margin-top: var(--home-section-heading-tight);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    font-style: italic;
    font-weight: 900;
    line-height: var(--home-section-heading-leading);
    color: var(--Chumbo, #231f20);
  }
.home-product-line-section__title--solo {
    margin-top: 0;
    color: #fff;
    font-weight: 275;
  }
.home-product-line-section__slider--static {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
@media (min-width: 640px) {
    .home-product-line-section__slider--static {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .home-product-line-section__slider--static {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
@media (min-width: 1400px) {
    .home-product-line-section__slider--static {
      grid-template-columns: repeat(var(--line-slider-cols, 5), minmax(0, 1fr));
    }
    .home-product-line-section__slider--static[data-slide-count="1"] {
      --line-slider-cols: 1;
    }
    .home-product-line-section__slider--static[data-slide-count="2"] {
      --line-slider-cols: 2;
    }
  }
@media (min-width: 1024px) {
    .home-product-line-section__slider--static[data-slide-count="3"] {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
@media (min-width: 1400px) {
    .home-product-line-section__slider--static[data-slide-count="4"] {
      --line-slider-cols: 4;
    }
    .home-product-line-section__slider--static[data-slide-count="5"] {
      --line-slider-cols: 5;
    }
  }
.home-product-line-section__slider .slick-list {
    overflow: hidden;
  }
.home-product-line-section__slider .slick-track {
    display: flex;
    align-items: stretch;
  }
.home-product-line-section__slider.slick-initialized .slick-slide {
    height: auto !important;
    box-sizing: border-box;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
@media (min-width: 640px) {
    .home-product-line-section__slider.slick-initialized .slick-slide {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
    }
  }
.home-product-line-section__slider.slick-initialized .slick-slide > div {
    height: 100%;
  }
.home-product-line-section__slider .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
.home-product-line-section__slider .slick-dots:has(li:only-child) {
    display: none !important;
  }
.home-product-line-section__slider .slick-dots li {
    margin: 0;
  }
.home-product-line-section__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
.home-product-line-section__slider .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
  }
.home-product-line-section__slider .slick-dots li button:hover,
  .home-product-line-section__slider .slick-dots li button:focus-visible {
    border-color: #fdb913;
    outline: none;
  }
.site-pagination {
    display: flex;
    justify-content: center;
    margin-top: clamp(2rem, 5vw, 3rem);
  }
.site-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.65rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.site-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.125rem;
    min-height: 2.125rem;
    padding: 0.2rem 0.55rem;
    border: 0;
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #111;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }
.site-pagination__item:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
.site-pagination__item:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.site-pagination__item.is-active {
    background-color: var(--Amarelo-Queimado, #fdb913);
    cursor: default;
  }
.site-pagination__item.is-active:hover {
    background-color: var(--Amarelo-Queimado, #fdb913);
  }
.site-pagination__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #111;
  }
body.catalog,
  body.contact,
  body.page-store-locator {
    background-color: var(--Branco, #fff);
  }
.mfp-blog-gallery {
    --mfp-gallery-pad-x: clamp(1rem, calc(32 * 100vw / 1920), 2rem);
    --mfp-gallery-pad-y: clamp(2rem, calc(72 * 100vw / 1920), 4.5rem);
  }
.mfp-blog-gallery.mfp-wrap {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10000;
    overflow: hidden !important;
    overscroll-behavior: none;
  }
.mfp-blog-gallery.mfp-bg {
    background: rgba(0, 0, 0, 0.92);
    opacity: 1;
  }
.mfp-blog-gallery .mfp-container {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: hidden;
    padding: var(--mfp-gallery-pad-y) var(--mfp-gallery-pad-x);
  }
.mfp-blog-gallery .mfp-container::before {
    display: none !important;
  }
.mfp-blog-gallery .mfp-content {
    cursor: default;
    max-width: 100%;
    max-height: 100%;
  }
.mfp-blog-gallery .mfp-figure {
    max-height: calc(100vh - var(--mfp-gallery-pad-y) * 2);
    max-height: calc(100dvh - var(--mfp-gallery-pad-y) * 2);
  }
.mfp-blog-gallery .mfp-figure::after {
    display: none;
  }
.mfp-blog-gallery .mfp-figure figure {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: inherit;
    margin: 0;
  }
.mfp-blog-gallery .mfp-img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: min(100vw - var(--mfp-gallery-pad-x) * 2, 100%) !important;
    max-height: calc(100vh - var(--mfp-gallery-pad-y) * 2) !important;
    max-height: calc(100dvh - var(--mfp-gallery-pad-y) * 2) !important;
    padding: 0 !important;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  }
.mfp-blog-gallery .mfp-container > .mfp-close {
    display: none !important;
  }
.mfp-blog-gallery .mfp-close {
    position: fixed;
    top: clamp(1rem, 3vw, 1.75rem);
    right: clamp(1rem, 3vw, 1.75rem);
    width: 2.75rem !important;
    height: 2.75rem;
    padding: 0 !important;
    border: 0;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    color: transparent;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1047;
  }
.mfp-blog-gallery .mfp-close::before, .mfp-blog-gallery .mfp-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    background: var(--Branco, #fff);
    transform-origin: center;
    text-indent: 0;
  }
.mfp-blog-gallery .mfp-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
.mfp-blog-gallery .mfp-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
.mfp-blog-gallery .mfp-close:hover {
    opacity: 0.75;
  }
.mfp-blog-gallery .mfp-close:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.mfp-blog-gallery.mfp-image-holder .mfp-close {
    width: 2.75rem !important;
    padding: 0 !important;
    text-align: center !important;
  }
.mfp-blog-gallery .mfp-arrow {
    width: clamp(2.5rem, 4vw, 3rem);
    height: clamp(2.5rem, 4vw, 3rem);
    margin-top: calc(-0.5 * clamp(2.5rem, 4vw, 3rem));
    opacity: 1;
    background: var(--Amarelo-Queimado, #fdb913);
    border-radius: 999px;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
.mfp-blog-gallery .mfp-arrow::before, .mfp-blog-gallery .mfp-arrow::after {
    display: none;
  }
.mfp-blog-gallery .mfp-arrow::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0;
    border: 0;
    border-top: 2px solid var(--Chumbo, #231f20);
    border-right: 2px solid var(--Chumbo, #231f20);
    transform: translate(-50%, -50%) rotate(45deg);
  }
.mfp-blog-gallery .mfp-arrow:hover {
    opacity: 0.92;
  }
.mfp-blog-gallery .mfp-arrow:focus-visible {
    outline: 2px solid var(--Branco, #fff);
    outline-offset: 2px;
  }
.mfp-blog-gallery .mfp-arrow-left {
    left: clamp(0.75rem, 2vw, 1.5rem);
  }
.mfp-blog-gallery .mfp-arrow-left::after {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
.mfp-blog-gallery .mfp-arrow-right {
    right: clamp(0.75rem, 2vw, 1.5rem);
  }
.mfp-blog-gallery .mfp-counter {
    top: auto;
    bottom: clamp(1rem, 3vw, 1.75rem);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.35rem 0.875rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.75rem, 1.3vw, 0.875rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--Branco, #fff);
  }
html.mfp-blog-gallery-open {
    overflow: hidden !important;
    overscroll-behavior: none;
  }
html.mfp-blog-gallery-open body {
    overflow: hidden !important;
    overscroll-behavior: none;
    touch-action: none;
  }
body.mfp-blog-gallery-open #layout-wrapper {
    overflow: hidden !important;
  }
.mfp-product-video.mfp-bg {
    background: rgba(35, 31, 32, 0.94);
    opacity: 1;
  }
.mfp-product-video .mfp-wrap {
    z-index: 10000;
  }
.mfp-product-video .mfp-container {
    padding: clamp(1.1rem, 32 * 100vw / 1920, 2rem);
  }
.mfp-product-video .mfp-iframe-scaler {
    overflow: hidden;
    padding-top: 56.25%;
  }
.mfp-product-video .mfp-iframe {
    background: #000;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  }
.mfp-product-video .mfp-close {
    color: var(--Branco, #fff);
    opacity: 0.85;
  }
body.product-detail #layout-wrapper > main {
    background-color: var(--Branco, #fff);
    padding-bottom: clamp(3rem, 120 * 100vw / 1920, 7.5rem);
  }
body.page-store-locator #layout-wrapper > main {
    background-color: var(--Branco, #fff);
  }
.product-detail-hero {
    --pd-hero-pad-x: clamp(1.25rem, calc(100 * 100vw / 1920), 6.25rem);
    --pd-hero-pad-top: clamp(5.5rem, calc(120 * 100vw / 1920), 7.5rem);
    --pd-hero-pad-bottom: clamp(2.5rem, calc(96 * 100vw / 1920), 6rem);
    --pd-hero-grid-gap: clamp(2rem, calc(80 * 100vw / 1920), 5rem);
    --pd-hero-content-gap: clamp(1rem, calc(28 * 100vw / 1920), 1.75rem);
    --pd-hero-breadcrumb-size: clamp(0.75rem, calc(14 * 100vw / 1920), 0.875rem);
    --pd-hero-title-size: clamp(2rem, calc(60 * 100vw / 1920), 3.75rem);
    --pd-hero-title-max-w: clamp(18rem, calc(672 * 100vw / 1920), 42rem);
    --pd-hero-desc-size: clamp(0.875rem, calc(16 * 100vw / 1920), 1rem);
    --pd-hero-desc-max-w: clamp(18rem, calc(576 * 100vw / 1920), 36rem);
    --pd-hero-variations-gap: clamp(0.625rem, calc(12 * 100vw / 1920), 0.75rem);
    --pd-hero-swatch-size: clamp(2.75rem, calc(52 * 100vw / 1920), 3.25rem);
    --pd-hero-swatch-gap: clamp(0.625rem, calc(12 * 100vw / 1920), 0.75rem);
    --pd-hero-actions-gap: clamp(0.75rem, calc(16 * 100vw / 1920), 1rem);
    --pd-hero-action-min-h: clamp(2.75rem, calc(48 * 100vw / 1920), 3rem);
    --pd-hero-action-pad-x: clamp(1rem, calc(20 * 100vw / 1920), 1.25rem);
    --pd-hero-action-pad-y: clamp(0.625rem, calc(12 * 100vw / 1920), 0.75rem);
    --pd-hero-action-font: clamp(0.8125rem, calc(15 * 100vw / 1920), 0.9375rem);
    --pd-hero-action-icon: clamp(1rem, calc(20 * 100vw / 1920), 1.25rem);
    --pd-hero-image-size: clamp(16rem, calc(640 * 100vw / 1920), 40rem);
    position: relative;
    background-color: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
    padding-top: var(--pd-hero-pad-top);
    padding-bottom: var(--pd-hero-pad-bottom);
    overflow: hidden;
  }
.product-detail-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: var(--pd-hero-pad-x);
  }
.product-detail-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: var(--pd-hero-grid-gap);
    align-items: center;
  }
.product-detail-hero__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pd-hero-content-gap);
  }
.product-detail-hero__breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--pd-hero-breadcrumb-size);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Branco, #fff);
  }
.product-detail-hero__breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
.product-detail-hero__breadcrumb-item:not(:last-child)::after {
    content: ">";
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
  }
.product-detail-hero__breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
  }
.product-detail-hero__breadcrumb-item a:hover {
    opacity: 0.75;
  }
.product-detail-hero__breadcrumb-item a:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.product-detail-hero__breadcrumb-item span[aria-current=page] {
    opacity: 0.85;
  }
.product-detail-hero__title {
    margin: 0;
    max-width: var(--pd-hero-title-max-w);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--pd-hero-title-size);
    font-style: normal;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--Branco, #fff);
  }
.product-detail-hero__description {
    margin: 0;
    max-width: var(--pd-hero-desc-max-w);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--pd-hero-desc-size);
    font-weight: 400;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.92);
  }
.product-detail-hero__variations {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--pd-hero-variations-gap);
  }
.product-detail-hero__variations-label {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--pd-hero-desc-size);
    font-weight: 600;
    line-height: 1.4;
    color: var(--Branco, #fff);
  }
.product-detail-hero__swatches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--pd-hero-swatch-gap);
  }
.product-detail-hero__swatch {
    width: var(--pd-hero-swatch-size);
    height: var(--pd-hero-swatch-size);
    padding: 0;
    border: 2px solid transparent;
    border-radius: clamp(0.375rem, 0.4166666667vw, 0.5rem);
    background-color: var(--swatch-color, #888);
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
  }
.product-detail-hero__swatch:hover {
    transform: scale(1.04);
  }
.product-detail-hero__swatch.is-active {
    border-color: var(--Branco, #fff);
  }
.product-detail-hero__swatch:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 3px;
  }
.product-detail-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--pd-hero-actions-gap);
    margin-top: clamp(0.25rem, 0.625vw, 0.75rem);
  }
.product-detail-hero__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 0.5208333333vw, 0.625rem);
    min-height: var(--pd-hero-action-min-h);
    padding: var(--pd-hero-action-pad-y) var(--pd-hero-action-pad-x);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: clamp(0.3125rem, 0.3125vw, 0.375rem);
    background: rgba(35, 31, 32, 0.35);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--pd-hero-action-font);
    font-weight: 600;
    line-height: 1.35;
    color: var(--Branco, #fff);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }
.product-detail-hero__action:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
.product-detail-hero__action:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.product-detail-hero__action--catalog {
    border-color: var(--Amarelo-Queimado, #fdb913);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.product-detail-hero__action--catalog:hover {
    background-color: rgba(253, 185, 19, 0.12);
  }
.product-detail-hero__action-icon {
    flex-shrink: 0;
    width: var(--pd-hero-action-icon);
    height: var(--pd-hero-action-icon);
  }
.product-detail-hero__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
  }
.product-detail-hero__link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
  }
.product-detail-hero__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
    border-radius: clamp(0.375rem, 0.4166666667vw, 0.5rem);
  }
.product-detail-hero__link:hover .product-detail-hero__image, .product-detail-hero__link:focus-visible .product-detail-hero__image {
    opacity: 0.92;
  }
.product-detail-hero__image {
    display: block;
    width: min(100%, var(--pd-hero-image-size));
    aspect-ratio: 1/1;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    transition: opacity 0.25s ease;
  }
.product-detail-hero__image.is-swapping {
    opacity: 0.35;
  }
@media (max-width: 767px) {
    .product-detail-hero {
      --pd-hero-grid-gap: 1.75rem;
      --pd-hero-content-gap: 1rem;
      --pd-hero-title-size: clamp(1.75rem, 8.2vw, 2.25rem);
      --pd-hero-desc-size: 0.875rem;
      --pd-hero-breadcrumb-size: 0.75rem;
      --pd-hero-title-max-w: 100%;
      --pd-hero-desc-max-w: 100%;
      --pd-hero-image-size: min(100%, 20rem);
      --pd-hero-action-font: 0.8125rem;
    }
    .product-detail-hero__grid {
      grid-template-columns: 1fr;
    }
    .product-detail-hero__media {
      order: -1;
    }
    .product-detail-hero__image {
      margin-inline: auto;
    }
    .product-detail-hero__actions {
      flex-direction: column;
      align-items: stretch;
      width: 100%;
    }
    .product-detail-hero__action {
      width: 100%;
    }
  }
body.content,
  body.product-detail,
  .product-detail-gallery {
    --pd-gallery-slide-gap: clamp(0.625rem, calc(16 * 100vw / 1920), 1rem);
    --pd-gallery-radius: clamp(0.375rem, calc(8 * 100vw / 1920), 0.5rem);
    --pd-gallery-nav-size: clamp(2rem, calc(36 * 100vw / 1920), 2.25rem);
    --pd-gallery-nav-gap: clamp(0.375rem, calc(8 * 100vw / 1920), 0.5rem);
    --pd-gallery-nav-offset: clamp(0.75rem, calc(28 * 100vw / 1920), 1.75rem);
  }
body.content__shell,
  body.product-detail__shell,
  .product-detail-gallery__shell {
    position: relative;
    overflow-x: clip;
    box-sizing: border-box;
    padding-top: clamp(2.975rem, 170 * 100vw / 1920, 10.625rem);
    padding-bottom: clamp(3.5875rem, 205 * 100vw / 1920, 12.8125rem);
    background-color: #000;
    background-image: var(--pd-gallery-bg-image);
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
body.content__inner,
  body.product-detail__inner,
  .product-detail-gallery__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 5.2083333333vw, 6.25rem);
  }
body.content__slider.slick-initialized .slick-slide,
  body.product-detail__slider.slick-initialized .slick-slide,
  .product-detail-gallery__slider.slick-initialized .slick-slide {
    height: auto;
  }
body.content__slider.slick-initialized .slick-slide > div,
  body.product-detail__slider.slick-initialized .slick-slide > div,
  .product-detail-gallery__slider.slick-initialized .slick-slide > div {
    height: 100%;
  }
body.content__slider .slick-list,
  body.product-detail__slider .slick-list,
  .product-detail-gallery__slider .slick-list {
    margin: 0 calc(-0.5 * var(--pd-gallery-slide-gap));
  }
body.content__slider .slick-slide,
  body.product-detail__slider .slick-slide,
  .product-detail-gallery__slider .slick-slide {
    padding: 0 calc(0.5 * var(--pd-gallery-slide-gap));
  }
body.content__item,
  body.product-detail__item,
  .product-detail-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: var(--pd-gallery-radius);
    aspect-ratio: 1/1;
    background-color: #1a1a1a;
  }
body.content__link,
  body.product-detail__link,
  .product-detail-gallery__link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
  }
body.content__link:focus-visible,
  body.product-detail__link:focus-visible,
  .product-detail-gallery__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
    border-radius: var(--pd-gallery-radius);
  }
body.content__link:hover .product-detail-gallery__img, body.content__link:focus-visible .product-detail-gallery__img,
  body.product-detail__link:hover .product-detail-gallery__img,
  body.product-detail__link:focus-visible .product-detail-gallery__img,
  .product-detail-gallery__link:hover .product-detail-gallery__img,
  .product-detail-gallery__link:focus-visible .product-detail-gallery__img {
    transform: scale(1.04);
  }
body.content__img,
  body.product-detail__img,
  .product-detail-gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 420ms ease;
  }
body.content__nav-wrap,
  body.product-detail__nav-wrap,
  .product-detail-gallery__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--pd-gallery-nav-gap);
    margin-top: var(--pd-gallery-nav-offset);
  }
body.content__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled),
  body.product-detail__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled),
  .product-detail-gallery__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled) {
    display: none;
  }
body.content__nav,
  body.product-detail__nav,
  .product-detail-gallery__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--pd-gallery-nav-size);
    height: var(--pd-gallery-nav-size);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: clamp(0.25rem, 0.2083333333vw, 0.3125rem);
    background: rgba(17, 17, 17, 0.65);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1rem, 0.9375vw, 1.125rem);
    font-weight: 400;
    line-height: 1;
    color: var(--Branco, #fff);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  }
body.content__nav span,
  body.product-detail__nav span,
  .product-detail-gallery__nav span {
    display: block;
    transform: translateY(-0.05em);
  }
body.content__nav:hover:not(.slick-disabled),
  body.product-detail__nav:hover:not(.slick-disabled),
  .product-detail-gallery__nav:hover:not(.slick-disabled) {
    background: rgba(255, 255, 255, 0.08);
  }
body.content__nav:focus-visible,
  body.product-detail__nav:focus-visible,
  .product-detail-gallery__nav:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
body.content__nav.slick-disabled,
  body.product-detail__nav.slick-disabled,
  .product-detail-gallery__nav.slick-disabled {
    opacity: 0.35;
    cursor: default;
  }
.product-detail-video__trigger {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    aspect-ratio: 1920/599.706;
    overflow: hidden;
    cursor: pointer;
    background-color: #000;
    background-image: var(--pd-video-poster);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.product-detail-video__trigger:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
  }
.product-detail-video__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
  }
.product-detail-video__cta {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.1rem, 32 * 100vw / 1920, 2rem);
    padding-inline: clamp(1.17rem, 24 * 100vw / 1920, 1.5rem);
    pointer-events: none;
  }
.product-detail-video__play {
    flex-shrink: 0;
    width: clamp(2.35rem, 94 * 100vw / 1920, 5.875rem);
    height: clamp(2.45rem, 98 * 100vw / 1920, 6.125rem);
  }
.product-detail-video__label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
.product-detail-video__label-line {
    display: block;
    color: var(--Branco, #fff);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.125vw, 3.75rem);
    font-style: italic;
    line-height: 1.1;
  }
.product-detail-video__label-line--light {
    font-weight: 400;
  }
.product-detail-video__label-line--bold {
    font-weight: 900;
  }
.product-detail-video__inline {
    position: relative;
    width: 62.5vw;
    max-width: 100%;
    margin-inline: auto;
    background: #000;
  }
.product-detail-video__player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
    max-height: 80dvh;
    vertical-align: top;
  }
@media (max-width: 767px) {
    .product-detail-video__trigger {
      aspect-ratio: 16/9;
      min-height: clamp(13rem, 52vw, 18rem);
    }
    .product-detail-video__cta {
      gap: clamp(0.875rem, 4vw, 1.25rem);
      padding-inline: 1.25rem;
    }
    .product-detail-video__play {
      width: clamp(3.25rem, 14vw, 4.25rem);
      height: clamp(3.375rem, 14.5vw, 4.375rem);
    }
    .product-detail-video__label-line {
      font-size: clamp(2rem, 7.5vw, 2.75rem);
    }
  }
.product-detail-specs {
    background-color: var(--Branco, #fff);
    color: var(--Chumbo, #231f20);
  }
.product-detail-specs__inner {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding: clamp(2.4rem, 96 * 100vw / 1920, 6rem) clamp(2.5rem, 100 * 100vw / 1920, 6.25rem);
  }
.product-detail-specs__grid {
    display: grid;
    gap: clamp(2rem, 80 * 100vw / 1920, 5rem);
  }
@media (min-width: 1024px) {
    .product-detail-specs__grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      align-items: start;
    }
  }
.product-detail-specs__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.975rem, 20 * 100vw / 1920, 1.25rem);
    margin-bottom: clamp(1.65rem, 48 * 100vw / 1920, 3rem);
  }
.product-detail-specs__accent {
    display: block;
    width: var(--home-section-heading-accent-width);
    height: var(--home-section-heading-accent-height);
    border-radius: 999px;
    background-color: var(--Amarelo-Queimado, #fdb913);
  }
.product-detail-specs__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    line-height: var(--home-section-heading-leading);
    color: var(--Chumbo, #231f20);
  }
.product-detail-specs__title-light {
    display: block;
    font-weight: 275;
    font-style: italic;
  }
.product-detail-specs__title-bold {
    display: block;
    margin-top: var(--home-section-heading-tight);
    font-weight: 900;
    font-style: italic;
  }
.product-detail-specs__list {
    display: flex;
    flex-direction: column;
    gap: clamp(1.1rem, 32 * 100vw / 1920, 2rem);
    margin: 0;
  }
.product-detail-specs__item {
    display: flex;
    align-items: center;
    gap: clamp(1.17rem, 24 * 100vw / 1920, 1.5rem);
    margin: 0;
  }
.product-detail-specs__icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(2.5rem, 100 * 100vw / 1920, 6.25rem);
    height: clamp(2.5rem, 100 * 100vw / 1920, 6.25rem);
  }
.product-detail-specs__icon {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
.product-detail-specs__content {
    min-width: 0;
  }
.product-detail-specs__label {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 18 * 100vw / 1920, 1.125rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
  }
.product-detail-specs__value {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.17rem, 24 * 100vw / 1920, 1.5rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    color: #222;
  }
.product-detail-specs__benefits {
    display: flex;
    flex-direction: column;
    gap: clamp(1.365rem, 28 * 100vw / 1920, 1.75rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
.product-detail-specs__benefit {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.875rem, 16 * 100vw / 1920, 1rem);
  }
.product-detail-specs__benefit-icon {
    flex-shrink: 0;
    width: clamp(1.546875rem, 45 * 100vw / 1920, 2.8125rem);
    height: clamp(1.546875rem, 45 * 100vw / 1920, 2.8125rem);
  }
.product-detail-specs__benefit-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
.product-detail-specs__benefit-text {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 18 * 100vw / 1920, 1.125rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    color: var(--Chumbo, #231f20);
  }
.product-detail-use-cases {
    background-color: var(--Branco, #fff);
    color: var(--Chumbo, #231f20);
  }
.product-detail-use-cases__inner {
    width: 100%;
    max-width: 1920px;
    margin-inline: auto;
    padding: clamp(2.4rem, 96 * 100vw / 1920, 6rem) clamp(2.5rem, 100 * 100vw / 1920, 6.25rem);
  }
.product-detail-use-cases__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.975rem, 20 * 100vw / 1920, 1.25rem);
    margin-bottom: clamp(1.65rem, 48 * 100vw / 1920, 3rem);
  }
.product-detail-use-cases__accent {
    display: block;
    width: var(--home-section-heading-accent-width);
    height: var(--home-section-heading-accent-height);
    border-radius: 999px;
    background-color: var(--Amarelo-Queimado, #fdb913);
  }
.product-detail-use-cases__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    line-height: var(--home-section-heading-leading);
    color: var(--Chumbo, #231f20);
  }
.product-detail-use-cases__title-light {
    display: block;
    font-weight: 275;
    font-style: italic;
  }
.product-detail-use-cases__title-bold {
    display: block;
    margin-top: var(--home-section-heading-tight);
    font-weight: 900;
    font-style: italic;
  }
.product-detail-use-cases__slider-wrap {
    position: relative;
  }
.product-detail-use-cases__slider.slick-initialized .slick-slide {
    height: auto;
  }
.product-detail-use-cases__slider.slick-initialized .slick-slide > div {
    height: 100%;
  }
.product-detail-use-cases__slider .slick-list {
    margin: 0 calc(-0.5 * clamp(0.875rem, 16 * 100vw / 1920, 1rem));
  }
.product-detail-use-cases__slider .slick-slide {
    padding: 0 calc(0.5 * clamp(0.875rem, 16 * 100vw / 1920, 1rem));
  }
.product-detail-use-cases__item {
    margin: 0;
    overflow: hidden;
    border-radius: clamp(0.875rem, 10 * 100vw / 1920, 0.625rem);
    aspect-ratio: 1/1;
    background-color: #f5f5f5;
  }
.product-detail-use-cases__link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
  }
.product-detail-use-cases__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
    border-radius: clamp(0.875rem, 10 * 100vw / 1920, 0.625rem);
  }
.product-detail-use-cases__link:hover .product-detail-use-cases__img, .product-detail-use-cases__link:focus-visible .product-detail-use-cases__img {
    transform: scale(1.04);
  }
.product-detail-use-cases__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 420ms ease;
  }
.product-detail-use-cases__nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.875rem, 12 * 100vw / 1920, 0.75rem);
    margin-top: clamp(1.1rem, 32 * 100vw / 1920, 2rem);
  }
.product-detail-use-cases__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled) {
    display: none;
  }
.product-detail-use-cases__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(1.2375rem, 36 * 100vw / 1920, 2.25rem);
    height: clamp(1.2375rem, 36 * 100vw / 1920, 2.25rem);
    padding: 0;
    border: 1px solid #d7d7d7;
    border-radius: clamp(0.1875rem, 4 * 100vw / 1920, 0.25rem);
    background: var(--Branco, #fff);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 18 * 100vw / 1920, 1.125rem);
    font-weight: 400;
    line-height: 1;
    color: var(--Chumbo, #231f20);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  }
.product-detail-use-cases__nav span {
    display: block;
    transform: translateY(-0.05em);
  }
.product-detail-use-cases__nav:hover:not(.slick-disabled) {
    background-color: #f5f5f5;
    border-color: #bdbdbd;
  }
.product-detail-use-cases__nav:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.product-detail-use-cases__nav.slick-disabled {
    opacity: 0.35;
    cursor: default;
  }
.product-detail-related {
    position: relative;
    isolation: isolate;
    background-color: var(--Branco, #fff);
    overflow-x: clip;
  }
.product-detail-related::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: clamp(18.2rem, 1040 * 100vw / 1920, 65rem);
    background-color: var(--Chumbo, #231f20);
    pointer-events: none;
  }
@media (min-width: 1024px) {
    .product-detail-related::before {
      height: clamp(9.1rem, 520 * 100vw / 1920, 32.5rem);
    }
  }
.product-detail-related__top {
    padding-bottom: clamp(1.375rem, 40 * 100vw / 1920, 2.5rem);
  }
.product-detail-related .home-product-showcase__slider .slick-list {
    padding-top: clamp(7rem, 6.25vw, 8rem);
  }
.product-detail-related__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled) {
    display: none;
  }
.product-detail-related__nav--prev, .product-detail-related__nav--next {
    min-width: 2.5rem;
    padding-inline: 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
  }
.product-detail-related__nav--prev span, .product-detail-related__nav--next span {
    display: block;
    transform: translateY(-0.05em);
  }
.product-detail-related__nav--prev.slick-disabled, .product-detail-related__nav--next.slick-disabled {
    opacity: 0.35;
    cursor: default;
  }
.product-detail-related .home-product-showcase {
    color: #fff;
  }
.contact-page {
    background-color: var(--Branco, #fff);
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }
.contact-page__inner {
    width: 100%;
  }
.contact-page .site-form__flash {
    margin: 0 0 1.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.375rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
.contact-page .site-form__flash--success {
    background-color: #ecfdf5;
    color: #166534;
  }
.contact-page .site-form__flash--danger, .contact-page .site-form__flash--error {
    background-color: #fef2f2;
    color: #991b1b;
  }
.content-page {
    background-color: var(--Branco, #fff);
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }
.content-page__inner {
    width: 100%;
  }
.content-page__body {
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--Chumbo, #231f20);
  }
.content-page__body > :first-child {
    margin-top: 0;
  }
.content-page__body > :last-child {
    margin-bottom: 0;
  }
.content-page__body p {
    margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  }
.content-page__body h2,
  .content-page__body h3,
  .content-page__body h4 {
    margin: clamp(1.5rem, 3vw, 2rem) 0 clamp(0.75rem, 1.5vw, 1rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--Chumbo, #231f20);
  }
.content-page__body h2 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
.content-page__body h3 {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
  }
.content-page__body ul,
  .content-page__body ol {
    margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
    padding-left: 1.5rem;
  }
.content-page__body li {
    margin-bottom: 0.375rem;
  }
.content-page__body a {
    color: var(--Chumbo, #231f20);
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
.content-page__body a:hover {
    color: var(--Amarelo-Queimado, #fdb913);
  }
.content-page__body strong {
    font-weight: 700;
  }
.catalog-product-listing, .catalog-category-listing {
    background-color: var(--Branco, #fff);
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
  }
.catalog-product-listing__inner {
    width: 100%;
  }
.catalog-product-listing__grid, .catalog-category-listing__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0.75rem, 2.5vw, 1rem);
    margin: 0;
    padding: clamp(1.5rem, 4vw, 2.5rem) 0 0;
    list-style: none;
  }
@media (min-width: 640px) {
    .catalog-product-listing__grid, .catalog-category-listing__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
@media (min-width: 1024px) {
    .catalog-product-listing__grid, .catalog-category-listing__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
@media (min-width: 1280px) {
    .catalog-product-listing__grid, .catalog-category-listing__grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
.catalog-product-listing__item {
    min-width: 0;
  }
@media (min-width: 640px) {
    .catalog-product-listing__item {
      padding-top: var(--site-product-showcase-item-offset);
    }
  }
@media (max-width: 639px) {
    .catalog-product-listing .home-showcase-card, .catalog-category-listing .home-showcase-card {
      min-height: 0;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: 0.75rem;
    }
    .catalog-product-listing .home-showcase-card__media-wrap, .catalog-category-listing .home-showcase-card__media-wrap {
      width: 100%;
      max-width: none;
      margin-inline: 0;
      padding-inline: 0;
      aspect-ratio: 16/9;
      overflow: hidden;
    }
    .catalog-product-listing .home-showcase-card__img, .catalog-category-listing .home-showcase-card__img {
      position: static;
      transform: none;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
    }
    .catalog-product-listing .home-showcase-card__category, .catalog-category-listing .home-showcase-card__category {
      margin-bottom: 0.25rem;
      padding-inline: 0.5rem;
      font-size: 0.625rem;
    }
    .catalog-product-listing .home-showcase-card__name, .catalog-category-listing .home-showcase-card__name {
      min-height: 2.5em;
      padding-inline: 0.5rem;
      font-size: 0.8125rem;
    }
    .catalog-product-listing .home-showcase-card__cta, .catalog-category-listing .home-showcase-card__cta {
      margin-top: 0.5rem;
      padding: 0.375rem 0.625rem;
      font-size: 0.6875rem;
    }
  }
.catalog-product-listing__empty, .catalog-category-listing__empty {
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem) 0;
    text-align: center;
    color: #525252;
  }
.catalog-product-listing__load-more, .catalog-category-listing__load-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    margin-top: clamp(2rem, 5vw, 3rem);
  }
.catalog-product-listing__load-more-btn, .catalog-category-listing__load-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 10rem;
    padding: 0.75rem 1.75rem;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--Amarelo-Queimado, #fdb913);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
.catalog-product-listing__load-more-btn:hover, .catalog-category-listing__load-more-btn:hover {
    background-color: rgba(253, 185, 19, 0.12);
  }
.catalog-product-listing__load-more-btn:focus-visible, .catalog-category-listing__load-more-btn:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.catalog-product-listing__load-more-btn:disabled, .catalog-category-listing__load-more-btn:disabled {
    opacity: 0.55;
    cursor: wait;
  }
.catalog-product-listing__load-more-btn[hidden], [hidden].catalog-category-listing__load-more-btn {
    display: none;
  }
.catalog-product-listing__loading, .catalog-category-listing__loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #525252;
  }
.catalog-product-listing__loading[hidden], [hidden].catalog-category-listing__loading {
    display: none;
  }
.catalog-product-listing__spinner, .catalog-category-listing__spinner {
    width: 1.125rem;
    height: 1.125rem;
    border: 2px solid rgba(253, 185, 19, 0.25);
    border-top-color: var(--Amarelo-Queimado, #fdb913);
    border-radius: 50%;
    animation: catalog-product-listing-spin 0.75s linear infinite;
  }
@keyframes catalog-product-listing-spin {
    to {
      transform: rotate(360deg);
    }
  }
.catalog-category-listing__grid {
    gap: clamp(1rem, 2.5vw, 1.5rem);
  }
.catalog-category-listing__item {
    min-width: 0;
    padding-top: 0;
  }
.category-listing-card {
    height: 100%;
    overflow: hidden;
    border-radius: 0.625rem;
    background: #f5f5f5;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
  }
.category-listing-card:hover, .category-listing-card:focus-within {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  }
.category-listing-card__link {
    height: 100%;
  }
.category-listing-card__media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #e8e8e8;
  }
.category-listing-card__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 0.35s ease;
  }
.category-listing-card__link:hover .category-listing-card__img, .category-listing-card__link:focus-visible .category-listing-card__img {
    transform: scale(1.04);
  }
.category-listing-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(1rem, 2vw, 1.25rem) clamp(0.875rem, 2vw, 1rem) clamp(1.125rem, 2.5vw, 1.375rem);
    text-align: center;
    background: #f5f5f5;
  }
.category-listing-card__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--Chumbo, #231f20);
  }
.category-listing-card__desc {
    margin: 0.5rem 0 0;
    max-width: 22rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.75rem, 1.1vw, 0.8125rem);
    font-weight: 400;
    line-height: 1.45;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
.category-listing-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: clamp(0.875rem, 2vw, 1rem);
    padding: 0.4375rem 1.125rem;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.75rem, 1.1vw, 0.8125rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--Chumbo, #231f20);
    transition: background-color 0.2s ease;
  }
.category-listing-card__link:hover .category-listing-card__cta, .category-listing-card__link:focus-visible .category-listing-card__cta {
    background-color: rgba(253, 185, 19, 0.16);
  }
.blog-post-header {
    background-color: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
  }
.blog-post-header__hero {
    padding-top: clamp(2rem, 4vw, 3rem);
    padding-bottom: clamp(5rem, 14vw, 11rem);
  }
.blog-post-header__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
  }
.blog-post-header__top {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
  }
.blog-post-header__breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Branco, #fff);
  }
.blog-post-header__breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
.blog-post-header__breadcrumb-item:not(:last-child)::after {
    content: ">";
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
  }
.blog-post-header__breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
  }
.blog-post-header__breadcrumb-item a:hover {
    opacity: 0.75;
  }
.blog-post-header__breadcrumb-item a:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.blog-post-header__breadcrumb-item span[aria-current=page] {
    font-weight: 700;
  }
.blog-post-header__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0.45rem 1.125rem;
    border: 1px solid var(--Amarelo-Queimado, #fdb913);
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--Branco, #fff);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
.blog-post-header__back:hover {
    background-color: var(--Amarelo-Queimado, #fdb913);
    color: var(--Chumbo, #231f20);
  }
.blog-post-header__back:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.blog-post-header__title {
    margin: 0;
    max-width: min(100%, 62rem);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(2rem, 5.5vw, 3.75rem);
    font-style: normal;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
    color: var(--Branco, #fff);
  }
.blog-post-header__excerpt {
    margin: 0;
    max-width: min(100%, 50rem);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.72);
  }
.blog-post-content {
    background-color: var(--Branco, #fff);
  }
.blog-post-content__inner {
    width: 100%;
  }
.blog-post-content__featured {
    position: relative;
    z-index: 2;
    margin: clamp(-4.5rem, -11vw, -9rem) 0 clamp(2rem, 4vw, 3rem);
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 1562.614/516.77;
    background: linear-gradient(145deg, #ececec 0%, #d8d8d8 100%);
  }
.blog-post-content__featured-img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.blog-post-content__main {
    position: relative;
  }
.blog-post-content__body {
    min-width: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
    color: var(--Chumbo, #231f20);
  }
.blog-post-content__body > :first-child {
    margin-top: 0;
  }
.blog-post-content__body > :last-child {
    margin-bottom: 0;
  }
.blog-post-content__body p {
    margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  }
.blog-post-content__body h2,
  .blog-post-content__body h3,
  .blog-post-content__body h4 {
    margin: clamp(1.5rem, 3vw, 2rem) 0 clamp(0.75rem, 1.5vw, 1rem);
    font-weight: 700;
    line-height: 1.3;
    color: var(--Chumbo, #231f20);
  }
.blog-post-content__body h2 {
    font-size: clamp(1.125rem, 2vw, 1.375rem);
  }
.blog-post-content__body h3 {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
  }
.blog-post-content__body ul,
  .blog-post-content__body ol {
    margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
    padding-left: 1.5rem;
  }
.blog-post-content__body li {
    margin-bottom: 0.375rem;
  }
.blog-post-content__body a {
    color: var(--Chumbo, #231f20);
    text-decoration: underline;
    text-underline-offset: 0.15em;
  }
.blog-post-content__body a:hover {
    color: var(--Amarelo-Queimado, #fdb913);
  }
.blog-post-content__body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: clamp(1rem, 2vw, 1.5rem) 0;
    border-radius: clamp(6px, 0.5208333vw, 10px);
  }
.blog-post-content__body strong {
    font-weight: 700;
  }
.blog-post-gallery {
    margin-top: clamp(2rem, 4vw, 3rem);
  }
.blog-post-gallery__slider.slick-initialized .slick-slide {
    height: auto;
  }
.blog-post-gallery__slider.slick-initialized .slick-slide > div {
    height: 100%;
  }
.blog-post-gallery__slider .slick-list {
    margin: 0 calc(-0.5 * clamp(0.5rem, 1vw, 0.75rem));
  }
.blog-post-gallery__slider .slick-slide {
    padding: 0 clamp(0.5rem, 1vw, 0.75rem);
  }
.blog-post-gallery__slider .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin: clamp(1.5rem, 3vw, 2rem) 0 0;
    padding: 0;
    list-style: none;
  }
.blog-post-gallery__slider .slick-dots:has(li:only-child) {
    display: none !important;
  }
.blog-post-gallery__slider .slick-dots li {
    margin: 0;
  }
.blog-post-gallery__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    border: 2px solid var(--Chumbo, #231f20);
    background: var(--Branco, #fff);
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
.blog-post-gallery__slider .slick-dots li.slick-active button {
    background: var(--Chumbo, #231f20);
    border-color: var(--Chumbo, #231f20);
  }
.blog-post-gallery__slider .slick-dots li button:hover,
  .blog-post-gallery__slider .slick-dots li button:focus-visible {
    border-color: var(--Amarelo-Queimado, #fdb913);
    outline: none;
  }
.blog-post-gallery__item {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 3/2;
    background: linear-gradient(145deg, #ececec 0%, #d8d8d8 100%);
  }
.blog-post-gallery__link {
    display: block;
    color: inherit;
    text-decoration: none;
    cursor: zoom-in;
  }
.blog-post-gallery__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
    border-radius: 10px;
  }
.blog-post-gallery__link:hover .blog-post-gallery__img, .blog-post-gallery__link:focus-visible .blog-post-gallery__img {
    transform: scale(1.04);
  }
.blog-post-gallery__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 420ms ease;
  }
.blog-post-related {
    margin-top: clamp(3rem, 6vw, 4.5rem);
  }
.blog-post-related__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.625rem, 1.2vw, 0.875rem);
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  }
.blog-post-related__accent {
    display: block;
    width: var(--home-section-heading-accent-width);
    height: var(--home-section-heading-accent-height);
    border-radius: 999px;
    background-color: var(--Amarelo-Queimado, #fdb913);
  }
.blog-post-related__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    line-height: 1.1;
    color: var(--Chumbo, #231f20);
  }
.blog-post-related__title-light {
    margin-right: 0.35rem;
    font-weight: 300;
    font-style: italic;
  }
.blog-post-related__title-bold {
    font-weight: 800;
    font-style: normal;
  }
.blog-post-related__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
@media (min-width: 640px) {
    .blog-post-related__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1.5rem, 3vw, 2.5rem);
    }
  }
@media (min-width: 1024px) {
    .blog-post-related__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
.blog-post-related__item {
    min-width: 0;
  }
.blog-grid {
    background-color: var(--Branco, #fff);
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
  }
.blog-grid__inner {
    width: 100%;
  }
.blog-grid__list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
@media (min-width: 640px) {
    .blog-grid__list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1.5rem, 3vw, 2.5rem);
    }
  }
@media (min-width: 1024px) {
    .blog-grid__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
.blog-grid__item {
    min-width: 0;
  }
.blog-grid__pagination {
    margin-top: clamp(2rem, 4vw, 3rem);
  }
.blog-grid-card {
    height: 100%;
    --blog-grid-card-media-ratio: 16 / 10;
  }
.blog-grid-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: inherit;
  }
.blog-grid-card__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 4px;
    border-radius: 0.375rem;
  }
.blog-grid-card__media {
    width: 100%;
    aspect-ratio: var(--blog-grid-card-media-ratio);
    overflow: hidden;
    border-radius: clamp(6px, 0.5208333vw, 10px);
    background: linear-gradient(145deg, #ececec 0%, #d8d8d8 100%);
  }
.blog-grid-card__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 520ms ease;
  }
.blog-grid-card__body {
    display: flex;
    width: 100%;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding-top: clamp(1rem, 1.5vw, 1.25rem);
  }
.blog-grid-card__category {
    margin: 0 0 clamp(0.5rem, 1vw, 0.75rem);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.2vw, 0.9375rem);
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
  }
.blog-grid-card__title {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    max-width: 18rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
    font-weight: 700;
    line-height: 1.35;
    color: var(--Chumbo, #231f20);
  }
.blog-grid-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.75rem;
    border-radius: 6px;
    background-color: var(--Chumbo, #231f20);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 1.2vw, 0.875rem);
    font-weight: 600;
    line-height: 1.2;
    color: var(--Branco, #fff);
    transition: background-color 0.2s ease, transform 220ms ease;
  }
.blog-grid-card__link:hover .blog-grid-card__img, .blog-grid-card__link:focus-visible .blog-grid-card__img {
    transform: scale(1.04);
  }
.blog-grid-card__link:hover .blog-grid-card__cta, .blog-grid-card__link:focus-visible .blog-grid-card__cta {
    background-color: #111;
  }
@media (max-width: 639px) {
    .blog-grid-card {
      --blog-grid-card-media-ratio: 16 / 9;
    }
    .blog-grid-card__media {
      width: min(100%, 18rem);
    }
    .blog-grid-card__body {
      padding-top: 0.875rem;
    }
    .blog-grid-card__category {
      margin-bottom: 0.375rem;
      font-size: 0.6875rem;
    }
    .blog-grid-card__title {
      margin-bottom: 0.875rem;
      font-size: 0.8125rem;
      line-height: 1.35;
    }
    .blog-grid-card__cta {
      padding: 0.5rem 1.25rem;
      font-size: 0.75rem;
    }
  }
.blog-category-bar {
    background-color: var(--Branco, #fff);
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
  }
.blog-category-bar__inner {
    display: flex;
    width: 100%;
  }
@media (min-width: 1024px) {
    .blog-category-bar__inner {
      justify-content: center;
    }
  }
.blog-category-bar__dropdown {
    display: flex;
    width: 100%;
  }
@media (min-width: 1024px) {
    .blog-category-bar__dropdown {
      display: none;
    }
  }
.blog-category-bar__list {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    margin: 0;
    padding: 0;
    list-style: none;
  }
@media (min-width: 1024px) {
    .blog-category-bar__list {
      display: flex;
    }
  }
.blog-category-bar__item {
    display: flex;
  }
.blog-category-bar__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1.125rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.4vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
.blog-category-bar__tab:hover {
    color: var(--Chumbo, #231f20);
    background-color: rgba(253, 185, 19, 0.15);
  }
.blog-category-bar__tab:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.blog-category-bar__tab.is-active {
    background-color: var(--Amarelo-Queimado, #fdb913);
    color: var(--Chumbo, #231f20);
    font-weight: 600;
    cursor: default;
  }
.blog-category-dropdown {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
.blog-category-dropdown__trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--Chumbo, #231f20);
    border-radius: 6px;
    background-color: var(--Branco, #fff);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.4vw, 1rem);
    font-weight: 600;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  }
.blog-category-dropdown__trigger::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23231f20'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.25rem;
    transition: transform 0.2s ease;
  }
.blog-category-dropdown__trigger:hover {
    background-color: rgba(253, 185, 19, 0.08);
  }
.blog-category-dropdown__trigger:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.blog-category-dropdown__label {
    min-width: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
.blog-category-dropdown.is-open .blog-category-dropdown__trigger {
    border-color: var(--Amarelo-Queimado, #fdb913);
    background-color: rgba(253, 185, 19, 0.12);
    box-shadow: 0 4px 16px rgba(35, 31, 32, 0.08);
  }
.blog-category-dropdown.is-open .blog-category-dropdown__trigger::after {
    transform: rotate(-180deg);
  }
.blog-category-dropdown__menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    z-index: 30;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(35, 31, 32, 0.1);
    border-radius: 8px;
    background-color: var(--Branco, #fff);
    box-shadow: 0 16px 40px rgba(35, 31, 32, 0.14);
    animation: blog-category-dropdown-slide 0.22s ease;
  }
.blog-category-dropdown__list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
.blog-category-dropdown__option {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.55rem 0.875rem;
    border-radius: 6px;
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.4vw, 1rem);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Chumbo, #231f20);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }
.blog-category-dropdown__option:hover {
    background-color: rgba(253, 185, 19, 0.15);
    color: var(--Chumbo, #231f20);
  }
.blog-category-dropdown__option:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.blog-category-dropdown__option.is-active {
    background-color: var(--Amarelo-Queimado, #fdb913);
    font-weight: 600;
    cursor: default;
  }
@keyframes blog-category-dropdown-slide {
    0% {
      opacity: 0;
      transform: translateY(-8px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.home-hero-title {
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 275;
    text-transform: uppercase;
    letter-spacing: -0.02998em;
    line-height: 0.90222;
    color: var(--Chumbo, #231f20);
    font-size: clamp(2.125rem, 5.833vw, 6.99271875rem);
  }
.home-hero-banner-html {
    text-shadow: 0 0 clamp(14px, 3.2vw, 56.78px) rgba(253, 185, 19, 0.5);
  }
.home-hero-banner-html p {
    display: block;
    margin: 0;
  }
.home-hero-banner-html b,
  .home-hero-banner-html strong {
    font-weight: 900;
    text-shadow: none;
  }
body.home .home-hero {
    min-height: 80dvh;
  }
@media (min-width: 1024px) {
    body.home .home-hero {
      min-height: 100vh;
      min-height: 100svh;
    }
  }
body.home .home-hero-slider-viewport .home-hero-radial-glow {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 75%;
    height: auto;
    border-radius: 1258.783px;
    background: radial-gradient(50% 50% at 50% 50%, #fdb913 0%, rgba(253, 185, 19, 0) 100%);
    z-index: 0;
  }
.home-hero .slick-list,
  .home-hero .slick-track {
    height: 100% !important;
    min-height: 100%;
  }
.home-hero .slick-slide {
    display: flex !important;
    height: 100% !important;
    min-height: 100%;
  }
.home-hero .slick-slide > div {
    display: flex !important;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
.home-hero-slide {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
.home-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    pointer-events: none;
  }
.home-hero-media__asset {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.home-hero-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to right, rgba(17, 17, 17, 0.55) 0%, rgba(17, 17, 17, 0.22) 35%, transparent 55%);
  }
.home-hero--has-slide-media {
    background-color: #111;
  }
.home-hero--has-slide-media .home-hero-bg-layer {
    display: none;
  }
.home-hero--has-slide-media .home-hero-radial-glow {
    display: none;
  }
.home-hero--has-slide-media .home-hero-title,
  .home-hero--has-slide-media .home-hero-banner-html {
    color: #fff;
  }
.home-hero-bg-layer {
    background-color: lightgray;
    background-image: linear-gradient(180deg, rgba(17, 17, 17, 0) 50%, rgba(17, 17, 17, 0.55) 72%, var(--home-hero-fade-to, #111) 90%), var(--home-hero-bg-image);
    background-position: center bottom, center bottom;
    background-size: 100% 100%, auto 100%;
    background-repeat: no-repeat, no-repeat;
  }
@media (min-width: 1024px) {
    .home-hero-bg-layer {
      background-position: 0 0, -6.952px 0;
      background-size: 100% 100%, 169.3% 106.118%;
    }
  }
.home-hero-slide-shell {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    flex: 1 1 auto;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: calc(5.75rem + env(safe-area-inset-top, 0px));
    padding-bottom: 0;
  }
.home-category-bento {
    --bento-card-title-size: clamp(1rem, 1.1458333vw, 1.375rem);
    --bento-card-title-leading: 1.375;
    --bento-card-teaser-size: clamp(0.8125rem, 0.7291667vw, 0.875rem);
    --bento-card-teaser-leading: 1.375;
    --bento-card-teaser-max: clamp(3rem, 5.7291667vw, 5.5rem);
    --bento-card-arrow-size: clamp(1rem, 1.0416667vw, 1.25rem);
    --bento-card-pad-x: clamp(1.25rem, 1.4583333vw, 1.75rem);
    --bento-card-pad-y: clamp(1.25rem, 1.25vw, 1.5rem);
    --bento-card-copy-gap: clamp(0.75rem, 0.8333333vw, 1rem);
    --bento-card-teaser-gap: clamp(0.375rem, 0.4166667vw, 0.5rem);
    --bento-card-min-h: clamp(8rem, 10.9375vw, 10.5rem);
    margin-top: -200px;
    display: grid;
    gap: clamp(14px, 1.85vw, 20px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, auto));
  }
.home-category-bento__tile--tall, .home-category-bento__empty--tall {
    aspect-ratio: 427.877/570.273;
    min-height: 0;
    width: 100%;
  }
.home-category-bento__tile:not(.home-category-bento__tile--tall) {
    min-height: var(--bento-card-min-h);
  }
.home-category-bento__empty {
    pointer-events: none;
    min-height: 0;
    border-radius: 1rem;
  }
@media (max-width: 1023px) {
    .home-category-bento {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: none;
      grid-auto-rows: minmax(154px, 24vw);
    }
    .home-category-bento__tile, .home-category-bento__empty {
      grid-column: auto !important;
      grid-row: auto !important;
    }
  }
@media (max-width: 639px) {
    .home-category-bento {
      grid-template-columns: minmax(0, 1fr);
      grid-auto-rows: auto;
      gap: clamp(10px, 2.5vw, 14px);
    }
    .home-category-bento__tile, .home-category-bento__empty, .home-category-bento__tile:not(.home-category-bento__tile--tall) {
      width: 100%;
      min-height: 0;
      aspect-ratio: 16/9;
    }
  }
@media (max-width: 1023px) {
    .home-category-bento__tile--home-collapsed {
      display: none;
    }
  }
.home-category-bento__more-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.5rem, 3vw, 2rem);
  }
.home-category-bento__more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 6px;
    background: transparent;
    padding: 0.625rem 1.5rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease;
  }
.home-category-bento__more-btn:hover, .home-category-bento__more-btn:focus-visible {
    background-color: rgba(255, 255, 255, 0.1);
  }
.home-category-bento__more-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
@media (max-width: 1023px) {
    .home-category-bento__more-btn--desktop-only {
      display: none;
    }
  }
@media (min-width: 1024px) {
    .home-category-bento__more-btn--mobile-only {
      display: none;
    }
  }
.home-category-card {
    box-sizing: border-box;
    border: clamp(2px, 0.15625vw, 3px) solid transparent;
    transition: border-color 200ms ease;
  }
.home-category-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: auto;
    padding: var(--bento-card-pad-y) var(--bento-card-pad-x);
  }
.home-category-card__bottom {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--bento-card-copy-gap);
  }
.home-category-card__copy {
    min-width: 0;
    flex: 1 1 auto;
    text-align: left;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    color: var(--Branco, #fff);
  }
.home-category-card__title {
    display: block;
    font-size: var(--bento-card-title-size);
    font-weight: 700;
    font-style: normal;
    line-height: var(--bento-card-title-leading);
    letter-spacing: normal;
    transition: transform 300ms ease-out;
  }
.home-category-card__teaser {
    display: block;
    margin-top: var(--bento-card-teaser-gap);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: var(--bento-card-teaser-size);
    font-weight: 400;
    font-style: normal;
    line-height: var(--bento-card-teaser-leading);
    letter-spacing: normal;
    text-transform: none;
    transition: max-height 300ms ease-out, opacity 300ms ease-out;
  }
.home-category-card__arrow {
    flex-shrink: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--bento-card-arrow-size);
    font-weight: 600;
    line-height: 1;
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-category-card:focus-visible .home-category-card__teaser, .home-category-card:hover .home-category-card__teaser {
    max-height: var(--bento-card-teaser-max);
    opacity: 1;
  }
.home-category-card:focus-visible .home-category-card__title, .home-category-card:hover .home-category-card__title {
    transform: translateY(-0.125rem);
  }
.home-category-card:hover .home-category-card__shade {
    background: linear-gradient(to top, rgba(17, 17, 17, 0.88) 0%, rgba(17, 17, 17, 0.42) 45%, rgba(17, 17, 17, 0.2) 100%);
  }
.home-category-card:hover, .home-category-card:focus-visible {
    border-color: #fdb913;
  }
.home-category-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transform: scale(1.015);
    filter: grayscale(1) contrast(1.08);
    transition: transform 520ms ease, filter 520ms ease;
  }
.home-category-card:hover .home-category-card__media {
    transform: scale(1.04);
    filter: grayscale(0.35) contrast(1.06);
  }
.home-category-card__shade {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(to top, rgba(17, 17, 17, 0.78) 0%, rgba(17, 17, 17, 0.38) 46%, rgba(17, 17, 17, 0.18) 100%);
    transition: background 380ms ease;
  }
.home-product-showcase {
    color: #fff;
    overflow-x: clip;
  }
.home-product-showcase__panel {
    overflow: hidden;
  }
.home-product-showcase__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.home-product-showcase__heading--title-light .home-product-showcase__title {
    color: var(--Branco, #fff);
    font-style: normal;
  }
.home-product-showcase__pretitle {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    font-style: italic;
    font-weight: 275;
    line-height: var(--home-section-heading-leading);
    color: #fff;
  }
.home-product-showcase__empty {
    margin: 0;
    color: var(--Amarelo-Queimado, #fdb913);
    background: none;
  }
.home-product-showcase__title {
    margin: 0;
    margin-top: var(--home-section-heading-tight);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    font-style: italic;
    font-weight: 900;
    line-height: var(--home-section-heading-leading);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-product-showcase__tab {
    cursor: pointer;
    border-radius: 6px;
    padding: 0.45rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
  }
.home-product-showcase__tab:hover {
    border-color: #fdb913;
    color: #fdb913;
  }
.home-product-showcase__tab.is-active, .home-product-showcase__tab[aria-selected=true] {
    background: #fdb913;
    border-color: #fdb913;
    color: #111;
  }
.home-product-showcase__tab:focus-visible {
    outline: 2px solid #fdb913;
    outline-offset: 3px;
  }
.home-product-showcase__nav-wrap {
    display: none;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
@media (min-width: 768px) {
    .home-product-showcase__nav-wrap {
      gap: 0.75rem;
    }
  }
.home-product-showcase__nav-wrap:has(.slick-arrow) {
    display: flex;
  }
.home-product-showcase__nav-wrap:has(.slick-prev.slick-disabled):has(.slick-next.slick-disabled) {
    display: none;
  }
.home-product-showcase__nav--prev, .home-product-showcase__nav--next {
    min-width: 2.5rem;
    padding-inline: 0.75rem;
    font-size: 1.125rem;
    line-height: 1;
  }
.home-product-showcase__nav--prev span, .home-product-showcase__nav--next span {
    display: block;
    transform: translateY(-0.05em);
  }
.home-product-showcase__nav--prev.slick-disabled, .home-product-showcase__nav--next.slick-disabled {
    opacity: 0.35;
    cursor: default;
  }
.home-product-showcase__slider {
    overflow: hidden;
  }
.home-product-showcase__slider .slick-list {
    overflow: hidden;
    padding-top: clamp(7rem, 18vw, 8rem);
  }
.home-product-showcase__slider .slick-track {
    display: flex;
    align-items: stretch;
  }
.home-product-showcase__slider.slick-initialized .slick-slide {
    display: flex;
    height: inherit;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
  }
.home-product-showcase__slider.slick-initialized .slick-slide > div {
    display: flex;
    width: 100%;
    min-width: 0;
    height: 100%;
  }
@media (max-width: 639px) {
    .home-product-showcase__slider.slick-initialized .slick-slide > div {
      align-items: stretch;
    }
    .home-product-showcase__slider .home-showcase-slide {
      width: 100%;
      min-width: 0;
    }
    .home-product-showcase__slider .home-showcase-card {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
    }
  }
.home-product-showcase .slick-dots {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
  }
.home-product-showcase .slick-dots li {
    margin: 0;
  }
.home-product-showcase .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background: transparent;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
.home-product-showcase .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff;
  }
.home-product-showcase .slick-dots li button:hover,
  .home-product-showcase .slick-dots li button:focus-visible {
    border-color: #fdb913;
    outline: none;
  }
.home-showcase-slide {
    height: 100%;
    width: 100%;
    min-width: 0;
    outline: none;
  }
.home-showcase-card {
    width: 100%;
    box-sizing: border-box;
    min-height: var(--site-product-showcase-card-min-h);
    padding-bottom: 56px;
    background-color: #2a2a2a;
  }
.home-showcase-card__link {
    border-radius: inherit;
    cursor: pointer;
  }
.home-showcase-card:focus-within {
    box-shadow: 0 0 0 3px rgba(253, 185, 19, 0.55);
  }
.home-showcase-card__category {
    color: #a3a3a3;
  }
.home-showcase-card__name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 2.75em;
    color: #fff;
  }
.home-showcase-card__cta {
    color: #fff;
  }
.home-showcase-card__media-wrap {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    width: min(var(--site-product-showcase-img-w), 100% - 2rem);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: var(--site-product-showcase-media-ratio);
    overflow: visible;
  }
.home-showcase-card__img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    width: 100%;
    height: 200%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
.home-showcase-card--surface-light {
    background-color: #f5f5f5;
    box-shadow: none;
  }
.home-showcase-card--surface-light .home-showcase-card__category {
    color: #737373;
  }
.home-showcase-card--surface-light .home-showcase-card__name {
    color: var(--Chumbo, #231f20);
  }
.home-showcase-card--surface-light .home-showcase-card__cta {
    color: var(--Chumbo, #231f20);
  }
.home-showcase-card--cta-solid .home-showcase-card__link:hover .home-showcase-card__cta,
  .home-showcase-card--cta-solid .home-showcase-card__link:focus-visible .home-showcase-card__cta {
    background-color: #3a3536;
  }
.home-showcase-card--cta-solid .home-showcase-card__cta {
    border: none;
    background-color: var(--Chumbo, #231f20);
    color: var(--Branco, #fff);
  }
.home-line-category-slide {
    height: auto;
    outline: none;
  }
.home-line-category-card {
    min-height: 100%;
    background: #fff;
  }
.home-line-category-card__media {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f5f5f5;
  }
.home-line-category-card__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
.home-line-category-card__body {
    background: var(--Chumbo, #231f20);
  }
.home-paint-calculator {
    padding-top: 55px;
    padding-bottom: 0;
    --calc-title-size: clamp(1.75rem, 3.6515625vw, 4.3813125rem);
    --calc-title-leading: 1.2;
    --calc-title-tight: -0.16em;
    --calc-intro-size: clamp(0.875rem, 0.9375vw, 1.125rem);
    --calc-intro-leading: 2.222222;
    --calc-field-size: clamp(0.875rem, 0.9375vw, 1rem);
    --calc-copy-gap: clamp(1rem, 1.0416667vw, 1.5rem);
    --calc-form-gap: clamp(0.75rem, 0.8333333vw, 1rem);
  }
.home-paint-calculator__grid {
    display: grid;
    align-items: end;
    gap: clamp(1.5rem, 2.6041667vw, 3.125rem);
  }
@media (min-width: 1024px) {
    .home-paint-calculator__grid {
      grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
      align-items: center;
      gap: clamp(2rem, 3.125vw, 5rem);
    }
  }
.home-paint-calculator__copy {
    order: 1;
  }
@media (min-width: 1024px) {
    .home-paint-calculator__copy {
      order: 2;
    }
  }
.home-paint-calculator__visual {
    width: 100%;
    min-width: 0;
    order: 2;
  }
@media (min-width: 1024px) {
    .home-paint-calculator__visual {
      order: 1;
    }
  }
.home-paint-calculator__figure {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
.home-paint-calculator__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.home-paint-calculator__pretitle {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--calc-title-size);
    font-style: italic;
    font-weight: 275;
    line-height: var(--calc-title-leading);
    color: var(--Branco, #fff);
  }
.home-paint-calculator__title {
    margin: 0;
    margin-top: var(--calc-title-tight);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--calc-title-size);
    font-style: italic;
    font-weight: 900;
    line-height: var(--calc-title-leading);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-paint-calculator__title--solo {
    margin-top: 0;
    color: var(--Branco, #fff);
    font-weight: 275;
  }
.home-paint-calculator__intro {
    margin: var(--calc-copy-gap) 0 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--calc-intro-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--calc-intro-leading);
    color: var(--Branco, #fff);
  }
.home-paint-calculator__form {
    display: flex;
    flex-direction: column;
    gap: var(--calc-form-gap);
    margin-top: var(--calc-copy-gap);
  }
.home-paint-calculator__field {
    display: block;
  }
.home-paint-calculator__select {
    box-sizing: border-box;
    width: 100%;
    padding: 0.875rem 2.75rem 0.875rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 0.375rem;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 8px;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--calc-field-size);
    font-weight: 400;
    line-height: 1.4;
    color: var(--Branco, #fff);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
  }
.home-paint-calculator__select:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 2px;
  }
.home-paint-calculator__select option {
    color: #111;
  }
.home-paint-calculator__submit {
    display: inline-flex;
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    margin-top: clamp(0.25rem, 0.4166667vw, 0.5rem);
    padding: 0.875rem 1.75rem;
    border: none;
    border-radius: 0.375rem;
    background: var(--Amarelo-Queimado, #fdb913);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 0.9375vw, 1rem);
    font-weight: 600;
    line-height: 1.2;
    color: #111;
    cursor: pointer;
    transition: filter 200ms ease;
  }
.home-paint-calculator__submit:hover {
    filter: brightness(1.05);
  }
.home-paint-calculator__submit:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
  }
.home-paint-calculator__submit-icon {
    display: inline-flex;
    flex-shrink: 0;
  }
.home-garantia-extendida {
    --garantia-body-size: clamp(0.875rem, 0.9375vw, 1.125rem);
    --garantia-body-leading: 2.222222;
    --garantia-copy-gap: clamp(1rem, 1.0416667vw, 1.25rem);
    --garantia-paragraph-gap: clamp(0.5rem, 0.8333333vw, 1rem);
    position: relative;
    z-index: 2;
    background-color: #0a0a0a;
    background-image: linear-gradient(98deg, #222 17.77%, #0a0a0a 86.74%);
    overflow: visible;
  }
.home-garantia-extendida__grid {
    display: grid;
    align-items: end;
    gap: clamp(0.25rem, 0.75vw, 0.5rem);
  }
@media (min-width: 1024px) {
    .home-garantia-extendida__grid {
      grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
      align-items: end;
      gap: clamp(2rem, 3.125vw, 5rem);
    }
  }
.home-garantia-extendida__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: clamp(1rem, 3vw, 1.5rem);
  }
@media (min-width: 1024px) {
    .home-garantia-extendida__heading {
      padding-top: 0;
    }
  }
.home-garantia-extendida__title {
    margin: 0;
    margin-top: var(--home-section-heading-tight);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-section-heading-size);
    font-style: italic;
    font-weight: 900;
    line-height: var(--home-section-heading-leading);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-garantia-extendida__title--html {
    margin-top: 0;
    color: var(--Branco, #fff);
    font-weight: 275;
  }
.home-garantia-extendida__title--html p {
    margin: 0;
    font: inherit;
    color: inherit;
  }
.home-garantia-extendida__title--html b,
  .home-garantia-extendida__title--html strong {
    color: var(--Amarelo-Queimado, #fdb913);
    font-weight: 900;
  }
.home-garantia-extendida__text {
    max-width: none;
    margin-top: var(--garantia-copy-gap);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--garantia-body-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--garantia-body-leading);
    color: var(--Branco, #fff);
  }
.home-garantia-extendida__text p {
    margin: 0 0 var(--garantia-paragraph-gap);
    font: inherit;
    color: inherit;
  }
.home-garantia-extendida__text p:last-child {
    margin-bottom: 0;
  }
.home-garantia-extendida__text a {
    color: var(--Amarelo-Queimado, #fdb913);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.home-garantia-extendida__cta {
    margin-top: clamp(1.5rem, 1.5625vw, 2.5rem);
    font-size: clamp(0.8125rem, 0.8333333vw, 0.875rem);
  }
.home-garantia-extendida__copy {
    position: relative;
    z-index: 1;
    align-self: center;
  }
.home-garantia-extendida__visual {
    position: relative;
    z-index: 3;
    width: 100%;
    min-width: 0;
    pointer-events: none;
  }
@media (min-width: 1024px) {
    .home-garantia-extendida__visual {
      margin-top: clamp(-8rem, -10vw, -3.5rem);
    }
  }
.home-garantia-extendida__figure, .home-garantia-extendida__seal {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    pointer-events: none;
  }
.home-garantia-extendida__seal:not(:first-child) {
    margin-top: 1rem;
  }
.home-about-duratec {
    --about-pretitle-size: clamp(1.75rem, 2.6041667vw, 3.125rem);
    --about-pretitle-leading: 1.2;
    --about-title-size: clamp(2rem, 3.125vw, 3.75rem);
    --about-title-leading: 1;
    --about-title-tight: -0.12em;
    --about-body-size: clamp(0.875rem, 0.9375vw, 1.125rem);
    --about-body-leading: 2.222222;
    --about-copy-gap: clamp(1rem, 1.0416667vw, 1.25rem);
    --about-paragraph-gap: clamp(0.75rem, 0.8333333vw, 1rem);
    --about-visual-min-h: clamp(16rem, 28vw, 32rem);
    --about-col-copy-fr: 843;
    --about-col-visual-fr: 877;
    --about-cols-total-fr: 1720;
    --about-bg-scale: 1.5;
    --about-bg-pos-y: center;
    --about-section-pt: clamp(3.25rem, 6.7708333vw, 8.125rem);
    --about-section-pb: clamp(5rem, 13.0208333vw, 15.625rem);
    position: relative;
    z-index: 1;
    background-color: #111;
    padding: var(--about-section-pt) 0 var(--about-section-pb);
    overflow-x: clip;
  }
@media (min-width: 1024px) {
    .home-about-duratec {
      overflow-x: visible;
    }
  }
.home-about-duratec__grid {
    display: grid;
    align-items: center;
    gap: clamp(1.5rem, 2.6041667vw, 3.125rem);
  }
@media (min-width: 1024px) {
    .home-about-duratec__grid {
      grid-template-columns: minmax(0, 843fr) minmax(0, 877fr);
      gap: clamp(2rem, 3.125vw, 5rem);
    }
  }
.home-about-duratec__copy {
    position: relative;
    z-index: 2;
    min-width: 0;
  }
.home-about-duratec__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
.home-about-duratec__pretitle {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--about-pretitle-size);
    font-style: italic;
    font-weight: 275;
    line-height: var(--about-pretitle-leading);
    color: var(--Branco, #fff);
  }
.home-about-duratec__title {
    margin: 0;
    margin-top: var(--about-title-tight);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--about-title-size);
    font-style: italic;
    font-weight: 900;
    line-height: var(--about-title-leading);
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-about-duratec__title--solo {
    margin-top: 0;
    color: var(--Branco, #fff);
    font-weight: 275;
  }
.home-about-duratec__tagline {
    margin: var(--about-copy-gap) 0 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--about-body-size);
    font-style: italic;
    font-weight: 400;
    line-height: var(--about-body-leading);
    color: var(--Branco, #fff);
  }
.home-about-duratec__text {
    margin-top: var(--about-copy-gap);
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--about-body-size);
    font-style: normal;
    font-weight: 400;
    line-height: var(--about-body-leading);
    color: var(--Branco, #fff);
  }
.home-about-duratec__text p {
    margin: 0 0 var(--about-paragraph-gap);
    font: inherit;
    color: inherit;
  }
.home-about-duratec__text p:last-child {
    margin-bottom: 0;
  }
.home-about-duratec__text strong,
  .home-about-duratec__text b {
    font-style: italic;
    font-weight: 700;
  }
.home-about-duratec__text a {
    color: var(--Amarelo-Queimado, #fdb913);
    text-decoration: underline;
    text-underline-offset: 2px;
  }
.home-about-duratec__bg {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: visible;
    pointer-events: none;
  }
@media (min-width: 1024px) {
    .home-about-duratec__bg {
      display: block;
    }
  }
.home-about-duratec__bg-frame {
    display: grid;
    height: 100%;
    align-items: center;
    overflow: visible;
    gap: clamp(2rem, 3.125vw, 5rem);
    grid-template-columns: minmax(0, 843fr) minmax(0, 877fr);
  }
.home-about-duratec__bg-visual {
    grid-column: 1/-1;
    align-self: stretch;
    min-height: var(--about-visual-min-h);
    background-color: transparent;
    background-image: var(--home-about-visual);
    background-repeat: no-repeat;
    background-position: right var(--about-bg-pos-y);
    background-size: calc(var(--about-bg-scale) * var(--about-col-visual-fr) / var(--about-cols-total-fr) * 100%) auto;
  }
@media (min-width: 1280px) and (max-width: 1439px) {
    .home-about-duratec__bg-visual {
      --about-bg-pos-y: 34%;
    }
  }
.home-about-duratec__figure-mobile {
    display: block;
    width: 100%;
    max-width: 28rem;
    height: auto;
    margin: clamp(1.5rem, 2.6041667vw, 2.5rem) auto 0;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
@media (min-width: 1024px) {
    .home-about-duratec__figure-mobile {
      display: none;
    }
  }
.home-about-duratec--surface-light {
    --about-pretitle-size: max(1.75rem, calc(40 * 100vw / 1920));
    --about-pretitle-leading: max(2rem, calc(48 * 100vw / 1920));
    --about-title-size: max(2rem, calc(50 * 100vw / 1920));
    --about-title-leading: max(2.375rem, calc(60 * 100vw / 1920));
    --about-title-tight: max(-0.75rem, calc(-20 * 100vw / 1920));
    --about-body-size: max(0.9375rem, calc(18 * 100vw / 1920));
    --about-body-leading: max(1.625rem, calc(40 * 100vw / 1920));
    --about-copy-gap: max(1rem, calc(20 * 100vw / 1920));
    --about-paragraph-gap: max(0.75rem, calc(16 * 100vw / 1920));
    --about-section-pt: max(3rem, calc(96 * 100vw / 1920));
    --about-section-pb: max(3rem, calc(96 * 100vw / 1920));
    --about-visual-min-h: max(14rem, calc(420 * 100vw / 1920));
    background-color: var(--Branco, #fff);
    color: var(--Chumbo, #231f20);
  }
.home-about-duratec--surface-light .home-about-duratec__heading {
    max-width: min(100%, 43.90625vw);
  }
.home-about-duratec--surface-light .home-about-duratec__pretitle {
    color: var(--Chumbo, #231f20);
  }
.home-about-duratec--surface-light .home-about-duratec__title {
    color: var(--Amarelo-Queimado, #fdb913);
  }
.home-about-duratec--surface-light .home-about-duratec__title--solo {
    color: var(--Chumbo, #231f20);
  }
.home-about-duratec--surface-light .home-about-duratec__tagline,
  .home-about-duratec--surface-light .home-about-duratec__text {
    color: #525252;
  }
.home-about-duratec--surface-light .home-about-duratec__text strong,
  .home-about-duratec--surface-light .home-about-duratec__text b {
    color: var(--Chumbo, #231f20);
  }
.home-blog {
    position: relative;
    z-index: 1;
    color: #fff;
    --home-blog-head-pt: clamp(3rem, calc(96 * 100vw / 1920), 6rem);
    --home-blog-head-pb: clamp(4rem, calc(203 * 100vw / 1920), 12.6875rem);
    --home-blog-title-size: clamp(1.75rem, calc(40 * 100vw / 1920), 2.5rem);
    --home-blog-title-leading: clamp(1.75rem, calc(40 * 100vw / 1920), 2.5rem);
    --home-blog-heading-gap: clamp(1rem, calc(35 * 100vw / 1920), 2.1875rem);
    --home-blog-card-padding: clamp(1.25rem, calc(65 * 100vw / 1920), 4.0625rem);
    --home-blog-intro-size: clamp(0.875rem, calc(18 * 100vw / 1920), 1.125rem);
    --home-blog-intro-leading: clamp(1.25rem, calc(30 * 100vw / 1920), 1.875rem);
    --home-blog-grid-gap: clamp(0.875rem, 1.0416667vw, 1.25rem);
    --home-blog-card-radius: clamp(6px, 0.5208333vw, 10px);
    --home-blog-featured-ratio: 774 / 639.826;
    --home-blog-compact-min-h: clamp(9rem, 16vw, 16.5rem);
    --home-blog-card-lift: clamp(-9.375rem, -7.8125vw, -3rem);
  }
.home-blog__head {
    position: relative;
    z-index: 1;
    padding-top: var(--home-blog-head-pt);
    padding-bottom: var(--home-blog-head-pb);
    background-color: #222;
    background-image: linear-gradient(90deg, #000 11.46%, rgba(0, 0, 0, 0) 130.93%), var(--home-blog-hero-image);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
  }
.home-blog__posts {
    position: relative;
    background: transparent;
  }
.home-blog__posts-inner {
    position: relative;
  }
.home-blog__posts-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
.home-blog__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--home-blog-heading-gap);
  }
.home-blog__title {
    margin: 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-blog-title-size);
    font-style: normal;
    font-weight: 700;
    line-height: var(--home-blog-title-leading);
    color: var(--Branco, #fff);
  }
.home-blog__intro {
    margin: 0;
    max-width: 36rem;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: var(--home-blog-intro-size);
    font-style: normal;
    font-weight: 300;
    line-height: var(--home-blog-intro-leading);
    color: #fff;
  }
.home-blog__cta {
    font-size: clamp(0.8125rem, 0.8333333vw, 0.875rem);
  }
.home-blog__grid {
    display: grid;
    gap: var(--home-blog-grid-gap);
    margin-bottom: var(--home-blog-card-lift);
  }
@media (min-width: 1024px) {
    .home-blog__grid {
      grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
      grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
      align-items: stretch;
    }
  }
.home-blog--page {
    color: inherit;
    background-color: var(--Branco, #fff);
    --home-blog-card-lift: 0;
    --home-blog-head-pt: clamp(3rem, calc(96 * 100vw / 1920), 6rem);
    --home-blog-head-pb: clamp(4rem, calc(203 * 100vw / 1920), 12.6875rem);
    --home-blog-title-size: clamp(1.75rem, calc(40 * 100vw / 1920), 2.5rem);
    --home-blog-title-leading: clamp(1.75rem, calc(40 * 100vw / 1920), 2.5rem);
    --home-blog-heading-gap: clamp(1rem, calc(35 * 100vw / 1920), 2.1875rem);
    --home-blog-card-padding: clamp(1.25rem, calc(65 * 100vw / 1920), 4.0625rem);
    --home-blog-intro-size: clamp(0.875rem, calc(18 * 100vw / 1920), 1.125rem);
    --home-blog-intro-leading: clamp(1.25rem, calc(30 * 100vw / 1920), 1.875rem);
    --home-blog-grid-gap: clamp(0.875rem, 1.0416667vw, 1.25rem);
    --home-blog-card-radius: clamp(6px, 0.5208333vw, 10px);
    --home-blog-featured-ratio: 774 / 639.826;
    --home-blog-compact-min-h: clamp(9rem, 16vw, 16.5rem);
  }
.home-blog--page .home-blog__posts {
    background-color: var(--Branco, #fff);
  }
.home-blog--page .home-blog__posts-inner {
    padding-top: clamp(0.25rem, 1vw, 0.75rem);
  }
.home-blog--page .home-blog__grid {
    margin-bottom: 0;
  }
.home-blog--page .home-blog-card {
    transform: none;
  }
.home-blog--page__empty {
    margin: 0;
    padding: clamp(2rem, 4vw, 3rem) 0;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.875rem, 1.6vw, 1rem);
    line-height: 1.6;
    color: var(--Chumbo, #231f20);
    text-align: center;
  }
@media (min-width: 1024px) {
    .home-blog--page .home-blog__grid--six {
      grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
      grid-template-rows: repeat(4, minmax(clamp(9rem, 14vw, 12rem), auto));
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(1) {
      grid-column: 1;
      grid-row: 1/3;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(2) {
      grid-column: 2;
      grid-row: 1;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(3) {
      grid-column: 2;
      grid-row: 2;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(4) {
      grid-column: 1;
      grid-row: 3;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(5) {
      grid-column: 1;
      grid-row: 4;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card:nth-child(6) {
      grid-column: 2;
      grid-row: 3/5;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card--featured:nth-child(1) {
      grid-row: 1/3;
      align-self: stretch;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card--featured:nth-child(6) {
      grid-row: 3/5;
      align-self: stretch;
    }
    .home-blog--page .home-blog__grid--six .home-blog-card--featured {
      aspect-ratio: auto;
      height: 100%;
      min-height: 0;
    }
  }
.home-blog-card {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: var(--home-blog-compact-min-h);
    border-radius: var(--home-blog-card-radius);
    overflow: hidden;
    transform: translateY(var(--home-blog-card-lift));
  }
.home-blog-card--featured {
    min-height: auto;
    aspect-ratio: var(--home-blog-featured-ratio);
    height: auto;
  }
@media (min-width: 1024px) {
    .home-blog-card--featured {
      grid-row: 1/-1;
      align-self: start;
    }
    .home-blog-card--compact {
      min-height: 0;
      height: 100%;
    }
  }
.home-blog-card__link {
    position: relative;
    display: flex;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
    border-radius: inherit;
    text-decoration: none;
    color: inherit;
  }
.home-blog-card__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: inherit;
    background: linear-gradient(145deg, #3a3a3a 0%, #1a1a1a 55%, #111 100%);
  }
.home-blog-card__img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: transform 520ms ease;
  }
.home-blog-card__overlay {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 1;
    border-radius: var(--home-blog-card-radius);
    background: linear-gradient(to top right, #000 -6.51%, rgba(0, 0, 0, 0) 75.04%);
  }
.home-blog-card__body {
    position: relative;
    z-index: 2;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    margin-top: auto;
    padding: var(--home-blog-card-padding);
  }
.home-blog-card__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: clamp(0.375rem, 0.4166667vw, 0.5rem);
  }
.home-blog-card__post-title {
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(1rem, 1.0416667vw, 1.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
    color: var(--Branco, #fff);
  }
.home-blog-card__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
    font-size: clamp(0.8125rem, 0.8333333vw, 0.875rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
  }
.home-blog-card__arrow {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(2rem, 2.0833333vw, 2.5rem);
    height: clamp(2rem, 2.0833333vw, 2.5rem);
    border-radius: 999px;
    font-size: clamp(1rem, 1.0416667vw, 1.25rem);
    font-weight: 600;
    line-height: 1;
    color: var(--Chumbo, #231f20);
    background: var(--Amarelo-Queimado, #fdb913);
    transition: transform 220ms ease;
  }
.home-blog-card--featured .home-blog-card__post-title {
    font-size: clamp(1.125rem, 1.4583333vw, 1.75rem);
    line-height: 1.3;
  }
.home-blog-card__link:hover .home-blog-card__img, .home-blog-card__link:focus-visible .home-blog-card__img {
    transform: scale(1.04);
  }
.home-blog-card__link:hover .home-blog-card__arrow, .home-blog-card__link:focus-visible .home-blog-card__arrow {
    transform: translateX(3px);
  }
.home-blog-card__link:focus-visible {
    outline: 2px solid var(--Amarelo-Queimado, #fdb913);
    outline-offset: 3px;
  }
@media (max-width: 639px) {
    .home-blog-card {
      min-height: 0;
      aspect-ratio: 16/10;
    }
    .home-blog-card--featured, .home-blog-card--compact {
      min-height: 0;
      height: auto;
      aspect-ratio: 16/10;
    }
    .home-blog-card__body {
      padding: 1rem 1.125rem;
    }
    .home-blog-card__post-title {
      font-size: 0.9375rem;
    }
    .home-blog-card--featured .home-blog-card__post-title {
      font-size: 1rem;
      line-height: 1.35;
    }
    .home-blog-card__excerpt {
      font-size: 0.75rem;
      line-height: 1.45;
    }
    .home-blog-card__arrow {
      width: 1.75rem;
      height: 1.75rem;
      font-size: 0.875rem;
    }
  }
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-\[-10px\]{
  left: -10px;
  right: -10px;
}
.inset-y-\[-14px\]{
  top: -14px;
  bottom: -14px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-\[110\]{
  z-index: 110;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[60\]{
  z-index: 60;
}
.col-auto{
  grid-column: auto;
}
.float-none{
  float: none;
}
.-m-px{
  margin: -1px;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-3{
  margin-inline-end: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.\!grid{
  display: grid !important;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.size-\[21px\]{
  width: 21px;
  height: 21px;
}
.size-full{
  width: 100%;
  height: 100%;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-5{
  height: 1.25rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[20px\]{
  height: 20px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-0{
  min-height: 0px;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.min-h-\[calc\(80dvh-70px\)\]{
  min-height: calc(80dvh - 70px);
}
.min-h-\[min\(260px\2c 35vh\)\]{
  min-height: min(260px,35vh);
}
.min-h-\[min\(280px\2c 40vh\)\]{
  min-height: min(280px,40vh);
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[min\(100vw-2rem\2c 220px\)\]{
  width: min(100vw - 2rem,220px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[min\(100vw-2rem\2c 640px\)\]{
  max-width: min(100vw - 2rem,640px);
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-x-\[30px\]{
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-x-clip{
  overflow-x: clip;
}
.overflow-x-visible{
  overflow-x: visible;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-\[\#111\]{
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.border-\[\#D7D7D7\]{
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}
.border-\[\#F7DC1E\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 220 30 / var(--tw-border-opacity, 1));
}
.border-\[\#fdb913\]{
  --tw-border-opacity: 1;
  border-color: rgb(253 185 19 / var(--tw-border-opacity, 1));
}
.border-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#252525\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#333\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-zinc-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}
.bg-cover{
  background-size: cover;
}
.stroke-current{
  stroke: currentColor;
}
.stroke-\[2\.5\]{
  stroke-width: 2.5;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[79px\]{
  padding-top: 79px;
  padding-bottom: 79px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pe-0{
  padding-inline-end: 0px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-poppins{
  font-family: "Poppins", sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[29px\]{
  line-height: 29px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#222\]{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#F7DC1E\]{
  --tw-text-opacity: 1;
  color: rgb(247 220 30 / var(--tw-text-opacity, 1));
}
.text-appBlue-600{
  --tw-text-opacity: 1;
  color: rgb(0 116 173 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-inherit{
  color: inherit;
}
.text-neutral-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-\[\#222\]{
  text-decoration-color: #222;
}
.decoration-neutral-500{
  text-decoration-color: #737373;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.caret-\[\#F7DC1E\]{
  caret-color: #F7DC1E;
}
.opacity-0{
  opacity: 0;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-\[\#222\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 34 34 / var(--tw-ring-opacity, 1));
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-\[\#231f20\]{
  --tw-ring-offset-color: #231f20;
}
.ring-offset-\[\#F5F5F5\]{
  --tw-ring-offset-color: #F5F5F5;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.\[stroke-linecap\:round\]{
  stroke-linecap: round;
}
.\[stroke-linejoin\:round\]{
  stroke-linejoin: round;
}
.home-paint-calculator__field {
  position: relative;
}
.home-paint-calculator__field.is-loading::after, .home-paint-calculator__field--loading::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--Amarelo-Queimado, #fdb913);
  border-radius: 50%;
  transform: translateY(-50%);
  animation: home-paint-calculator-spin 0.7s linear infinite;
  pointer-events: none;
}
.home-paint-calculator__field--area .home-paint-calculator__input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0.375rem;
  background-color: transparent;
  overflow: hidden;
  transition: border-color 200ms ease;
}
.home-paint-calculator__field--area .home-paint-calculator__input-wrap:focus-within {
  outline: 2px solid var(--Amarelo-Queimado, #fdb913);
  outline-offset: 2px;
}
.home-paint-calculator__input {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  padding: 0.875rem 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--calc-field-size, clamp(0.875rem, 0.9375vw, 1rem));
  font-weight: 400;
  line-height: 1.4;
  color: var(--Branco, #fff);
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.home-paint-calculator__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.home-paint-calculator__input::placeholder {
  color: rgba(255, 255, 255, 0.85);
}
.home-paint-calculator__input:focus {
  outline: none;
}
.home-paint-calculator__input::-webkit-outer-spin-button, .home-paint-calculator__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.home-paint-calculator__unit {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  padding: 0 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--calc-field-size, clamp(0.875rem, 0.9375vw, 1rem));
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-paint-calculator__select--loading {
  opacity: 0.75;
  cursor: wait;
  background-image: none;
  animation: home-paint-calculator-pulse 1.2s ease-in-out infinite;
}
@keyframes home-paint-calculator-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes home-paint-calculator-pulse {
  0%, 100% {
    border-color: rgba(255, 255, 255, 0.85);
  }
  50% {
    border-color: var(--Amarelo-Queimado, #fdb913);
  }
}

.home-paint-calculator__submit.is-loading,
.calculator-page__submit.is-loading {
  cursor: wait;
  opacity: 0.9;
  pointer-events: none;
}
.home-paint-calculator__submit.is-loading [class*=__submit-icon],
.calculator-page__submit.is-loading [class*=__submit-icon] {
  display: none;
}
.home-paint-calculator__submit.is-loading::before,
.calculator-page__submit.is-loading::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(17, 17, 17, 0.25);
  border-top-color: #111;
  border-radius: 50%;
  animation: calculator-submit-spin 0.7s linear infinite;
}

@keyframes calculator-submit-spin {
  to {
    transform: rotate(360deg);
  }
}
.calculator-page {
  background-color: var(--Branco, #fff);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}
.calculator-page__inner {
  width: 100%;
}
.calculator-page__intro {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  max-width: 52rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--Chumbo, #231f20);
}
.calculator-page__flash {
  margin: 0 0 1.5rem;
  padding: 0.875rem 1rem;
  border-radius: 0.375rem;
  background-color: #fef2f2;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #991b1b;
}
.calculator-page__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}
@media (min-width: 1024px) {
  .calculator-page__grid--with-result {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }
  .calculator-page__grid--with-result .calculator-page__form-col {
    position: sticky;
    top: 1.5rem;
    align-self: start;
  }
}
.calculator-page__form-col, .calculator-page__result-col {
  min-width: 0;
}
.calculator-page__form-grid {
  display: grid;
  gap: clamp(0.875rem, 1.5vw, 1.125rem);
}
.calculator-page__field {
  position: relative;
  display: block;
}
.calculator-page__field.is-loading::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(35, 31, 32, 0.2);
  border-top-color: var(--Amarelo-Queimado, #fdb913);
  border-radius: 50%;
  animation: calculator-page-spin 0.7s linear infinite;
  pointer-events: none;
}
.calculator-page__field--area .calculator-page__input-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 1px solid var(--Chumbo, #231f20);
  border-radius: 0.375rem;
  background-color: var(--Branco, #fff);
  overflow: hidden;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.calculator-page__field--area .calculator-page__input-wrap:focus-within {
  outline: 2px solid var(--Amarelo-Queimado, #fdb913);
  outline-offset: 2px;
}
.calculator-page__label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.8125rem, 1.4vw, 0.9375rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
}
.calculator-page__select, .calculator-page__input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid var(--Chumbo, #231f20);
  border-radius: 0.375rem;
  background-color: var(--Branco, #fff);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
  transition: border-color 200ms ease, box-shadow 200ms ease;
}
.calculator-page__select:focus-visible, .calculator-page__input:focus-visible {
  outline: 2px solid var(--Amarelo-Queimado, #fdb913);
  outline-offset: 2px;
}
.calculator-page__select {
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23231f20' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.calculator-page__select--loading {
  opacity: 0.75;
  cursor: wait;
}
.calculator-page__input {
  border: none;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.calculator-page__input::-webkit-outer-spin-button, .calculator-page__input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.calculator-page__unit {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  align-self: stretch;
  padding: 0 1rem;
  border-left: 1px solid rgba(35, 31, 32, 0.15);
  background: rgba(35, 31, 32, 0.04);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 500;
  line-height: 1;
  color: var(--Chumbo, #231f20);
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.calculator-page__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  margin-top: clamp(1rem, 2vw, 1.5rem);
  padding: 0.875rem 1.75rem;
  border: none;
  border-radius: 0.375rem;
  background: var(--Amarelo-Queimado, #fdb913);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 600;
  line-height: 1.2;
  color: #111;
  cursor: pointer;
  transition: filter 200ms ease;
}
.calculator-page__submit:hover {
  filter: brightness(1.05);
}
.calculator-page__submit:focus-visible {
  outline: 2px solid var(--Chumbo, #231f20);
  outline-offset: 2px;
}
.calculator-page__submit-icon {
  display: inline-flex;
  flex-shrink: 0;
}
.calculator-page__result {
  border: 1px solid rgba(35, 31, 32, 0.12);
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
  overflow: hidden;
}
.calculator-page__result-header {
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem) 0;
}
.calculator-page__result-title {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--Chumbo, #231f20);
}
.calculator-page__result-body {
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.25rem, 2.5vw, 1.75rem);
}
.calculator-page__result-screen {
  display: block;
}
.calculator-page__result-print {
  display: none;
}
.calculator-page__result-section + .calculator-page__result-section {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}
.calculator-page__result-subtitle {
  margin: 0 0 1rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--Chumbo, #231f20);
}
.calculator-page__result-list {
  margin: 0;
}
.calculator-page__result-item {
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem 0;
}
.calculator-page__result-item + .calculator-page__result-item {
  border-top: 1px solid rgba(35, 31, 32, 0.06);
}
.calculator-page__result-item dt {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.calculator-page__result-item dd {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
}
.calculator-page__result-note {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #737373;
}
.calculator-page__packages {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator-page__package {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(35, 31, 32, 0.1);
  border-radius: 0.375rem;
  background: #fff;
}
.calculator-page__package-content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  min-width: 0;
}
.calculator-page__package-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--Amarelo-Queimado, #fdb913);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #111;
}
.calculator-page__package-label {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--Chumbo, #231f20);
}
.calculator-page__package-products {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator-page__package-product {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
.calculator-page__package-product-media {
  display: block;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 0.375rem;
  background: #fff;
  overflow: hidden;
}
.calculator-page__package-product-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.calculator-page__package-product-link {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.calculator-page__package-product-link:hover {
  color: #000;
}
.calculator-page__packages-summary {
  margin: 1rem 0 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #525252;
}
.calculator-page__result-empty {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #737373;
}
.calculator-page__result-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}
.calculator-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: filter 200ms ease, background-color 200ms ease;
  cursor: pointer;
}
.calculator-page__cta--primary {
  background: var(--Amarelo-Queimado, #fdb913);
  color: #111;
}
.calculator-page__cta--primary:hover {
  filter: brightness(1.05);
}
.calculator-page__cta--secondary {
  border: 1px solid var(--Chumbo, #231f20);
  background: transparent;
  color: var(--Chumbo, #231f20);
}
.calculator-page__cta--secondary:hover {
  background: rgba(35, 31, 32, 0.04);
}
.calculator-page__cta-icon {
  display: block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
@keyframes calculator-page-spin {
  to {
    transform: rotate(360deg);
  }
}
.calculator-page .calculator-document__header {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}
.calculator-page .calculator-document__title {
  margin: 0 0 0.375rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--Chumbo, #231f20);
}
.calculator-page .calculator-document__date {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #737373;
}
.calculator-page .calculator-document__section + .calculator-page .calculator-document__section {
  margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
  padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
  border-top: 1px solid rgba(35, 31, 32, 0.1);
}
.calculator-page .calculator-document__subtitle {
  margin: 0 0 1rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--Chumbo, #231f20);
}
.calculator-page .calculator-document__item {
  display: grid;
  gap: 0.25rem;
  padding: 0.75rem 0;
}
.calculator-page .calculator-document__item + .calculator-page .calculator-document__item {
  border-top: 1px solid rgba(35, 31, 32, 0.06);
}
.calculator-page .calculator-document__item dt {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  color: #737373;
}
.calculator-page .calculator-document__item dd {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
}
.calculator-page .calculator-document__note {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #737373;
}
.calculator-page .calculator-document__packages {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.calculator-page .calculator-document__package {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(35, 31, 32, 0.1);
  border-radius: 0.375rem;
  background: #fff;
}
.calculator-page .calculator-document__package-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.calculator-page .calculator-document__package-qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  background: var(--Amarelo-Queimado, #fdb913);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  color: #111;
}
.calculator-page .calculator-document__package-label {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--Chumbo, #231f20);
}
.calculator-page .calculator-document__package-products {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.625rem 0 0;
  padding: 0;
  list-style: none;
}
.calculator-page .calculator-document__package-product {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}
.calculator-page .calculator-document__package-product-image {
  display: block;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(35, 31, 32, 0.08);
  border-radius: 0.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #fff;
}
.calculator-page .calculator-document__package-product-title {
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--Chumbo, #231f20);
}
.calculator-page .calculator-document__summary, .calculator-page .calculator-document__empty {
  margin: 1rem 0 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #525252;
}
.calculator-page__result-actions--no-print .calculator-page__cta {
  cursor: pointer;
}

@media print {
  body * {
    visibility: hidden;
  }
  #calculator-print-area,
  #calculator-print-area * {
    visibility: visible;
  }
  #calculator-print-area {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .calculator-page__result-screen,
  .calculator-page__result-actions--no-print,
  .calculator-page__result-header,
  .site-header,
  .site-footer,
  .catalog-banner,
  .calculator-page__intro,
  .calculator-page__form-col,
  .calculator-page__flash {
    display: none !important;
  }
  .calculator-page__result {
    border: none;
    background: #fff;
  }
}
/* Animações de scroll (entrada única) */
.aos-wrap {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.aos-wrap--overflow-visible {
  overflow: visible;
}

.aos-wrap > .home-category-bento__tile,
.aos-wrap > .home-line-category-card {
  width: 100%;
  height: 100%;
}

.aos-wrap:has(> .home-category-bento__tile--tall) {
  aspect-ratio: 427.877/570.273;
}

.home-category-bento > .aos-wrap:not(:has(> .home-category-bento__tile--tall)) {
  min-height: var(--bento-card-min-h);
}

.home-line-category-slide > .aos-wrap {
  height: 100%;
}

[data-aos] {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

[data-aos].aos-in {
  opacity: 1;
  transform: none;
}

[data-aos=fade-up] {
  transform: translate3d(0, 48px, 0);
}

[data-aos=zoom-in] {
  transform: translate3d(0, 28px, 0) scale(0.94);
}

[data-aos=fade] {
  transform: none;
}

/* Bento: só opacidade — transform em células de grid sobrepõe vizinhos */
.home-category-bento__tile[data-aos] {
  transform: none !important;
}

.home-blog-card[data-aos=fade-up]:not(.aos-in) {
  transform: translate3d(0, 48px, 0) translateY(var(--home-blog-card-lift, 0));
}

.home-blog-card[data-aos=fade-up].aos-in {
  transform: translateY(var(--home-blog-card-lift, 0));
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .home-blog-card[data-aos] {
    transform: translateY(var(--home-blog-card-lift, 0)) !important;
  }
}
.form-theme:not(.form-theme--static-label) .form-theme__control {
  position: relative;
}
.form-theme:not(.form-theme--static-label) .form-label-theme {
  position: absolute;
  left: 1%;
  width: 95%;
  height: 93%;
  top: 3%;
  pointer-events: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  color: #767676;
  border: none;
  z-index: 1;
  transition: top 0.3s ease, left 0.3s ease, font-size 0.3s ease, padding 0.3s ease, width 0.3s ease, height 0.3s ease, color 0.3s ease;
}
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__textarea) .form-label-theme {
  padding: 5px 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__input:not(:-moz-placeholder)) .form-label-theme, .form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__textarea:not(:-moz-placeholder)) .form-label-theme {
  background-color: #ffffff;
  font-size: 12px;
  top: -8px;
  padding: 0 8px;
  height: auto;
  width: auto;
  color: var(--Amarelo-Queimado, #fdb913);
  left: 10px;
}
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__input:focus) .form-label-theme,
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__input:not(:placeholder-shown)) .form-label-theme,
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__select:focus) .form-label-theme,
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__select:valid) .form-label-theme,
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__textarea:focus) .form-label-theme,
.form-theme:not(.form-theme--static-label) .form-theme__control:has(.site-form__textarea:not(:placeholder-shown)) .form-label-theme, .form-theme:not(.form-theme--static-label).site-form__field:has(.site-form__error) .form-label-theme {
  background-color: #ffffff;
  font-size: 12px;
  top: -8px;
  padding: 0 8px;
  height: auto;
  width: auto;
  color: var(--Amarelo-Queimado, #fdb913);
  left: 10px;
}
.form-theme:not(.form-theme--static-label).site-form__field:has(.site-form__error) .form-label-theme {
  color: #b91c1c;
}
.form-theme:not(.form-theme--static-label).site-form__field:has(.site-form__error) .site-form__input,
.form-theme:not(.form-theme--static-label).site-form__field:has(.site-form__error) .site-form__select,
.form-theme:not(.form-theme--static-label).site-form__field:has(.site-form__error) .site-form__textarea {
  border-color: #b91c1c;
  box-shadow: inset 0 0 0 1px #b91c1c;
}

.form-theme--static-label .site-form__label {
  position: static;
  pointer-events: auto;
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
}
.site-faq-accordion {
  background-color: var(--Branco, #fff);
  color: var(--Chumbo, #231f20);
}
.site-faq-accordion__inner {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding: clamp(2.4rem, 96 * 100vw / 1920, 6rem) clamp(2.5rem, 100 * 100vw / 1920, 6.25rem);
}
.site-faq-accordion__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.975rem, 20 * 100vw / 1920, 1.25rem);
  margin-bottom: clamp(1.65rem, 48 * 100vw / 1920, 3rem);
}
.site-faq-accordion__accent {
  display: block;
  width: var(--home-section-heading-accent-width);
  height: var(--home-section-heading-accent-height);
  border-radius: 999px;
  background-color: var(--Amarelo-Queimado, #fdb913);
}
.site-faq-accordion__title {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--home-section-heading-size);
  line-height: var(--home-section-heading-leading);
  color: var(--Chumbo, #231f20);
}
.site-faq-accordion__title-light {
  display: block;
  font-weight: 275;
  font-style: italic;
}
.site-faq-accordion__title-bold {
  display: block;
  margin-top: var(--home-section-heading-tight);
  font-weight: 900;
  font-style: italic;
}
.site-faq-accordion__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 12 * 100vw / 1920, 0.75rem);
}
.site-faq-accordion__item {
  border: 1px solid #e5e5e5;
  border-radius: clamp(0.375rem, 8 * 100vw / 1920, 0.5rem);
  background-color: var(--Branco, #fff);
  overflow: hidden;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
.site-faq-accordion__item.is-open {
  border-color: var(--Chumbo, #231f20);
  background-color: var(--Chumbo, #231f20);
}
.site-faq-accordion__question-wrap {
  margin: 0;
}
.site-faq-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.875rem, 16 * 100vw / 1920, 1rem);
  width: 100%;
  padding: clamp(0.975rem, 20 * 100vw / 1920, 1.25rem) clamp(1.17rem, 24 * 100vw / 1920, 1.5rem);
  border: none;
  background: transparent;
  font: inherit;
  text-align: left;
  color: inherit;
  cursor: pointer;
}
.site-faq-accordion__trigger:focus-visible {
  outline: 2px solid var(--Amarelo-Queimado, #fdb913);
  outline-offset: -2px;
}
.site-faq-accordion__question {
  flex: 1;
  min-width: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.875rem, 18 * 100vw / 1920, 1.125rem);
  font-weight: 700;
  line-height: 1.45;
  color: var(--Chumbo, #231f20);
}
.site-faq-accordion__item.is-open .site-faq-accordion__question {
  color: var(--Amarelo-Queimado, #fdb913);
}
.site-faq-accordion__toggle {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: clamp(1.2375rem, 36 * 100vw / 1920, 2.25rem);
  height: clamp(1.2375rem, 36 * 100vw / 1920, 2.25rem);
  border: 1px solid #d7d7d7;
  border-radius: clamp(0.1875rem, 4 * 100vw / 1920, 0.25rem);
  background: var(--Branco, #fff);
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.site-faq-accordion__item.is-open .site-faq-accordion__toggle {
  border-color: var(--Branco, #fff);
  background: transparent;
}
.site-faq-accordion__chevron {
  display: block;
  width: clamp(0.375rem, 8 * 100vw / 1920, 0.5rem);
  height: clamp(0.375rem, 8 * 100vw / 1920, 0.5rem);
  border-right: 2px solid var(--Chumbo, #231f20);
  border-bottom: 2px solid var(--Chumbo, #231f20);
  transform: rotate(45deg) translateY(-0.1em);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.site-faq-accordion__item.is-open .site-faq-accordion__chevron {
  border-color: var(--Branco, #fff);
  transform: rotate(-135deg) translateY(0.1em);
}
.site-faq-accordion__panel[hidden] {
  display: none;
}
.site-faq-accordion__answer {
  padding: 0 clamp(1.17rem, 24 * 100vw / 1920, 1.5rem) clamp(0.975rem, 20 * 100vw / 1920, 1.25rem);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.875rem, 16 * 100vw / 1920, 1rem);
  font-weight: 400;
  line-height: 1.6;
  color: var(--Branco, #fff);
}
.site-faq-accordion__answer p {
  margin: 0 0 clamp(0.875rem, 12 * 100vw / 1920, 0.75rem);
}
.site-faq-accordion__answer p:last-child {
  margin-bottom: 0;
}
.site-faq-accordion__answer a {
  color: var(--Amarelo-Queimado, #fdb913);
}
.store-locator {
  background-color: var(--Branco, #fff);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}
.store-locator__inner {
  width: 100%;
}
.store-locator__filters {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}
.store-locator__intro {
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  color: var(--Chumbo, #231f20);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
.store-locator__filters-grid {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 1.5vw, 1.25rem);
  align-items: end;
  padding-bottom: 2.5rem;
}
.store-locator__field {
  min-width: 0;
}
.store-locator__field:not(.store-locator__field--action) {
  flex: 1 1 0;
}
.store-locator__field--action {
  flex: 0 0 auto;
}
.store-locator__label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111;
}
.store-locator__select, .store-locator__input {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid #111;
  border-radius: 6px;
  background-color: #fff;
  color: var(--Chumbo, #231f20);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.store-locator__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.store-locator__select:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.store-locator__input {
  padding-right: 1rem;
}
.store-locator__input::-moz-placeholder {
  color: #767676;
  font-weight: 400;
}
.store-locator__input::placeholder {
  color: #767676;
  font-weight: 400;
}
.store-locator__field--cep {
  position: relative;
  flex: 1 1 100%;
  max-width: 18rem;
}
.store-locator__cep-meta {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.375rem;
}
.store-locator__cep-locate {
  display: inline-block;
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
  text-decoration: underline;
  cursor: pointer;
}
.store-locator__cep-locate:hover, .store-locator__cep-locate:focus-visible {
  opacity: 0.85;
}
.store-locator__cep-locate.is-loading {
  opacity: 0.6;
  pointer-events: none;
  text-decoration: none;
  cursor: wait;
}
.store-locator__cep-hint, .store-locator__cep-error {
  margin: 0.375rem 0 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
}
.store-locator__cep-hint {
  color: #555;
  font-weight: 400;
}
.store-locator__cep-error {
  color: var(--Amarelo-Queimado, #fdb913);
  font-weight: 600;
}
.store-locator__search {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 3rem;
  padding: 0.75rem 2rem;
  border: 0;
  border-radius: 6px;
  background-color: var(--Amarelo-Queimado, #fdb913);
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.store-locator__search:hover, .store-locator__search:focus-visible {
  opacity: 0.92;
}
.store-locator__search.is-loading {
  opacity: 0.85;
  cursor: wait;
  pointer-events: none;
}
.store-locator__search.is-loading .store-locator__search-label {
  visibility: hidden;
}
.store-locator__search.is-loading::after {
  content: "";
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border: 2px solid rgba(17, 17, 17, 0.35);
  border-top-color: #111;
  border-radius: 50%;
  animation: store-locator-spin 0.6s linear infinite;
}
.store-locator__map-wrap {
  width: 100%;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.store-locator__map {
  width: 100%;
  height: clamp(22rem, 42vw, 36rem);
  overflow: hidden;
  background: #e8e8e8;
  --store-locator-popup-width: 325px;
}
.store-locator__map .leaflet-container {
  background: #e8e8e8;
  font-family: "Roboto", "Arial", sans-serif;
}
.store-locator__map .leaflet-control-zoom {
  margin: 0 1rem 1rem 0;
  border: 0;
  box-shadow: none;
}
.store-locator__map .leaflet-control-zoom a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  background: rgba(255, 255, 255, 0.92);
  color: #666;
  border: 1px solid #d4d4d4;
  font-size: 1.125rem;
}
.store-locator__map .leaflet-control-zoom a:hover, .store-locator__map .leaflet-control-zoom a:focus {
  background: #fff;
  color: #333;
}
.store-locator__map .leaflet-control-zoom a + a {
  border-top: 0;
}
.store-locator__map .leaflet-control-attribution {
  background: rgba(255, 255, 255, 0.72);
  color: #9a9a9a;
  font-size: 0.625rem;
  padding: 0.125rem 0.375rem;
}
.store-locator__map .leaflet-control-attribution a {
  color: #8a8a8a;
}
.store-locator__map .leaflet-popup.store-locator-popup {
  margin-bottom: 0.5rem;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 0;
  background: var(--Amarelo-Queimado, #fdb913);
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.18);
  width: var(--store-locator-popup-width) !important;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content {
  margin: 0;
  width: var(--store-locator-popup-width) !important;
  box-sizing: border-box;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content p {
  margin: 0;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content a.store-locator-popup__route {
  color: #fff;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content a.store-locator-popup__route:hover, .store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-content a.store-locator-popup__route:focus-visible {
  color: #fff;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-tip {
  background: var(--Amarelo-Queimado, #fdb913);
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-close-button {
  top: 0.375rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
}
.store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-close-button:hover, .store-locator__map .leaflet-popup.store-locator-popup .leaflet-popup-close-button:focus-visible {
  color: #333;
}
.store-locator__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.store-locator__pagination {
  margin-top: 0;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.store-locator__empty {
  grid-column: 1/-1;
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  color: #666;
}
.store-locator__ctas {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}
.store-locator__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 1rem 1.5rem;
  text-align: center;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.store-locator__cta--primary, .store-locator__cta--secondary {
  background-color: #333;
  color: #fff;
}
.store-locator__cta:hover, .store-locator__cta:focus-visible {
  opacity: 0.92;
}

.store-locator-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background-color: #f5f5f5;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.store-locator-card--active {
  background-color: var(--Amarelo-Queimado, #fdb913);
}
.store-locator-card:hover:not(.store-locator-card--active), .store-locator-card:focus-visible:not(.store-locator-card--active) {
  background-color: #ececec;
}
.store-locator-card__title {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
  line-height: 1.3;
  color: #111;
}
.store-locator-card__address, .store-locator-card__location {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #111;
}
.store-locator-card__distance {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
.store-locator-card__phone {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #111;
}
.store-locator-card__phone i {
  font-size: 0.875rem;
}
.store-locator-card__route {
  align-self: flex-start;
  margin-top: auto;
  padding: 0.625rem 1.25rem;
  border-radius: 6px;
  background: var(--Chumbo, #231f20);
  color: #fff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.store-locator-card__route:hover, .store-locator-card__route:focus-visible {
  opacity: 0.92;
}

.store-locator-pin {
  background: transparent;
  border: 0;
}
.store-locator-pin__svg {
  display: block;
}

.store-locator-popup__inner {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  box-sizing: border-box;
}
.store-locator-popup__title {
  margin: 0;
  padding-right: 1.25rem;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.3;
  color: #111;
}
.store-locator-popup__address, .store-locator-popup__location {
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.45;
  color: #111;
}
.store-locator-popup__phone {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.875rem;
  color: #111;
}
.store-locator-popup__phone i {
  font-size: 0.8125rem;
}
.store-locator-popup__route {
  align-self: flex-start;
  margin-top: 0.25rem;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  background: var(--Chumbo, #231f20);
  color: #fff;
  font-family: "Poppins", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.store-locator-popup__route:hover, .store-locator-popup__route:focus-visible {
  color: #fff;
  opacity: 0.92;
}

.store-locator__map .leaflet-pane .store-locator-tiles {
  filter: grayscale(1) saturate(0.08) brightness(1.08) contrast(0.86);
}

@keyframes store-locator-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 640px) {
  .store-locator__field:not(.store-locator__field--action) {
    flex: 1 1 calc(50% - 0.625rem);
  }
  .store-locator__field--action {
    flex: 1 1 100%;
  }
  .store-locator__search {
    width: -moz-fit-content;
    width: fit-content;
  }
  .store-locator__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .store-locator__ctas {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .store-locator__map {
    height: clamp(20rem, 38vw, 32rem);
  }
  .store-locator__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .store-locator {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .store-locator__filters-grid {
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }
  .store-locator__field--cep {
    max-width: none;
  }
  .store-locator__cep-meta {
    position: static;
  }
  .store-locator__field:not(.store-locator__field--action) {
    flex: 1 1 auto;
  }
  .store-locator__field--action {
    flex: 0 0 auto;
  }
  .store-locator__search {
    width: 100%;
  }
  .store-locator__map {
    height: clamp(16rem, 52vw, 22rem);
  }
  .store-locator__map .leaflet-control-zoom {
    margin: 0 0.625rem 0.625rem 0;
  }
  .store-locator__map .leaflet-control-zoom a {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 1rem;
  }
  .store-locator__cards {
    grid-template-columns: minmax(0, 1fr);
  }
  .store-locator__ctas {
    grid-template-columns: minmax(0, 1fr);
  }
  .store-locator__cta {
    min-height: 3rem;
    padding: 0.875rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.35;
  }
  .store-locator-card {
    padding: 1.125rem;
    gap: 0.625rem;
  }
  .store-locator-card__title {
    font-size: 1rem;
  }
  .store-locator-card__address,
  .store-locator-card__location,
  .store-locator-card__phone,
  .store-locator-card__distance {
    font-size: 0.875rem;
  }
  .store-locator-card__route {
    width: 100%;
    text-align: center;
  }
}
.placeholder\:text-neutral-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.placeholder\:text-neutral-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:z-\[2\]::before{
  content: var(--tw-content);
  z-index: 2;
}
.before\:z-\[5\]::before{
  content: var(--tw-content);
  z-index: 5;
}
.before\:size-full::before{
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.before\:bg-black\/75::before{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}
.before\:bg-degradeOne::before{
  content: var(--tw-content);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
}
.hover\:bg-\[\#fdb913\]\/15:hover{
  background-color: rgb(253 185 19 / 0.15);
}
.hover\:bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-\[\#F7DC1E\]:hover{
  --tw-text-opacity: 1;
  color: rgb(247 220 30 / var(--tw-text-opacity, 1));
}
.hover\:opacity-70:hover{
  opacity: 0.7;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-\[0\.92\]:hover{
  opacity: 0.92;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:text-\[\#F7DC1E\]:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(247 220 30 / var(--tw-text-opacity, 1));
}
.focus-visible\:underline:focus-visible{
  text-decoration-line: underline;
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-offset-4:focus-visible{
  outline-offset: 4px;
}
.focus-visible\:outline-\[\#F7DC1E\]:focus-visible{
  outline-color: #F7DC1E;
}
.focus-visible\:outline-\[\#fdb913\]:focus-visible{
  outline-color: #fdb913;
}
.focus-visible\:outline-white:focus-visible{
  outline-color: #fff;
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-\[\#F7DC1E\]:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 220 30 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-black:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-\[\#231f20\]:focus-visible{
  --tw-ring-offset-color: #231f20;
}
.focus-visible\:ring-offset-transparent:focus-visible{
  --tw-ring-offset-color: transparent;
}
.group:hover .group-hover\:bg-\[\#fdb913\]\/15{
  background-color: rgb(253 185 19 / 0.15);
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.data-\[active\=true\]\:bg-\[\#2a2a2a\][data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}
.data-\[active\=true\]\:text-\[\#F7DC1E\][data-active="true"]{
  --tw-text-opacity: 1;
  color: rgb(247 220 30 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
  .sm\:max-w-\[50\%\]{
    max-width: 50%;
  }
  .sm\:gap-5{
    gap: 1.25rem;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pl-6{
    padding-left: 1.5rem;
  }
  .sm\:pt-12{
    padding-top: 3rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
}
@media (min-width: 768px){
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:inset-0{
    inset: 0px;
  }
  .lg\:bottom-auto{
    bottom: auto;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[calc\(100svh-70px\)\]{
    height: calc(100svh - 70px);
  }
  .lg\:min-h-0{
    min-height: 0px;
  }
  .lg\:min-h-\[calc\(100svh-70px\)\]{
    min-height: calc(100svh - 70px);
  }
  .lg\:min-h-\[min\(480px\2c 62vh\)\]{
    min-height: min(480px,62vh);
  }
  .lg\:grid-cols-\[minmax\(0\2c 280px\)_1fr\]{
    grid-template-columns: minmax(0,280px) 1fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-0{
    gap: 0px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .lg\:overflow-y-visible{
    overflow-y: visible;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12{
    padding-bottom: 3rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:gap-4{
    gap: 1rem;
  }
  .xl\:pl-4{
    padding-left: 1rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
