@font-face {
  font-family: Satoshi Variable;
  src: url('/assets/piri/fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #fff;
  --link-color-001: #ff4d00;
  --link-color-hover: #e04400;
  --dark-gray: #5e5e5e;
  --black: #000;
  --black-2: black;
  --light-gray: #f1f1f1;
  --max-width: 100rem;
  --white: white;
  --grey-001: #8f8f8f;
  --brand-color-001: #b48e66;
  --skeleton-loading-end: whitesmoke;
  --txt-sec: #9e8b77;
  --pure-white: white;
  --transparent: #fff0;
  --middle-gray: #e6e6e6;
  --skeleton-loading-start: #fafafa;
  --range-slider-color: var(--black);
  --size: 15px;
  --range-slider-radius: 100px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('/assets/piri/images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  letter-spacing: -.03rem;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.08rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  text-wrap: balance;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
}

p {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.5;
}

a {
  color: #333;
  font-weight: 600;
  text-decoration: none;
}

.menu-link {
  color: #5e5e5e;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.menu-link:hover {
  color: var(--link-color-001);
  text-decoration: none;
}

.menu-link.link-btn {
  color: var(--link-color-001);
}

.menu-link.link-btn:hover {
  color: var(--link-color-hover);
}

.text-size-small {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-small.text-weight-bold {
  font-weight: 800;
}

.text-size-small.text-color-grey {
  color: var(--dark-gray);
}

.menu-image-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  white-space: normal;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: .8rem;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: flex;
  overflow: visible;
}

.menu-image-container:hover {
  opacity: .5;
  color: var(--link-color-001);
}

.icon {
  height: 2rem;
}

.navbar-dropdown {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-logo {
  color: #0000;
  width: 220px;
  max-width: none;
  height: auto;
  overflow: visible;
}

.navbar-dropdown-wrapper {
  position: fixed;
  inset: 0%;
}

.navbar-dropdown-wrapper.w--open {
  background-color: #0000;
  border-top: 1px solid #e2e2e2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 10.7rem 0% auto;
  overflow: visible;
}

.button-small {
  color: #3c4043;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.125rem;
  font-family: Quicksand, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: flex;
}

.button-small.transparent {
  background-color: #0000;
  border-radius: 8rem;
  font-size: 1rem;
  position: static;
}

.button-small.transparent:hover {
  color: #1e2021;
  background-color: #f1f1f1;
}

.button-small.transparent.w--open {
  color: #6f39f8;
  background-color: #e7e2f5;
}

.button-small.transparent.nav {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  padding: .3rem .6rem .3rem .7rem;
  font-weight: 600;
}

.button-small.transparent.nav:hover, .button-small.transparent.nav.w--open {
  color: #333;
  background-color: #f1f1f1;
}

.button-small.grey {
  background-color: var(--black-2);
  color: var(--light-gray);
  text-align: left;
  border: 0 #000;
  flex: none;
  font-size: 1rem;
}

.button-small.grey:hover {
  color: #fff;
  background-color: #3c4043;
}

.button-small.black {
  background-color: var(--black);
  color: #fff;
  border: 0 #ebebeb;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: 600;
}

.button-small.black:hover {
  color: #3c4043;
  background-color: #ebebeb;
}

.navbar-container-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.navbar-drop-container {
  width: 100%;
  max-width: var(--max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3c4043;
  background-color: #fff;
  border: 1px dashed #f1f1f1;
  border-top: 1px #dfe2e5;
  border-radius: 0 0 2rem 2rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: 2rem 2.5rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 20px 20px 3px #5f5f5f33;
}

.button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem .6rem;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  color: #ff4d00;
  border-color: #ff4d00;
}

.button.is-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #333;
  background-color: #0000;
  border: 2px solid #0000;
  padding: 0;
  font-size: .8rem;
  transition: color .2s, background-color .2s;
}

.button.is-text:hover {
  color: #ff4d00;
}

.button.is-text.text-color-white {
  z-index: 2;
  color: var(--white);
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  position: relative;
}

.button.is-text.text-color-white:hover {
  color: #f60;
}

.button.is-secondary {
  border: 2px solid var(--link-color-001);
  background-color: var(--link-color-001);
  color: #f6f9fc;
  font-weight: 600;
}

.button.is-secondary:hover {
  background-color: var(--link-color-hover);
}

.button.is-form-submit {
  width: 100%;
}

.button.is-redes {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black-2);
  color: #f6f9fc;
  border: 0 #000;
  padding-left: .75rem;
  padding-right: 1rem;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.button.is-redes:hover {
  background-color: var(--link-color-hover);
}

.button.is-map {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  border-width: 1px;
  border-radius: .9rem;
  padding: .5rem .5rem .5rem .8rem;
}

.button.is-cart {
  border: 2px solid var(--link-color-001);
  background-color: var(--link-color-001);
  color: #f6f9fc;
  cursor: pointer;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}

.button.is-cart:hover {
  background-color: var(--link-color-hover);
}

.navbar-container-logo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.navbar-container-logo.w--current {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 1rem 1.2rem;
  display: flex;
}

.menu-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8rem;
  width: 6rem;
  max-width: none;
  height: 6rem;
}

.navbar {
  z-index: 2147483647;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom: 1px dashed #f1f1f1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: static;
}

.menu-links-containers {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  padding-left: 0;
  display: grid;
}

.button_text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.container-large {
  width: 100%;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.spacer {
  height: 8rem;
}

.spacer._2rem {
  height: 2rem;
  margin-top: auto;
}

.spacer._1rem {
  height: 1rem;
}

.category-title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

.padding-wrap {
  width: 100%;
  padding-top: 11px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-size-regular {
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.text-size-regular.text-align-center {
  color: var(--dark-gray);
  text-align: center;
}

.text-size-regular.text-color-grey {
  color: var(--dark-gray);
  font-weight: 400;
}

._4columns-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 4px;
}

.text-size-medium {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-size-medium.text-style-bold {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.text-size-medium.text-color-grey {
  color: var(--dark-gray);
}

.scrolling-text {
  color: #000;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.5;
}

.scrolling-text.white {
  color: #e9e9e9;
}

.scrolling-text.white.no-wrap {
  white-space: nowrap;
  flex: 1;
  padding-left: 1rem;
  display: flex;
}

.scrolling-text.white.no-wrap.block {
  color: var(--black);
  letter-spacing: -.2rem;
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  display: block;
}

.display-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  white-space: nowrap;
  flex-wrap: nowrap;
  align-content: flex-start;
  width: 100%;
  display: flex;
}

.loop-text-container {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.loop-text-container.overflow {
  overflow: hidden;
}

.loop-text-container.overflow._2 {
  max-width: none;
  padding-left: 0;
}

.section-hiw-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
}

.footer {
  z-index: 1;
  border-top: 1px dashed #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 0 1rem;
  display: flex;
  position: static;
}

.footer-title {
  color: #3c4043;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer-copyright-container {
  width: 100%;
  max-width: var(--max-width);
  color: var(--black);
  border-top: 1px #ddd;
  justify-content: space-between;
  padding: 2rem 0 0;
  display: flex;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.form.horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-copyright {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.newsletter-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.newsletter-form-block {
  width: 100%;
  margin-bottom: 0;
}

.icon-1x1-small {
  color: #3c4043;
  flex: none;
  width: 2rem;
  height: 2rem;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
}

.social-links-block {
  align-items: center;
  display: flex;
}

.footer-links {
  color: var(--grey-001);
  letter-spacing: -.014em;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.footer-links:hover {
  color: #3c3c3b;
  font-weight: 600;
}

.footer-links:focus {
  color: #3c3c3b;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-wrapper {
  overflow: clip;
}

.text-align-center {
  text-align: center;
  font-weight: 600;
}

.heading-style-h1 {
  letter-spacing: -.055rem;
  font-size: 4rem;
  font-weight: 700;
}

.heading-style-h1.big {
  color: #333;
  letter-spacing: -.3rem;
  -webkit-text-fill-color: transparent;
  background-image: url('/assets/piri/images/Frame-4.avif');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 120%;
  overflow: visible;
}

._2columns {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
}

.license-details-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: stretch;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.side-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
}

.list-detail {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #5e5e5e;
  align-items: center;
  display: flex;
}

.list-detail.done {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
}

.text-style-bold {
  font-weight: 900;
  text-decoration: underline;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.text-color-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.text-style-allcaps {
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 140%;
}

.text-style-allcaps.text-weight-semibold.text-color-grey {
  color: var(--grey-001);
}

.padding-0 {
  padding: 0;
}

.heading-style-h2 {
  font-size: 3rem;
}

.heading-style-h2.text-weight-bold {
  font-weight: 800;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 0;
}

.heading-style-h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
}

.heading-style-h4.text-style-allcaps {
  letter-spacing: 1px;
  font-size: 1.8rem;
}

.heading-style-h3 {
  font-size: 2.3rem;
  line-height: 117%;
}

.margin-medium {
  margin: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.hide {
  display: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.margin-0 {
  margin: 0;
}

.text-size-tiny {
  letter-spacing: 0;
  font-size: .75rem;
  font-weight: 500;
}

.margin-small {
  margin: 1rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-global {
  flex: 1;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-section-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.background-color-white {
  background-color: #f6f9fc;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.margin-xsmall {
  margin: .5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-style-h5 {
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin: 0 0 1.125rem;
}

.margin-bottom.margin-xsmall {
  margin: 0 0 1.25rem;
}

.margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin: 0 0 1.125rem;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner2_text {
  color: #333;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #333;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #333;
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #5e5e5e;
  border-radius: 4px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: var(--black);
  color: #f1f1f1;
  border-radius: 4px;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #333;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-manager2_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  border-radius: 8px;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-banner2_text-link {
  color: #fa6360;
  border-bottom: 2px solid #fa6360;
  font-weight: 600;
  text-decoration: none;
}

.text-block-2 {
  color: #fa6360;
  font-weight: 600;
}

.fs-cc-banner2_component {
  z-index: 999;
  color: #fff;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 8px;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_title {
  color: #333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border: 1px dashed #e0e0e0;
  border-radius: 4px;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #5e5e5e;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #333333e6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 260px;
  min-width: 35vw;
  display: flex;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #333;
  -webkit-text-stroke-color: #333;
  background-color: #fff;
  border-color: #333;
  border-radius: 4px;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_label {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.text-field {
  border-radius: 1rem;
  flex: 0 auto;
  height: 3rem;
  margin-bottom: 0;
}

.text-field:hover, .text-field:focus {
  border: 1px solid var(--black);
}

.text-field.text-area {
  height: 8rem;
}

.text-field.is-frete {
  align-self: stretch;
  height: 52px;
}

.total-label {
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.empty-cart-label {
  font-weight: 500;
}

.spacer-4 {
  height: 1rem;
}

.heading-7 {
  color: var(--black);
}

.accordion {
  background-color: #fbfbfb26;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.margin-left-auto {
  margin-left: auto;
}

.section-account {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.field {
  border: 1px solid #ddd;
  border-radius: 1rem;
  height: 3rem;
  font-weight: 600;
}

.field:focus {
  border-color: var(--black);
}

.login-wrap {
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  margin-top: 7px;
}

.checkbox-label {
  color: var(--grey-001);
  font-weight: 400;
}

.login-footer-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  margin-top: 1rem;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.products-image-02 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.card-product_bottom {
  border-bottom-right-radius: 1vw;
  border-bottom-left-radius: 1vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: .5rem .5rem 1rem 0;
  font-size: 1.125vw;
  text-decoration: none;
  display: flex;
}

.card-product_bottom:hover {
  color: #333;
}

.buy-spinner {
  z-index: 2;
  width: 50%;
  display: none;
  position: absolute;
}

.products-image-01 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.produto-nome {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

.card-product_top {
  aspect-ratio: 1 / 1.3;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-spinner_first {
  z-index: 2;
  width: 50%;
  display: none;
  position: absolute;
}

.card-product {
  width: 100%;
  color: var(--black);
  border-bottom: 1px #000;
  text-decoration: none;
}

.card-product:hover {
  color: var(--link-color-hover);
}

.banner10_component {
  z-index: 3;
  background-color: var(--black-2);
  border-bottom-width: 1px;
  justify-content: center;
  align-items: center;
  min-height: 25px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.banner10_content-wrapper {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.icon-1x1-xsmall {
  color: #000;
  width: 1.5rem;
  height: 1.4rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #f60;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: .75rem 1.875rem;
  font-size: .938rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: static;
}

.button-4:hover {
  background-color: #8761fdad;
}

.button-4.w--open {
  background-color: #8761fd;
}

.button-4.max-width-full {
  justify-content: center;
  align-items: center;
}

.button-4.is-remove {
  background-color: #fd6b62;
  border-style: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  min-height: auto;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 5%;
}

.button-4.is-alternate {
  color: #252f35;
  background-color: #fff;
  border-color: #fff;
}

.button-4.is-alternate:hover {
  background-color: #f5f5f5;
}

.button-4.is-alternate.black {
  color: #fff;
  background-color: #252f35;
  justify-content: center;
  align-items: center;
}

.button-4.is-alternate.black.max-width-full {
  background-color: var(--link-color-001);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: Quicksand, sans-serif;
}

.button-4.center {
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  z-index: -1;
  background-image: linear-gradient(#00000026, #00000026);
  border-radius: 2rem;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mini-cart_image-wrapper {
  flex: none;
  position: relative;
}

.mini-cart_error-message {
  margin-top: .5rem;
  padding: .5rem;
}

.row {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.row.right {
  justify-content: flex-end;
  align-items: center;
}

.row.reverse {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  width: auto;
}

.mini-cart_quantity-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.cart_item-image {
  object-fit: cover;
  border-radius: .6rem;
  flex: 1;
  align-self: center;
  width: 140px;
  height: 140px;
}

.quantity-input-2 {
  align-self: flex-start;
}

.display-flex-2 {
  display: flex;
}

.svg-icon-3 {
  width: auto;
  height: 1.5rem;
}

.svg-icon-3:hover {
  cursor: pointer;
}

.svg-icon-3.small {
  height: 1rem;
}

.svg-icon-3.big {
  height: 2rem;
}

.svg-icon-3.icon-embed-xsmall {
  color: #fff;
  background-color: #fd6b62;
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.account-button-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #3898ec00;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: opacity .2s;
  display: flex;
}

.account-button-2:hover {
  opacity: .71;
  border-radius: .5rem;
}

.add-to-cart_quantity-input {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  min-height: auto;
  max-height: 50px;
  padding: .25rem .5rem .25rem .8rem;
  display: flex;
}

.mini-cart_item-data {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .75rem;
  display: flex;
}

.small {
  font-size: .75rem;
}

.mini-cart_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem .5rem .5rem;
  transition: opacity .2s;
  display: flex;
}

.mini-cart_button:hover {
  opacity: .71;
}

.add-to-cart_quantity-field {
  background-color: #fff0;
  border: 1px #000;
  flex: 0 auto;
  width: 2rem;
  height: 24px;
  min-height: 24px;
  margin-bottom: 0;
  padding-left: 11px;
  padding-right: 0;
}

.mini-cart_items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-height: 500px;
  margin-bottom: 1rem;
  display: flex;
  overflow: auto;
}

.mini-cart_item-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f5f5f5;
  border: 1px #e6e6e6;
  border-radius: 16px;
  align-items: flex-start;
  margin-bottom: 0;
  padding: .625rem;
  display: flex;
}

.cart-count-2 {
  background-color: var(--brand-color-001);
  width: .6rem;
  height: .6rem;
  color: var(--light-gray);
  text-align: center;
  border: 1px #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  font-size: .8rem;
  font-weight: 600;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.text-weight-bold {
  font-weight: 700;
}

.mini-cart_dropdown {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: inline-flex;
}

.mini-cart_dropdown.w--open {
  background-color: #fff;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 5rem;
  right: 0;
}

.add-to-cart_quantity-button {
  background-color: #f0f0f000;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: background-color .2s;
  display: flex;
}

.add-to-cart_quantity-button:hover {
  background-color: var(--link-color-001);
}

.add-to-cart_quantity-icon {
  color: #000;
  width: 1rem;
  height: 1rem;
}

.add-to-cart_quantity-icon:hover {
  cursor: pointer;
}

.is-hidden {
  display: none;
}

.passwordless-login-form {
  margin-bottom: 0;
}

.mini-cart_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.mini-cart_success {
  background-color: #0000;
  padding: 1rem;
}

.mini-cart_error-label {
  color: #fa6360;
  text-align: center;
  font-weight: 600;
}

.navbar10_menu-button {
  padding: 0;
}

.mini-cart_dropdown-list.w--open {
  color: #252f35;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 2.6rem;
  left: auto;
  right: 0;
  box-shadow: 0 4px 8px #00000026;
}

.product-preco_wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.product_title-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.variant_option-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  min-width: 40px;
  height: 38px;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #696969;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  font-family: Quicksand, sans-serif;
  transition: border-width .375s;
  display: flex;
}

.variant_option-button:hover {
  border-width: 3px;
  border-color: #000;
}

.variant_option-button.active {
  border-width: 3px;
  border-color: #8761fd;
  border-color: var(--black-2);
  color: var(--black-2);
  font-weight: 700;
  text-decoration: none;
  transition-property: all;
}

.variant_option-button.is-disable {
  opacity: .12;
  cursor: auto;
  text-decoration: line-through;
}

.variant_option-button.is-disable:hover {
  border-width: 1px;
}

.layout_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-radius: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4.375rem;
  display: flex;
}

.layout_content.background-color-white {
  text-align: left;
  background-color: #e7e3fc00;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
}

.layout1_image-wrapper {
  border-radius: 2rem;
  position: relative;
  overflow: visible;
}

.text-size-medium-4 {
  font-size: 1.063rem;
  line-height: 1.7rem;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  height: auto;
}

.layout_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 4rem;
  padding-bottom: 1rem;
  display: grid;
}

.promotion-banner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: 1;
  color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  height: auto;
  padding: 1.875rem 2.375rem 2.375rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.add-to-cart_error-label {
  color: #fa6360;
  text-align: center;
  font-weight: 600;
}

.error-message-2 {
  color: #fd6b62;
  background-color: #ffdede00;
  padding-left: 0;
  padding-right: 0;
}

.add-to-cart {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product5_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.add-to-cart_form-wrapper {
  margin-bottom: 0;
}

.product5_heading {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.add-to-card_error {
  border-radius: .3rem;
  font-weight: 600;
}

.product5_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vantagens_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.vantagens_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.absolute-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banners-list-destaques2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.category-card {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  aspect-ratio: 2 / 3;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-card.is-horizontal {
  aspect-ratio: 1;
  padding: 2rem;
}

.overflow-hidden-3 {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.success-text {
  font-weight: 600;
}

.section_contact.padding-top {
  padding-top: 0;
}

.contact_item-icon-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  margin-right: 1rem;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-size-small-3 {
  font-size: .938rem;
  font-weight: 400;
}

.contact_component {
  grid-column-gap: 6.9rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.contact_contact-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.success-message-2 {
  background-color: #8761fd;
  border-radius: 16px;
  padding: 1.5rem;
}

.form_checkbox-label-2 {
  margin-bottom: 0;
}

.contact_item-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact_item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.contact7_form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact7_heading-wrapper {
  text-transform: uppercase;
  padding-bottom: 2rem;
  font-family: Quicksand, sans-serif;
}

.form_field-wrapper-2 {
  position: relative;
}

.form_checkbox-2 {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.form_checkbox-icon-2 {
  cursor: pointer;
  border: 1px solid #868d94;
  border-radius: 20px;
  width: .9rem;
  min-width: .9rem;
  height: .9rem;
  min-height: .9rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon-2.w--redirected-checked {
  border-width: 4px;
  border-color: var(--brand-color-001);
  box-shadow: none;
  background-color: #3898ec00;
  background-image: none;
  border-radius: 20px;
}

.form_checkbox-icon-2.w--redirected-focus {
  border-color: var(--brand-color-001);
  box-shadow: none;
}

.icon-embed-xsmall {
  opacity: .83;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.contact7_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.text-style-contato {
  color: var(--dark-gray);
  font-size: 1.1rem;
  font-weight: 400;
  text-decoration: none;
}

.display-inlineflex-3 {
  flex: none;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  padding-top: .5rem;
  display: flex;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.cart3_column {
  width: 100%;
}

.cart3_column.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding: 0 1.5rem 1.5rem;
  display: flex;
}

.remove-button-2 {
  color: #fff;
  background-color: #ec4a38;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 8%;
  left: 3%;
}

.remove-button-2.table4_remove-button {
  border-radius: 100%;
  top: .5rem;
  left: .5rem;
}

.section_cart {
  background-color: var(--light-gray);
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.coupon-form-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.cart3_footer {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 16px;
  align-self: flex-start;
  position: sticky;
  top: 10rem;
}

.cart2_column-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cart3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
  position: relative;
}

.cart2_image {
  object-fit: cover;
  border-radius: .6rem;
  width: 10rem;
  height: 10rem;
}

.apply-coupon-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: .8rem;
  padding-right: .8rem;
  display: flex;
}

.apply-coupon-2.button {
  height: 52px;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
}

.search-close {
  z-index: 2;
  background-color: #00000026;
  display: none;
  position: absolute;
  inset: 0%;
}

.cart1_column-button-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.cart_field-label {
  border: 1px solid #dadce0;
  border-radius: 1rem;
  flex: 1;
  height: auto;
  margin-bottom: 0;
}

.cart_field-label.cupon {
  border-radius: 1rem;
}

.cart3_list {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.cart2_column-content-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-self: stretch;
  display: flex;
  position: relative;
}

.cart3_column-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.cart3_column-2.gap-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.cart3_content {
  border: 1px #000;
  flex-direction: column;
  flex: 1;
}

.empty-cart {
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px #00000026;
}

.empty-cart.padding {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.svg-icon-4 {
  width: 2rem;
  height: 2rem;
}

.svg-icon-4:hover {
  cursor: pointer;
}

.svg-icon-4.icon-embed-xsmall {
  width: 1rem;
  height: 1rem;
}

.flex-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-2.space-between {
  justify-content: space-between;
}

.flex-2.space-between.padding-0 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.cart3_item {
  background-color: var(--white);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: flex;
}

.variant_option-label-2 {
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1rem;
}

.text-size-large-4 {
  font-size: 1.125rem;
  font-weight: 600;
}

.display-flex-7 {
  display: flex;
}

.display-flex-7.space-between {
  justify-content: space-between;
  align-self: stretch;
}

.svg-icon-6 {
  width: auto;
  height: 1.5rem;
}

.svg-icon-6:hover {
  cursor: pointer;
}

.order-wrapper-2 {
  border: 1px #e6e6e6;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.customer-orders {
  align-self: stretch;
}

.order-wrap-2 {
  background-color: #fff;
  border: 1px #e6e6e6;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0 4px 8px #00000026;
}

.text-link {
  transition: color .2s;
}

.text-link:hover {
  color: #8761fd;
}

.account7_content-left {
  justify-content: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.account7_content-left.vertical {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.account7_content-left.vertical.left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: stretch;
  padding-top: 7.2rem;
}

.account7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: grid;
  position: relative;
  overflow: auto;
}

.account7_component.container-large {
  align-content: center;
}

.account7_component.container-large.padding-top {
  justify-content: stretch;
  height: auto;
  min-height: auto;
  padding-top: 73px;
}

.product-card_info-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.detalhes-produt {
  width: 100%;
  margin-top: 60px;
}

.product-info_title-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-wrap: balance;
  flex-direction: column;
  align-items: flex-start;
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.product-slider_arrow-icon {
  font-size: 1.5rem;
}

.product_slider {
  background-color: #ddd0;
  border-radius: 1rem;
  flex: 1;
  height: auto;
  overflow: hidden;
}

.product_grid {
  grid-column-gap: 4rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .3rem 0 0;
  display: grid;
  position: relative;
  bottom: 0;
}

.product_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
}

.add-to-cart_select-field {
  background-color: #fff;
  border: 1px #aaa;
  border-radius: 1rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.product_thumbnails-container {
  box-sizing: content-box;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 120px;
  display: flex;
  overflow: auto;
}

.product-slider_lightbox-link {
  border: 1px solid #f1f1f1;
  width: 24%;
  margin-top: 1rem;
}

.product-slider_lightbox-link.is-active {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  aspect-ratio: 1;
  border-style: none;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.product-slider_arrow {
  height: 50%;
}

.display-flex-8 {
  display: flex;
}

.display-flex-8.gap-tiny {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.product_slider-media {
  min-height: 30rem;
}

.product_slider-media.is-hidden {
  display: none;
}

.add-to-cart_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.cor-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 2.3rem;
  height: 2.3rem;
  color: var(--dark-gray);
  cursor: pointer;
  background-color: #fefefe;
  border: 1px solid #5a5a5a;
  border-radius: 100%;
  justify-content: space-between;
  align-items: center;
  padding: .35rem;
  transition: all .2s ease-in-out;
  display: flex;
}

.cor-btn:hover {
  border-width: 3px;
  border-color: #000;
}

.cor-btn.is-active {
  border-width: 3px;
  border-color: var(--black);
  background-color: var(--white);
  width: 2.3rem;
  height: 2.3rem;
  color: var(--black);
  justify-content: center;
  align-items: center;
}

.cor-btn.is-disable {
  opacity: .21;
  border-color: #c9c9c9;
}

.product_3d-model {
  height: 15rem;
}

.cor-iten {
  aspect-ratio: 1;
  color: #000;
  object-fit: cover;
  background-color: #aeff00;
  border: 1px solid #00000024;
  border-radius: 100%;
  width: 1.8rem;
}

.cor-iten.cor-01 {
  background-color: #6077a7;
}

.cor-iten.cor-02 {
  background-color: #161616;
}

.cor-iten.cor-03 {
  background-color: #ffb700;
}

.cor-iten.cor-04 {
  background-color: #c74798;
}

.cor-iten.cor-05 {
  background-color: #f3f3f3;
  width: 100%;
  height: 100%;
}

.product-card_info-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 134px;
  bottom: auto;
}

.sm-field-label {
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.variant-label {
  margin-bottom: 0;
  padding-right: .4rem;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}

.product_3d-models-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_3d-models-wrapper.is-hidden {
  display: none;
}

.sm-product_variant-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.list-add-to-cart {
  align-self: stretch;
}

.add-to-cart_buttons-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.slider-mask-space-around {
  border-radius: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
  overflow: hidden;
}

.k-insta-post {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.k-insta-slide {
  aspect-ratio: auto;
  vertical-align: baseline;
  width: 100%;
  height: auto;
}

.k-icon-24 {
  width: 24px;
  height: 24px;
}

.k-insta-overlay {
  aspect-ratio: 2 / 3;
  opacity: 0;
  color: #fff;
  background-color: #1b1b1b59;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.k-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.k-section-header {
  margin-bottom: 7vw;
}

.k-section-header.k-s-header--pair {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.k-insta-feed-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.k-insta-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.k-insta-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  position: relative;
}

.text-promo {
  font-size: .75rem;
  line-height: 150%;
}

.text-promo.no-wrap {
  letter-spacing: .1rem;
  white-space: nowrap;
}

.container-promo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.selo-goias-original-wrapper {
  z-index: 80;
  position: absolute;
  inset: 8% auto 0% -15%;
}

.selo-goias-original-wrapper.r-position {
  justify-content: space-between;
  align-items: center;
  display: flex;
  inset: 0% -9% 0% auto;
}

.image-3 {
  height: 11rem;
}

.section-banners {
  margin-top: 4rem;
}

.preco-wrp {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-preco {
  color: var(--black-2);
  letter-spacing: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.text-preco.big-txt {
  font-size: 1.6rem;
  font-weight: 500;
}

.text-preco.is-cart {
  font-size: 1.2rem;
}

.text-parcelas {
  color: var(--grey-001);
  font-family: Quicksand, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.preco-antigo {
  color: var(--grey-001);
  font-family: Quicksand, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 110%;
  text-decoration: line-through;
}

.titulo-banners {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.img-overlay {
  z-index: 0;
  text-wrap: balance;
  background-color: #0000;
  background-image: linear-gradient(47deg, #000000bd 16%, #0000 61%);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-card {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: .1rem;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.tag-card:hover {
  color: var(--white);
}

.tag-card.is-novidade {
  z-index: 50;
  font-family: Quicksand, sans-serif;
}

.tag-card.is-promo {
  z-index: 50;
  background-color: #0037ff;
  font-family: Quicksand, sans-serif;
}

.tag-card.is-slide-produto {
  z-index: 50;
  background-color: #0037ff;
  inset: 1rem auto auto 1rem;
}

.icon-insta {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.image-4 {
  height: 18rem;
  padding-bottom: 4rem;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-overlay {
  z-index: -1;
  background-color: #0000;
  background-image: linear-gradient(1deg, #0009 13%, #0000 46%);
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.lista-drop-estampas {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.lista-drop-estampas.is-mobile {
  display: none;
}

.footer-contact {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 22% auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: grid;
}

.footer-col-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-col2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-header-contato {
  background-image: url('/assets/piri/images/Frame-4.avif');
  background-position: 0 0;
  background-size: contain;
  width: 100%;
  height: 440px;
}

.section-termos {
  z-index: 50;
  color: #3c4043;
  margin-top: 0;
  padding-top: 2rem;
  position: relative;
}

.text-span {
  font-size: 1.1rem;
}

.image-5 {
  width: 100%;
  height: 100%;
}

.product-img-wrapper {
  aspect-ratio: 1 / 1.2;
  border-radius: 2rem;
  overflow: hidden;
}

.lightbox-link-zoom {
  z-index: 100;
  filter: invert();
  background-image: url('/assets/piri/images/zoom-in.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 3px solid #0003;
  border-radius: 2rem;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  position: absolute;
  inset: .6rem .6rem auto auto;
}

.lightbox-link-zoom:hover {
  border-width: 5px;
  border-color: #020303;
}

.text-size-tiny-2 {
  font-size: .75rem;
  line-height: 139%;
}

.breadcrumb-link-2 {
  text-decoration: none;
}

.breadcrumb-link-2.w--current {
  font-weight: 600;
}

.button-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #1582dc;
  border-radius: .7rem;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-5:hover {
  background-color: #0870c5;
}

.button-5.is-link {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black-2);
  white-space: nowrap;
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .125rem .5rem 0;
  font-size: .9rem;
  line-height: 1.2;
}

.button-5.is-link:hover {
  color: #000;
  border-color: #000;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.breadcrumb-divider.text-color-gray {
  color: var(--grey-001);
}

.breadcrumb-group {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  opacity: .55;
  color: var(--grey-001);
  flex-flow: row;
  align-items: center;
  display: flex;
}

.breadcrumb-divider2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .125rem;
  margin-right: .125rem;
  display: flex;
}

.filter-header_breadcrumb {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.select-input__wrapper {
  background-color: #fff;
  border: 1px solid #000000a6;
  border-radius: .8rem;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  transition: all 70ms;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px #0000;
}

.select-input__wrapper:hover {
  background-color: #e5e5e5;
  border-bottom-color: #8c8c8c;
}

.filter-bar-component {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #00000014;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0 2rem .5rem 0;
  display: flex;
  position: relative;
}

.filters_feed {
  border-radius: 0 1rem;
  padding: 1rem 1rem 0;
}

.filter-title-component {
  position: relative;
}

.icon-1x1-small-2 {
  width: 2rem;
  height: 2rem;
}

.filters_layout {
  grid-template-rows: auto;
  grid-template-columns: 25% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.filters_filters-wrpr {
  background-color: #fff;
  border-bottom-right-radius: .7rem;
  padding: 0 1rem 1rem 2rem;
  position: static;
  top: 6rem;
}

.filter-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  padding-right: 2rem;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  display: grid;
}

.checkbox1-icon {
  cursor: pointer;
  border: 1px solid #212932;
  border-radius: 2px;
  order: 9999;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  transition: all .2s;
}

.checkbox1-icon.w--redirected-checked {
  border-color: var(--black);
  background-color: var(--black);
  border-radius: 0;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
}

.checkbox1-icon.w--redirected-focus {
  border-width: 1px;
  border-color: var(--black);
  box-shadow: none;
}

.filters2_results-text {
  font-size: .875rem;
}

.filters_item:hover {
  opacity: 1;
}

.button-6 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #1582dc;
  border-radius: .7rem;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-6:hover {
  background-color: #0870c5;
}

.filters2_filter-group-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px #e1c68f;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.quant-filter {
  color: #858580;
  font-weight: 300;
}

.icon-reset {
  z-index: 13;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: .9rem;
  margin-right: 1.5%;
  display: flex;
}

.dropdown-item {
  color: var(--grey-001);
  align-items: center;
  font-weight: 400;
  transition: all 70ms;
  display: block;
}

.dropdown-item:hover {
  color: #000;
}

.dropdown-item:active {
  background-color: #dcdcdc;
}

.dropdown-ordenar {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: .8rem;
  width: 100%;
  height: 2.5rem;
  padding-right: 0;
  transition: all 70ms;
  display: block;
}

.dropdown-ordenar:hover {
  border-color: #858580 #858580 #000;
}

.drop-down-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filters_form {
  background-color: #0000;
  margin-top: 1rem;
}

.active_filters-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  aspect-ratio: auto;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.filters_tablet-modal-close-button {
  display: none;
}

.filters_list {
  width: 100%;
  margin-bottom: 0;
}

.select-input {
  color: #171717;
  cursor: pointer;
  background-color: #fff;
  border: 1px #0000001a;
  border-radius: 4px;
  flex: none;
  width: 99%;
  height: 3rem;
  margin-bottom: 0;
  font-weight: 500;
  position: relative;
}

.select-input:focus {
  border-left-color: #0000;
}

.filters_form-checkbox {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: .9rem;
  display: flex;
}

.filters_tablet-modal-menu {
  display: none;
}

.filter-bar {
  z-index: 1799;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0 #000;
  border-bottom: 1px #00000014;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  position: sticky;
  top: 4rem;
}

.filter-bar:hover {
  background-color: #fff;
}

.filter-bar.hide-mobile-landscape {
  padding-top: 0;
  position: static;
  inset: auto 0% 0%;
}

.top-section-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #020303;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 3rem;
  display: flex;
}

.filter_tag-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: var(--skeleton-loading-end);
  color: var(--txt-sec);
  border-radius: 1rem;
  align-items: center;
  padding: .25rem .25rem .25rem .5rem;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.filter_tag-item:hover {
  color: #4f4f4f;
}

.filters-checkbox-label {
  text-transform: none;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
}

.section_produtos-header {
  background-color: #fff;
  position: relative;
}

.filters-heading.h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.clear-filter-txt {
  text-transform: none;
  white-space: nowrap;
  word-break: normal;
  font-weight: 400;
  text-decoration: none;
}

.line-divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

.line-divider.margin-vertical {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.line-divider.is-small {
  background-color: #858580;
  justify-content: space-between;
  align-items: flex-start;
  width: 10%;
  height: 4px;
  padding-top: 0;
  display: flex;
}

.filters2_results-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.filter_tag-text {
  white-space: nowrap;
}

.filters-div {
  margin-bottom: 0;
}

.filters-div.filter-check-bb {
  flex-flow: column;
  display: flex;
}

.filters-div.h-stack {
  display: flex;
}

.filters-div.h-stack.accordian-head {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 0;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}

.text-results {
  color: var(--grey-001);
  font-size: 1rem;
  line-height: 1.3;
}

.dropdown-list-3 {
  background-color: #f3f3f3;
  border-radius: 8px;
  right: -1.3125px;
  overflow: auto;
  box-shadow: 0 4px 8px #0000001a;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 18px #0000006b;
}

.produtos-list-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filters_block {
  margin-bottom: 0;
}

.filter-div-2col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.filters2_close-icon {
  cursor: pointer;
  width: 1.3rem;
  height: 1.3rem;
  margin-left: 0;
}

.filters_tablet-filters-button {
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  display: none;
}

.filter_tag-remove {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.filter_tag-remove:hover {
  color: #020303;
}

.text-block-6 {
  padding-right: 9px;
}

.tag-mais-tiltros {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  padding: .25rem .5rem;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding-right: 0;
  display: flex;
}

.drop_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--grey-001);
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
}

.drop_link:hover {
  color: var(--black);
  background-color: #ffffff1a;
}

.drop_link.w--current {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.filters-list-mobile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.filters-list-mobile.hide-desktop {
  display: none;
}

.select-input__icon {
  background-image: url('/assets/piri/images/arrow__down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 16px;
}

.filter-feed-header {
  grid-column-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 1rem;
  display: flex;
}

.filter_tag-more {
  background-color: var(--brand-color-001);
  color: var(--pure-white);
  border-radius: 1rem;
  font-size: .8rem;
  text-decoration: none;
  display: block;
}

.veiculos-card {
  color: #c7c7c7;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: .7rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.veiculos-card:hover {
  color: #1582dc;
  background-color: #fff;
  box-shadow: 0 2px 12px #0000001f;
}

.icon-filter {
  z-index: 13;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5%;
  display: flex;
}

.filters2_scroll-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-transform: none;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: hidden auto;
}

.dropdown-btn {
  border-bottom: 0 solid #8c8c8c;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 .5rem 0 1rem;
  transition: all 70ms;
  display: flex;
}

.dropdown-btn.w--open {
  border-bottom: 1px #dcdcdc;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.banners-list-destaques {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-radius: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

.hero-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.hero-home.section-hp-hero {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.img-hero-mobile-2.hiden-desktop, .img-hero-mobile.hiden-desktop {
  width: 100%;
  display: none;
}

.img-desktop-hero-1.hide-mobile-landscape {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.mask-banners {
  aspect-ratio: 2.39;
  width: 100%;
}

.img-desktop-hero-3.hide-mobile-landscape {
  width: 100%;
}

.slide-hero {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.slide-nav-4 {
  opacity: .89;
  filter: brightness(80%);
  transform: scale(.5);
}

.slider {
  width: 100%;
  height: 100%;
}

.img-desktop-hero-2.hide-mobile-landscape {
  width: 100%;
}

.arrow-icon {
  height: 1.4rem;
}

.categoria-vertical-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: cover;
  border: 1px solid #0000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
  overflow: clip;
}

.categoria-vertical-wrapper:hover {
  color: var(--link-color-001);
}

.estampas-component {
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  padding: 0 0 3rem;
  display: flex;
}

.text-categoria {
  font-size: 1.2rem;
  font-weight: 600;
}

.icone-categoria {
  object-fit: cover;
  border-radius: 100%;
  width: 11rem;
  max-width: none;
  height: 11rem;
}

._4columns-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  display: grid;
}

.banner-img-wrp {
  width: 100%;
  height: 100%;
}

.rt-component-container-10 {
  width: 100%;
  max-width: none;
  position: relative;
}

.rt-border-radius-ten-3 {
  border-radius: 6px;
}

.rt-border-radius-ten-3.rt-overflow-hidden-4.rt-video-image {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.rt-video-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section_video {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: static;
}

.rt-home-two-video-container-2 {
  background-color: #131218;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-video-container-2.rt-position-relative-2 {
  color: #fff;
  max-width: none;
}

.rt-autofit-7 {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-home-two-video-main-2 {
  z-index: 2;
  grid-row-gap: 10px;
  aspect-ratio: 2.39;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.rt-home-two-video-overlay-2 {
  z-index: 0;
  background-color: #00000087;
  position: absolute;
  inset: 0%;
}

.sto-wrap-2 {
  display: flex;
}

.sto-pic-2 {
  aspect-ratio: 1;
  object-fit: cover;
}

.sto-tabs-1 {
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.sto-container-1 {
  border-radius: 2rem;
  width: 100%;
  max-width: 100em;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.sto-wrap-4 {
  width: 26em;
  color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sto-pic-1 {
  width: 4em;
}

.sto-tabs-menu-1 {
  justify-content: center;
  padding-left: 11em;
  display: flex;
  bottom: 3.8em;
}

.sto_section-1 {
  margin-top: 0;
  font-size: 1vw;
}

.sto-wrap-6 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.sto-wrap-3 {
  background-color: var(--link-color-001);
  flex: 0 50%;
  align-items: stretch;
  padding: 4em 5em;
  display: flex;
}

.sto-wrap-3.do {
  background-color: var(--link-color-001);
}

.sto-wrap-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sto-tabs-content-1 {
  border-radius: 2rem;
}

.sto-text-1 {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3em;
}

.sto-link-tab-1 {
  color: var(--link-color-001);
  border-radius: 0;
  padding: 1em 1.5em;
}

.sto-link-tab-1.w--current {
  color: var(--pure-white);
  background-color: #ff4d00;
  border: 1px #000;
  border-radius: 0;
  padding: 1em 1.5em;
}

.sto-link-tab-1.de {
  color: var(--link-color-001);
  border-left: 1px solid #00000021;
  border-right: 1px solid #00000021;
}

.sto-link-tab-1.de.w--current {
  color: var(--white);
}

.sto-wrap-7 {
  flex: 1;
  position: relative;
}

.sto-paragraph-1 {
  margin-bottom: 0;
  font-size: 1.9em;
  font-weight: 900;
  line-height: 1.6em;
}

.footer_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: #000;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.footer-dev {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-ec-2 {
  opacity: .42;
  filter: invert();
  height: .7rem;
}

.btn_arrow {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: -30% -2% 0% auto;
  box-shadow: -2px 8px 15px #00000014;
}

.btn_arrow:hover {
  background-color: var(--link-color-001);
  border: 2px solid #fff;
}

.btn_arrow.left {
  border-color: #ffffff4d;
  inset: -30% auto 0% -2%;
}

.btn_arrow.left:hover {
  border-color: #fff;
}

.btn_arrow.left.is-hidden, .btn_arrow.is-hidden {
  display: none;
}

.servicos_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  position: relative;
}

.servicos_slide {
  padding-right: 1rem;
}

.btns_slide-nav {
  opacity: .47;
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.btns_slide-nav.is-alternative {
  height: 1rem;
  position: static;
}

.ervicos_mask {
  width: 23%;
  height: 100%;
  overflow: visible;
}

.subtitulo-produto {
  color: var(--dark-gray);
}

.icon-small1 {
  opacity: .74;
  width: 2rem;
  height: 2rem;
}

.select {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.select-input-pag {
  color: #171717;
  cursor: pointer;
  background-color: #0000;
  border-left: 4px solid #0000;
  flex: none;
  width: 110%;
  min-width: 10rem;
  max-width: 30rem;
  height: 3rem;
  margin-bottom: 0;
  font-weight: 300;
  position: relative;
}

.select-input-pag:focus {
  border-left-color: #0000;
}

.select-input-pag.select-input__pagination {
  min-width: 4.5rem;
  max-width: 5.5rem;
  height: 3.5rem;
  font-weight: 500;
}

.pagination {
  background-color: var(--light-gray);
  border-top: 1px #dcdcdc;
  border-radius: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 3rem;
  display: flex;
  overflow: hidden;
}

.pagination__text {
  margin-right: .0625rem;
  font-weight: 500;
}

.pagination__text.pagination__text-right {
  flex: none;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
}

.pagination__left {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.submit-button-hidden {
  display: none;
}

.select-input__wrapper-2 {
  background-color: #f3f3f3;
  border-bottom: 1px solid #8c8c8c;
  align-items: center;
  width: 100%;
  min-width: 8rem;
  max-width: 28rem;
  height: 2.5rem;
  transition: all 70ms;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px #0000;
}

.select-input__wrapper-2:hover {
  background-color: #e5e5e5;
  border-bottom-color: #8c8c8c;
}

.select-input__wrapper-2.select-input__wrapper-pagination {
  border-bottom-style: none;
  border-bottom-color: #0000;
  border-right: 1px solid #dcdcdc;
  min-width: 2.5rem;
  max-width: 3.5rem;
  height: 3rem;
}

.select-input__wrapper-2.select-input__wrapper-pagination.wrapper-pagination-right {
  border-left: 1px solid #dcdcdc;
  border-right-style: none;
}

.form-block__pagination-wrap {
  margin-bottom: 0;
}

.pagination__right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pagination__text__summary {
  margin-left: 1rem;
  font-weight: 500;
}

.pagination__button {
  cursor: pointer;
  border-left: 1px solid #dcdcdc;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: .875rem;
  padding-right: .875rem;
  transition: all 90ms;
  display: flex;
}

.pagination__button:hover {
  background-color: #e5e5e5;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start end;
  width: 100%;
  display: grid;
}

.header_image3 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header_image-wrapper {
  border-radius: 2rem;
  flex: none;
  position: relative;
  overflow: hidden;
}

.header_image-wrapper.is-image-large {
  width: 36vw;
  height: 80vh;
  overflow: visible;
}

.header_image-wrapper.is-image-small {
  width: 20vw;
}

.header_image-wrapper.is-mobile {
  width: 36vw;
  height: 80vh;
  overflow: visible;
}

.header_image7 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.header_image1 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
}

.header_image-group-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.header_small-image-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 18vw;
  display: grid;
  position: relative;
}

.header_content-bottom {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header_image-list {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 32% 36% 32%;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 80vh;
  display: grid;
}

.header_image6, .header_image2 {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.header_image5 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
}

.header_component {
  height: 250vh;
  position: relative;
}

.header_image-group-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center end;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.video-institucional {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  aspect-ratio: 2 / 3;
  color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding: 1.875rem 2.375rem 2.375rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.selo-big {
  height: 20rem;
}

.about3-testimonials_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.about3-testimonials_client-image-wrapper {
  border: 6px solid #fff;
  border-radius: 100%;
  margin-right: 1rem;
}

.about3-testimonials_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.padding-custom-sections {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.frete-form-wrp {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.btn-frete {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  width: 100%;
  font-size: .8rem;
  display: flex;
}

.add-to-cart-iten {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-medidas {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  opacity: .81;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Quicksand, sans-serif;
  display: flex;
}

.link-medidas:hover {
  opacity: 1;
  color: var(--link-color-001);
}

.data-table-container {
  background-color: #f3f3f3;
  border-radius: 1rem;
  width: 100%;
  padding-top: .125rem;
  overflow: hidden;
}

.data-table__head {
  color: #8c8c8c;
  font-weight: 400;
}

.data-table__body {
  background-color: #f3f3f3;
  height: auto;
  overflow: auto;
}

.data-table-header__title {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.table-column__body {
  color: #565656;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: .875rem .5rem .8125rem;
  display: flex;
  overflow: hidden;
}

.data-table-header {
  background-color: #f3f3f3;
  padding: 1rem;
}

.data-table__body-row {
  border-bottom: 1px solid #dcdcdc;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 3rem;
  padding-left: .5rem;
  display: flex;
}

.data-table__body-row:hover {
  background-color: #e5e5e5;
}

.data-table {
  width: 100%;
}

.data-table__head-row {
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-left: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.table-column__head {
  color: #171717;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Quicksand, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.guia-de-tamanhos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid #d4d4d4;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.image-9 {
  width: 100%;
  height: auto;
}

.detalhes-produto_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.detalhes-produtos_item {
  flex-direction: column;
  align-items: center;
}

.detalhes-produtos_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-bottom: 4rem;
  display: grid;
}

.detalhes-produtos-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 2rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-3282 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.search2 {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.search2.hiden-desktop {
  display: none;
  overflow: hidden;
}

.search2.is-navbar {
  padding-right: 3rem;
}

.search2.is-navbar.hide-mobile-landscape {
  padding-top: .5rem;
  padding-right: 4rem;
}

.search2.is-mobile {
  display: none;
}

.search-icon {
  background-image: url('/assets/piri/images/search-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: 0;
}

.search-input-01 {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--grey-001) var(--grey-001) var(--light-gray);
  width: 70%;
  height: 2.1rem;
  box-shadow: none;
  color: #565656;
  letter-spacing: .32px;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 4rem 0 2rem;
  font-size: 1rem;
  line-height: 1.375rem;
  transition: all 90ms;
}

.search-input-01:active {
  border-color: var(--black);
}

.search-input-01:focus {
  border-color: var(--black);
  border-top-style: none;
  border-bottom-width: 1px;
}

.menu-002-mobile {
  display: none;
}

.navigation-move {
  z-index: 500;
  width: 100%;
  position: sticky;
  top: 0;
}

.video-mobile {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-mobile.hiden-desktop {
  display: none;
}

.image-105, .image-106 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-107 {
  width: 100%;
  height: 100%;
}

.modal-wrapper {
  z-index: 999;
  background-color: #000000b3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 4% 0% 0%;
}

.modal-content {
  z-index: 3;
  background-color: #fff;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  padding: .25rem;
  display: flex;
  position: relative;
  top: 30px;
}

.image-108 {
  border-radius: 20px;
  width: auto;
  max-width: none;
  height: 600px;
  max-height: 600px;
  overflow: clip;
}

.modal-close-btn {
  z-index: 40;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: -2% -.5rem auto auto;
}

.image-109 {
  filter: invert();
  max-width: 80%;
  padding-top: 0;
  padding-right: 0;
}

.resultado-frete-wrp {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-3284 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.frete-resuiltado {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7f7f7;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: .7rem 1rem .4rem;
  font-size: .9rem;
  line-height: 121%;
  display: flex;
}

.text-resultado-frete {
  font-weight: 500;
}

.frete-valores {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.frete-alerta {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #eee5e1;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: .7rem 1rem .4rem;
  font-size: .9rem;
  line-height: 121%;
  display: flex;
}

.tabs-menu {
  z-index: 20;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: var(--light-gray);
  border-radius: 1.2rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
  box-shadow: 0 2px 5px #0003;
}

.tab-btn {
  background-color: var(--transparent);
  border: 2px solid #000;
  border-radius: 1rem;
  padding: .5rem 1rem;
}

.tab-btn.w--current {
  background-color: var(--black-2);
  color: var(--white);
}

.frete-form-crt {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.iten-cart-wrp {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  align-items: center;
  display: flex;
}

.txtr-cart {
  color: var(--dark-gray);
  font-size: .9rem;
  font-weight: 400;
  line-height: 116%;
}

.txtr-cart.is-price {
  font-family: Quicksand, sans-serif;
  font-size: .9rem;
}

.txtr-cart.text-color-black {
  color: var(--black-2);
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

.pre-o-wrp-cart {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.pre-o-wrp-cart.align-r {
  justify-content: space-between;
  align-items: flex-end;
}

.cart2_column-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-group-cart {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.svg-icon-trahs {
  width: auto;
  height: 1.5rem;
}

.svg-icon-trahs:hover {
  cursor: pointer;
}

.svg-icon-trahs.icon-embed-xsmall {
  background-color: var(--dark-gray);
  color: #fff;
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.resultado-cupom-wrp {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.desconto-valor {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.resumo-info-group {
  width: 100%;
}

.cupom-resultado {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f7f7f7;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: .7rem 1rem .4rem;
  font-size: .9rem;
  line-height: 121%;
  display: flex;
}

.text-wrp-estampas {
  padding-bottom: 1em;
}

.banner-estampa {
  border-radius: 2rem;
  width: 100%;
  overflow: hidden;
}

.estampa-imagem {
  object-fit: cover;
  width: 100%;
}

.navbar-logo-rw {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  display: grid;
}

.text-destaques {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-weight: 800;
}

.product-name-title {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 117%;
}

.modelo-select-wrp {
  border: 1px solid #d4d4d4;
  border-radius: 1rem;
  margin-right: 0;
  padding-right: 8px;
}

.modelo-select-wrp:hover {
  border-color: #131313;
}

.modal-close-btn-copy {
  z-index: 40;
  background-color: #000;
  border-radius: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: -.2rem -.2rem auto auto;
}

@media screen and (min-width: 1280px) {
  .lista-drop-estampas {
    flex-flow: wrap;
  }

  .veiculos-card {
    padding-bottom: .5rem;
  }

  .slider {
    width: 100%;
  }

  .icone-categoria {
    width: 20rem;
    max-width: none;
    height: 20rem;
  }
}

@media screen and (min-width: 1440px) {
  .menu-link {
    font-size: 1.1rem;
  }

  .menu-image-container {
    font-size: 1rem;
  }

  .menu-image {
    width: 8rem;
    height: 8rem;
  }

  .layout_component {
    padding-bottom: 2rem;
  }

  .product_grid {
    grid-template-columns: 1fr .75fr;
    max-width: none;
  }

  .lista-drop-estampas {
    flex-flow: row;
    justify-content: space-between;
  }

  .filters_layout {
    grid-template-columns: 23% 1fr;
  }

  .banners-list-destaques {
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    width: 100%;
  }

  .rt-video-image-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sto_section-1 {
    font-size: 14px;
  }

  .header_image-list {
    height: 90vh;
  }

  .padding-custom-sections {
    padding-top: 4rem;
  }

  .btn-frete {
    width: 100%;
  }

  .data-table__body {
    height: auto;
  }

  .resultado-frete-wrp, .resultado-cupom-wrp {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .menu-link {
    font-size: 1.2rem;
  }

  .icon {
    height: 2rem;
  }

  .navbar-container-links {
    margin-left: 0;
  }

  .button.is-cart {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }

  .menu-image {
    width: 9rem;
    height: 9rem;
  }

  .navbar {
    position: static;
  }

  .menu-links-containers {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
  }

  .page-wrapper {
    overflow: clip;
  }

  .banner10_component {
    position: static;
  }

  .layout_component {
    padding-bottom: 4rem;
  }

  .product_grid {
    max-width: none;
    padding-top: 1rem;
  }

  .product-slider_lightbox-link.is-active {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .variant-label {
    display: flex;
  }

  .k-insta-post {
    height: auto;
  }

  .text-size-tiny-2.text-color-gray {
    font-size: .75rem;
  }

  .button-5.is-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-color: #fff6;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .filters_layout {
    grid-template-columns: 20% 1fr;
  }

  .filters_filters-wrpr {
    top: 6rem;
  }

  .filter-title {
    place-items: center start;
  }

  .icon-reset {
    width: 1.1rem;
  }

  .top-section-center {
    padding-bottom: 4rem;
  }

  .text-results {
    font-size: 1.4rem;
  }

  .produtos-list-wrp {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-filter {
    width: 1.5rem;
  }

  .filters2_scroll-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .img-hero-mobile-2, .img-hero-mobile, .img-desktop-hero-1 {
    width: 100%;
    height: 100%;
  }

  .img-desktop-hero-1.hide-mobile-landscape {
    height: auto;
  }

  .mask-banners {
    width: 100%;
  }

  .img-desktop-hero-3 {
    width: 100%;
    height: 100%;
  }

  .img-desktop-hero-3.hide-mobile-landscape {
    object-fit: cover;
    height: auto;
  }

  .slide-hero, .slider {
    width: 100%;
  }

  .img-desktop-hero-2 {
    width: 100%;
    height: 100%;
  }

  .rt-home-two-video-container-2.rt-position-relative-2 {
    max-width: none;
  }

  .header_image-wrapper.is-image-large, .header_image-wrapper.is-mobile {
    width: auto;
  }

  .header_content-bottom {
    justify-content: center;
    align-items: center;
  }

  .header_image-list {
    max-width: none;
  }

  .frete-form-wrp, .frete-form-crt {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }
}

@media screen and (max-width: 991px) {
  .menu-image-container {
    margin-bottom: .5rem;
  }

  .navbar-dropdown {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .navbar-logo {
    width: 100%;
  }

  .navbar-dropdown-wrapper {
    position: relative;
    top: auto;
    left: auto;
  }

  .navbar-dropdown-wrapper.w--open {
    background-color: #0000;
    position: relative;
    top: 0;
  }

  .button-small.transparent.nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .button-small.grey {
    text-align: center;
  }

  .navbar-container-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
    margin-left: 0;
    padding-top: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    inset: 0%;
  }

  .navbar-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100dvh;
    margin-right: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .navbar-drop-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    box-shadow: none;
    background-color: #0000;
    border-top-width: 0;
    border-bottom-style: solid;
    border-bottom-color: #d1d1d1;
    border-left-style: none;
    border-right-style: none;
    border-radius: 0;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 1rem;
    overflow: auto;
  }

  .navbar-container-logo {
    z-index: 2;
    background-color: #0000;
    flex: 1;
    height: 5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-container-logo.w--current {
    flex: 0 auto;
  }

  .menu-image {
    width: 5rem;
    height: 5rem;
  }

  .navbar {
    z-index: 2147483647;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }

  .menu-links-containers {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-between;
    place-items: center;
    padding-left: 0;
    display: flex;
  }

  .spacer {
    height: 8rem;
  }

  .category-title {
    font-size: 2.5rem;
  }

  ._4columns-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }

  .display-flex {
    overflow: hidden;
  }

  .section-hiw-text {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-copyright-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 55rem;
  }

  .form.horizontal {
    justify-content: space-between;
    align-items: center;
  }

  .newsletter-container {
    margin-top: 2rem;
  }

  .text-size-large {
    font-size: 1.2rem;
  }

  .heading-style-h1.big {
    letter-spacing: -.45rem;
    font-size: 6.5rem;
  }

  ._2columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2.text-weight-bold {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h3 {
    font-size: 1.9rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .card-product_bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.6vw;
  }

  .card-product_top {
    height: auto;
  }

  .card-product {
    flex-direction: column;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .mini-cart_button {
    height: 100%;
    padding-left: .5rem;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar10_menu-button.w--open {
    z-index: 30;
    color: #000;
    background-color: #0000;
  }

  .menu-icon_line-bottom, .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .layout_content {
    padding: 0;
  }

  .layout_content.background-color-white {
    padding-top: 2rem;
  }

  .layout1_image-wrapper {
    height: 100%;
  }

  .image-2 {
    object-fit: cover;
  }

  .layout_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    min-height: auto;
    padding-top: 2rem;
  }

  .product5_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .product5_heading {
    margin-right: 3rem;
  }

  .product5_button-row {
    flex: none;
  }

  .vantagens_component {
    grid-column-gap: 2rem;
  }

  .banners-list-destaques2 {
    grid-template-columns: 1fr 1fr;
  }

  .contact_item-icon-wrapper {
    align-self: auto;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .contact_contact-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact_item-text-wrapper.is-footer {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .contact_item {
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact_item.is-footer {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .cart3_column.gap-small {
    padding-top: 0;
  }

  .section_cart {
    padding-top: 2rem;
  }

  .cart3_component {
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .account7_content-left {
    padding-top: 6rem;
  }

  .account7_component {
    grid-template-columns: 1fr;
  }

  .product_grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: .125rem;
    display: flex;
  }

  .product_thumbnails-container {
    order: 9999;
  }

  .product-card_info-container {
    width: 100%;
  }

  .k-insta-post.hide-mobile-landscape {
    display: none;
  }

  .k-insta-feed-slide {
    grid-template-columns: 1fr 1fr;
  }

  .selo-goias-original-wrapper {
    inset: -9% -4% auto auto;
  }

  .selo-goias-original-wrapper.r-position {
    inset: auto auto -9% 0%;
  }

  .image-3 {
    height: 16rem;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .lista-drop-estampas {
    flex-flow: column;
    display: none;
  }

  .lista-drop-estampas.is-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .footer-contact {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-col-list {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .footer-col2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
    display: flex;
  }

  .img-header-contato {
    height: 290px;
  }

  .product-img-wrapper {
    border-radius: 1.3rem;
  }

  .filter-bar-component {
    background-color: #000000a8;
    flex: 0 auto;
    order: 1;
    padding-top: 5.1rem;
    padding-left: 5%;
    position: static;
  }

  .filters_feed {
    margin-top: 0;
    padding-top: 1rem;
  }

  .filters_layout {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .filters_filters-wrpr {
    z-index: 9999;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    height: 100%;
    padding: 6rem 5% 0;
    display: flex;
    position: fixed;
    top: 0;
    overflow: visible;
    transform: translate(0, 100%);
  }

  .button-6 {
    background-color: var(--link-color-001);
  }

  .filters_tablet-modal-close-button {
    z-index: 2000;
    display: block;
    position: static;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filters_tablet-modal-menu {
    z-index: 999;
    background-color: #fff;
    border-top: 1px solid #0000001a;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
    margin-left: 0;
    padding: .75rem 0%;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filter-bar {
    padding-top: 5.1rem;
    padding-left: 5%;
    position: static;
  }

  .filter-bar.hide-mobile-landscape {
    display: none;
  }

  .filters-btn {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: var(--link-color-001);
    color: var(--link-color-001);
    border-radius: .5rem;
    justify-content: space-between;
    align-items: center;
    padding: .125rem 1rem .125rem .5rem;
    font-size: 1.3rem;
    font-weight: 400;
    display: flex;
  }

  .filters-btn:hover {
    background-color: var(--link-color-hover);
  }

  .produtos-list-wrp {
    grid-template-columns: 1fr 1fr;
  }

  .filters_block {
    z-index: 999;
    max-width: 100%;
    overflow: auto;
  }

  .filters_tablet-filters-button {
    z-index: 900;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #000000c4;
    border-style: none none solid;
    border-color: #00000080 #00000080 #0000001a;
    border-bottom-width: 2px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: .5rem 1rem;
    text-decoration: none;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filter_tag-remove.hide-mobile-landscape {
    display: none;
  }

  .tag-mais-tiltros {
    padding-right: .7rem;
    font-size: .8rem;
    display: block;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .drop_link {
    justify-content: flex-start;
    align-items: center;
  }

  .drop_link:hover {
    background-color: #fff0;
  }

  .filters-list-mobile.hide-desktop {
    flex-flow: row;
    flex: 0 auto;
    display: flex;
  }

  .filter_tag-more {
    font-size: .7rem;
    display: block;
  }

  .icon-filter {
    filter: none;
    height: 1rem;
    color: var(--light-gray);
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }

  .banners-list-destaques {
    grid-template-columns: 1fr 1fr;
  }

  .hero-home {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-home.section-hp-hero {
    height: auto;
  }

  .img-desktop-hero-1.hide-mobile-landscape {
    object-fit: cover;
    height: 100%;
  }

  .icone-categoria {
    width: 8rem;
    height: 8rem;
  }

  ._4columns-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .txt-filter-btn {
    color: var(--pure-white);
  }

  .rt-home-two-video-main-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sto-pic-2 {
    width: 100%;
    height: 100%;
  }

  .sto-tabs-menu-1 {
    margin-bottom: 0;
  }

  .sto_section-1 {
    font-size: 1.3vw;
  }

  .sto-tabs-content-1 {
    border-radius: 2rem;
    margin-bottom: 0;
  }

  .footer_bottom-wrapper-2 {
    grid-column-gap: .4rem;
  }

  .servicos_component {
    padding-left: 0;
    padding-right: 0;
  }

  .servicos_slide {
    padding-right: 2rem;
  }

  .ervicos_mask {
    width: 50%;
  }

  .footer-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .header_image-wrapper.is-image-small {
    width: 25vw;
  }

  .header_image-list {
    height: 70vh;
  }

  .selo-big {
    height: 24rem;
  }

  .table-column__body {
    font-weight: 500;
  }

  .guia-de-tamanhos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .camiseta-guia {
    width: 50%;
    height: 50%;
    display: flex;
  }

  .detalhes-produtos_list {
    grid-column-gap: 2rem;
  }

  .search2.hiden-desktop {
    display: flex;
  }

  .search2.is-navbar.hide-mobile-landscape {
    display: none;
  }

  .search2.is-mobile {
    display: flex;
  }

  .search-input-01 {
    width: 100%;
    height: 3.7rem;
  }

  .menu-002-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top: 1px solid #d3d3d3;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .navigation-move {
    z-index: 300;
    position: sticky;
    top: 0;
  }

  .modal-content {
    max-width: 96%;
    height: auto;
    max-height: none;
    padding: .3rem 0 0 .1rem;
  }

  .image-108 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    overflow: clip;
  }

  .tabs-menu {
    background-color: var(--transparent);
    box-shadow: none;
    position: static;
  }

  .tab-btn {
    border-radius: 2rem;
    font-size: .9rem;
  }

  .frete-form-crt {
    width: 100%;
  }

  .cupom-resultado {
    flex-flow: row;
    display: none;
  }

  .banner-estampa {
    margin-top: 1rem;
  }

  .estampa-imagem {
    aspect-ratio: 2.39;
    object-fit: cover;
  }

  .navbar-logo-rw {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 30% 33% 33%;
    place-items: center stretch;
  }

  .product-name-title {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.05rem;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .navbar-logo {
    width: 100%;
  }

  .navbar-menu {
    align-items: stretch;
    position: fixed;
  }

  .navbar-container-logo {
    z-index: 99;
    height: auto;
    padding-left: 0;
    position: relative;
  }

  .spacer {
    height: 8rem;
  }

  .category-title {
    font-size: 2rem;
  }

  ._4columns-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .scrolling-text {
    font-size: 3rem;
  }

  .scrolling-text.white.no-wrap.block {
    letter-spacing: -.1rem;
  }

  .loop-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .section-hiw-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    padding-right: 0;
  }

  .footer {
    padding: 3rem 1rem;
  }

  .footer-copyright-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .footer-links {
    font-size: .9rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.big {
    letter-spacing: -.3rem;
    font-size: 5rem;
  }

  ._2columns {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4, .heading-style-h3 {
    font-size: 1.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .card-product_bottom {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .products-image-01 {
    border-radius: 1rem;
  }

  .card-product_top {
    height: auto;
  }

  .card-product {
    border-bottom-width: 0;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .row.reverse {
    flex-flow: column;
  }

  .mini-cart_dropdown.w--open, .mini-cart_dropdown-list.w--open {
    width: 25rem;
    padding: 1rem;
    right: -2rem;
  }

  .layout_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .layout_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .promotion-banner {
    aspect-ratio: 2 / 3;
  }

  .product5_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    place-content: start flex-start;
    align-items: flex-start;
  }

  .product5_heading {
    margin-right: 0;
  }

  .product5_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .vantagens_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .banners-list-destaques2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_item-text-wrapper.is-footer {
    text-align: center;
  }

  .coupon-form-2 {
    flex: none;
  }

  .cart3_footer {
    width: 100%;
  }

  .cart3_component {
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .cart_field-label {
    align-self: stretch;
    height: auto;
  }

  .cart3_item {
    flex-flow: column;
  }

  .text-size-large-4 {
    font-size: 1.125rem;
  }

  .display-flex-7.space-between {
    flex-flow: column;
  }

  .order-wrapper-2 {
    flex-direction: column;
  }

  .account7_content-left {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .account7_content-left.vertical.left {
    justify-content: center;
    align-items: center;
  }

  .product_slider {
    min-height: 25rem;
    position: static;
  }

  .product_thumbnails-container {
    order: 9999;
    width: 100%;
  }

  .product-slider_lightbox-link.is-active {
    flex-flow: row;
    width: 15%;
  }

  .product_images-wrapper {
    position: relative;
  }

  .k-insta-post {
    height: 225px;
  }

  .k-insta-feed-slide {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-contact {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .filter-bar-component {
    background-color: #000000a8;
    padding-left: 5%;
  }

  .filters_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .filter-bar {
    padding-left: 5%;
  }

  .filter_tag-item {
    color: #fff;
    background-color: #e6eef533;
    font-size: .7rem;
  }

  .filter_tag-item:hover {
    color: #fff;
  }

  .filters-div.accordian-wrap {
    margin-top: 0;
  }

  .text-results {
    font-size: 1.125rem;
  }

  .filters_tablet-filters-button {
    padding-top: .5rem;
    padding-bottom: .25rem;
    padding-right: 1rem;
  }

  .banners-list-destaques {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .img-hero-mobile-2.hiden-desktop, .img-hero-mobile.hiden-desktop {
    object-fit: cover;
    height: 100%;
    display: block;
  }

  .img-desktop-hero-1.hide-mobile-landscape, .mask-banners {
    aspect-ratio: 2 / 3;
  }

  .img-desktop-hero-3.hide-mobile-landscape {
    object-fit: cover;
  }

  .slide-hero {
    aspect-ratio: 2 / 3;
  }

  .estampas-component {
    padding-bottom: 2rem;
  }

  ._4columns-grid {
    justify-content: center;
  }

  .rt-autofit-7 {
    aspect-ratio: auto;
    height: auto;
  }

  .rt-home-two-video-main-2 {
    height: 450px;
  }

  .sto-wrap-2 {
    flex-direction: column;
  }

  .sto-pic-2.dc {
    height: auto;
  }

  .sto-wrap-4 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: auto;
  }

  .sto-tabs-menu-1 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    bottom: 6em;
    left: 2rem;
  }

  .sto_section-1 {
    font-size: 1.69vw;
  }

  .sto-wrap-3 {
    padding: 2em;
  }

  .sto-link-tab-1.de.w--current {
    color: var(--white);
  }

  .sto-wrap-7 {
    padding: 0;
  }

  .sto-wrap-7.ft {
    background-color: #f5c0cd;
  }

  .footer_bottom-wrapper-2 {
    grid-column-gap: .6rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
  }

  .footer-dev {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .btn_arrow {
    display: none;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .btn_arrow.left {
    display: none;
    inset: auto auto 0% 0%;
  }

  .servicos_slide {
    padding-right: 1.5rem;
  }

  .ervicos_mask {
    width: 80%;
  }

  .pagination__text.pagination__text-right, .form-block__pagination-wrap.form-block__pagination-wrap-second {
    display: none;
  }

  .header_image-wrapper.is-image-large {
    width: 50vw;
    height: 60vh;
  }

  .header_image-wrapper.is-image-small {
    display: none;
  }

  .header_image-wrapper.is-mobile {
    width: 100%;
    height: auto;
    padding: 2rem;
  }

  .header_small-image-group {
    width: 40vw;
  }

  .header_image-list {
    grid-template-columns: 25% 50% 25%;
    height: 60vh;
  }

  .header_component {
    height: auto;
  }

  .video-institucional {
    aspect-ratio: 2 / 3;
  }

  .about3-testimonials_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .about3-testimonials_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .data-table__body {
    height: auto;
  }

  .guia-de-tamanhos {
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }

  .detalhes-produtos_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .search2.hiden-desktop {
    justify-content: flex-start;
    align-items: center;
  }

  .video-mobile.hiden-desktop {
    display: block;
  }

  .modal-wrapper {
    justify-content: center;
    align-items: center;
  }

  .image-108 {
    padding-top: 4px;
  }

  .navbar-logo-rw {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 33% 33% 33%;
  }

  .product-name-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.7rem;
  }

  h3 {
    font-size: 2.1rem;
    line-height: 121%;
  }

  .menu-link {
    font-size: .9rem;
  }

  .text-size-small {
    font-size: .875rem;
  }

  .menu-image-container {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .icon {
    height: 1.4rem;
  }

  .navbar-dropdown-wrapper.w--open {
    overflow: auto;
  }

  .button-small.transparent.nav.w--open {
    color: #333;
    background-color: #f1f1f1;
  }

  .button-small.grey {
    width: 100%;
  }

  .navbar-container-links {
    height: auto;
    padding-top: 6rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-menu {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .navbar-drop-container {
    border-top: 0 solid #000;
    border-left: 0 solid #000;
    border-right: 0 solid #000;
    padding-top: 0;
    overflow: auto;
  }

  .navbar-container-logo {
    flex: 1;
    align-items: center;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-image {
    width: 4rem;
    height: 4rem;
  }

  .menu-links-containers {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button_text {
    text-align: left;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer {
    height: 8rem;
  }

  .category-title {
    font-size: 2rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  ._4columns-grid {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #3c4043;
    width: 100%;
    padding: 0 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .scrolling-text {
    font-size: 2rem;
  }

  .display-flex {
    overflow: visible;
  }

  .loop-text-container.overflow._2 {
    overflow: hidden;
  }

  .section-hiw-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    padding: 0;
  }

  .footer {
    padding: 2rem 0;
  }

  .footer-title {
    white-space: normal;
    font-size: 1.2rem;
  }

  .footer-copyright-container {
    flex-direction: column;
  }

  .footer-copyright {
    color: #cfcfcf;
    flex-direction: column;
  }

  .newsletter-container {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .text-size-large, .footer-links {
    font-size: 1rem;
  }

  .heading-style-h1.big {
    letter-spacing: -.1rem;
    font-size: 4rem;
  }

  .side-image {
    margin-top: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h2.text-weight-bold {
    font-size: 1.9rem;
    line-height: 113%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h4.text-style-allcaps {
    letter-spacing: 0;
    font-size: 1.2rem;
  }

  .padding-section-small {
    padding-bottom: 1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-bottom: 1.1rem;
  }

  .fs-cc-prefs2_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .text-field.is-frete {
    align-self: stretch;
    height: auto;
  }

  .total-label {
    font-size: 1.3rem;
  }

  .accordion {
    align-self: center;
  }

  .login-footer-wrap {
    flex-wrap: wrap;
  }

  .produto-nome {
    font-weight: 500;
  }

  .card-product_top {
    border-radius: 1.5rem;
  }

  .row {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .row.reverse {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .mini-cart_quantity-wrapper {
    font-size: .9rem;
  }

  .cart_item-image {
    width: 90px;
    height: 90px;
    margin-right: .5rem;
  }

  .quantity-input-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-icon {
    margin-right: 0;
  }

  .add-to-cart_quantity-input {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mini-cart_item-data {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    width: 100%;
    padding: 0;
  }

  .small {
    font-size: .75rem;
  }

  .mini-cart_items {
    margin-bottom: .25rem;
  }

  .mini-cart_item-wrapper {
    flex-flow: row;
    padding: .5rem;
  }

  .mini-cart_dropdown {
    position: static;
  }

  .mini-cart_dropdown.w--open {
    width: 95vw;
    min-width: 18rem;
    padding: 1rem;
    left: auto;
    right: -3rem;
  }

  .add-to-cart_quantity-button {
    width: 1rem;
    height: 1rem;
  }

  .navbar10_menu-button {
    padding-right: 2rem;
  }

  .mini-cart_dropdown-list.w--open {
    width: 100%;
    padding: .5rem;
    inset: 4.2rem auto auto 0%;
  }

  .product-preco_wrapper {
    flex-direction: column;
  }

  .layout_content {
    padding: 0;
  }

  .layout_content.background-color-white {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .layout_component {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .promotion-banner {
    width: 100%;
    margin-bottom: 3rem;
  }

  .section-vantagens {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .vantagens_component {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .vantagens_item {
    text-align: center;
  }

  .banners-list-destaques2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 2rem;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .category-card {
    border-radius: 2rem;
  }

  .category-card.is-horizontal {
    aspect-ratio: 2 / 3;
    border-radius: 2rem;
  }

  .contact_item-icon-wrapper {
    align-self: flex-start;
  }

  .contact_component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact_contact-list {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .contact_item-text-wrapper.is-footer {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact_item {
    justify-content: space-between;
    align-items: center;
  }

  .contact_item.is-footer {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact7_form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page-padding {
    padding-left: 3.125%;
    padding-right: 3.125%;
  }

  .remove-button-2.table4_remove-button {
    top: 3%;
    left: 4.5%;
  }

  .section_cart {
    padding-top: 2rem;
  }

  .cart3_component {
    grid-template-columns: 1fr;
  }

  .cart2_image {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .cart2_column-content-wrapper {
    flex-flow: column;
  }

  .cart3_column-2.gap-medium {
    padding: 1rem;
  }

  .svg-icon-4.icon-embed-xsmall {
    display: none;
  }

  .flex-2 {
    font-size: .75rem;
  }

  .flex-2.space-between {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-2.space-between.padding-0 {
    justify-content: space-between;
    align-self: stretch;
    display: flex;
  }

  .display-flex-7.space-between {
    flex-flow: row;
  }

  .order-wrapper-2 {
    padding: 1rem;
  }

  .order-wrap-2 {
    flex-wrap: wrap;
  }

  .detalhes-produt {
    margin-top: 2rem;
  }

  .product-info_title-link {
    padding-top: .7rem;
  }

  .product_slider {
    order: -9999;
  }

  .product_grid {
    margin-top: 0;
  }

  .add-to-cart_select-field {
    padding-left: .6rem;
    padding-right: 1rem;
  }

  .product_thumbnails-container {
    order: 9999;
  }

  .product-slider_lightbox-link.is-active {
    flex: 1;
  }

  .add-to-cart_wrapper {
    flex-wrap: wrap;
  }

  .product-card_info-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .k-slider-wrapper {
    position: relative;
  }

  .slider-mask-space-around {
    border-radius: .7rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .k-section-header.k-s-header--pair {
    flex-direction: column;
    align-items: flex-start;
  }

  .k-insta-feed-slide {
    grid-template-columns: 1fr 1fr;
  }

  .text-promo.no-wrap {
    letter-spacing: 0;
    font-size: .6rem;
    line-height: 100%;
  }

  .selo-goias-original-wrapper {
    top: -5%;
  }

  .image-3 {
    height: 10rem;
  }

  .section-banners {
    margin-top: 2rem;
  }

  .text-preco.big-txt {
    font-size: 1.5rem;
  }

  .text-preco.is-cart {
    font-size: 1.1rem;
  }

  .tag-card.is-promo {
    z-index: 1;
  }

  .lista-drop-estampas.is-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-contact {
    text-align: center;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-col-list.is-footer {
    justify-content: center;
    align-items: flex-start;
  }

  .img-header-contato {
    background-position: 50%;
    height: 200px;
  }

  .product-img-wrapper {
    border-radius: 1.2rem;
  }

  .lightbox-link-zoom {
    width: 2.6rem;
    height: 2.6rem;
    bottom: .4rem;
    right: .4rem;
  }

  .text-size-tiny-2.text-color-gray {
    font-size: .75rem;
  }

  .button-5 {
    justify-content: space-between;
    align-items: center;
    padding: .8rem .8rem .8rem 1rem;
  }

  .breadcrumb-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .filter-bar-component {
    padding-left: 5%;
  }

  .filters_feed {
    margin-top: 0;
  }

  .filters_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 0;
  }

  .filters_filters-wrpr {
    z-index: 9990;
  }

  .button-6 {
    justify-content: space-between;
    align-items: center;
    padding: .8rem .8rem .8rem 1rem;
  }

  .button-6:hover {
    background-color: var(--link-color-hover);
  }

  .dropdown-ordenar {
    z-index: 50;
  }

  .drop-down-wrp {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: auto;
    display: inline-flex;
  }

  .filter-bar {
    padding-left: 5%;
  }

  .top-section-center {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .filter_tag-item {
    display: none;
  }

  .filters2_results-wrapper {
    width: 100%;
  }

  .text-results {
    text-wrap: balance;
    font-size: .9rem;
    line-height: 140%;
  }

  .filters-btn {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }

  .produtos-list-wrp {
    grid-template-columns: 1fr;
  }

  .filters_tablet-filters-button {
    justify-content: space-between;
    align-items: center;
    padding-top: .7rem;
    padding-bottom: 1rem;
  }

  .tag-mais-tiltros {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
  }

  .filter-feed-header {
    grid-column-gap: 1rem;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-top: .5rem;
  }

  .icon-filter {
    width: 1.2rem;
    height: 1.2rem;
  }

  .dropdown-btn {
    font-size: .8rem;
  }

  .banners-list-destaques {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 2rem;
  }

  .hero-home {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .hero-home.section-hp-hero {
    padding-top: 0;
  }

  .img-hero-mobile-2.hiden-desktop {
    object-fit: cover;
    width: auto;
    height: 100%;
  }

  .img-hero-mobile.hiden-desktop {
    aspect-ratio: auto;
    object-fit: cover;
    height: 100%;
  }

  .slide-hero {
    aspect-ratio: 2 / 3;
    height: 100%;
  }

  .categoria-vertical-wrapper {
    font-size: .8rem;
  }

  .estampas-component {
    text-align: center;
    padding: 1rem 0;
  }

  .icone-categoria {
    width: 6rem;
    height: 6rem;
  }

  ._4columns-grid {
    grid-row-gap: 2rem;
    padding: 1rem 0;
  }

  .rt-autofit-7 {
    aspect-ratio: auto;
  }

  .rt-home-two-video-main-2 {
    height: 380px;
  }

  .sto_section-1 {
    font-size: 2.5vw;
  }

  .sto-wrap-6 {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sto-wrap-3.do, .sto-wrap-7.ft {
    padding-left: 3em;
    padding-right: 3em;
  }

  .footer_bottom-wrapper-2 {
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .btn_arrow {
    border-color: var(--black);
    box-shadow: none;
    background-color: #e7e7e700;
    left: 3.4rem;
  }

  .btn_arrow.left {
    border-color: var(--black);
    box-shadow: none;
    background-color: #e7e7e700;
  }

  .servicos_slide {
    padding-right: 1rem;
  }

  .btns_slide-nav {
    inset: auto auto 0% 0%;
  }

  .ervicos_mask {
    width: 84%;
  }

  .header_image-wrapper {
    width: 40vw;
  }

  .header_content-bottom {
    justify-content: flex-start;
    align-items: center;
  }

  .selo-big {
    height: 13rem;
  }

  .padding-custom-sections {
    padding-top: 1.2rem;
  }

  .frete-form-wrp {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .btn-frete {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .table-column__body {
    font-size: .8rem;
  }

  .data-table__head-row {
    overflow: hidden;
  }

  .table-column__head {
    font-size: .8rem;
  }

  .guia-de-tamanhos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .camiseta-guia {
    width: 80%;
  }

  .titulo-institucional-group {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .detalhes-produtos_list {
    grid-template-columns: 1fr;
  }

  .div-block-3282 {
    text-align: center;
  }

  .search2.hiden-desktop {
    margin-bottom: 1rem;
  }

  .search-input-01 {
    letter-spacing: 0;
    margin-bottom: 0;
  }

  .menu-002-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navigation-move {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .modal-content {
    border-radius: 1rem;
    max-width: 95%;
    padding: 0 .125rem .125rem;
  }

  .image-108 {
    border-radius: 20px;
    padding-top: 0;
  }

  .modal-close-btn {
    width: 2rem;
  }

  .tab-btn {
    padding: .25rem .5rem;
    font-size: .8rem;
  }

  .frete-form-crt {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-wrp-estampas {
    padding-bottom: 0;
  }

  .banner-estampa {
    border-radius: 1.4rem;
  }

  .estampa-imagem {
    aspect-ratio: 2;
  }

  .navbar-logo-rw {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto auto auto;
    width: 100%;
  }

  .modal-close-btn-copy {
    width: 2rem;
  }
}

#w-node-_59e8e1ae-8a6e-f6b3-148b-595b8c328939-a1cabe9b {
  align-self: stretch;
}

#w-node-_363375b0-1ebb-35c6-00a5-b6b18da5d3bd-a1cabe9b {
  justify-self: end;
}

#w-node-_975c55f9-e669-b74b-a4b2-51e3dd82d461-7f59e11e, #w-node-_975c55f9-e669-b74b-a4b2-51e3dd82d469-7f59e11e {
  align-self: start;
}

#w-node-d66164a7-c034-b37a-6d87-c4be3e496008-3e495ff1 {
  justify-self: stretch;
}

#w-node-_90b73220-9843-e8c7-1942-b50f1d0ee57b-7ea16672 {
  align-self: auto;
}

#w-node-_267aff91-f39f-af1f-4fbe-92ce22e8e19f-7ea16672, #w-node-cf199b24-c495-e82e-651c-f483355bd2ff-7ea16672, #w-node-ef255670-74b2-f175-b945-4c8a227a41a9-7ea16672, #w-node-db921d8b-5e5b-2bb9-2a3a-7c58ac982224-7ea16672, #w-node-e46a5731-0e76-967f-b753-f0214f2ba29a-7ea16672, #w-node-_66aaa620-901d-049d-0e3d-49bb941769b0-7ea16672, #w-node-baeb847a-101e-ff11-63bd-65fe395a9775-7ea16672, #w-node-_0a3cd23c-61bb-5f16-3070-8dc94fdd6e90-7ea16672 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_330dc8fc-ef88-e332-a8e9-a7824272bf22-a1cabe9d {
  justify-self: end;
}

#w-node-_330dc8fc-ef88-e332-a8e9-a7824272bf25-a1cabe9d {
  align-self: center;
}

#w-node-_330dc8fc-ef88-e332-a8e9-a7824272bf2c-a1cabe9d {
  justify-self: start;
}

#w-node-_330dc8fc-ef88-e332-a8e9-a7824272bf2d-a1cabe9d {
  align-self: center;
}

#w-node-_7fea7f16-fe72-8635-bb8a-d304a021beb9-a1cabe9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4cec7eaf-645a-1c40-5371-d5fbd877732a-a1cabe9d {
  justify-self: stretch;
}

#w-node-_4cec7eaf-645a-1c40-5371-d5fbd877732c-a1cabe9d {
  align-self: stretch;
}

#w-node-_36ee5a04-9e41-d43b-f61e-e820198c5386-a1cabea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89d8-a1cabea0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89db-a1cabea0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89dd-a1cabea0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36ee5a04-9e41-d43b-f61e-e820198c5516-a1cabea0, #w-node-d4692d04-39ee-8e8b-9ce2-5d2b963f7499-a1cabea1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb302d6f-4805-7101-ac86-128595cafb83-a1cabea1, #w-node-_629b3760-2811-c2df-e756-5bfb43b074e6-a1cabea1 {
  justify-self: start;
}

#w-node-_629b3760-2811-c2df-e756-5bfb43b074e8-a1cabea1 {
  justify-self: center;
}

#w-node-_629b3760-2811-c2df-e756-5bfb43b074eb-a1cabea1 {
  justify-self: end;
}

#w-node-_629b3760-2811-c2df-e756-5bfb43b074ef-a1cabea1 {
  justify-self: start;
}

#w-node-_629b3760-2811-c2df-e756-5bfb43b074f1-a1cabea1 {
  justify-self: center;
}

#w-node-_629b3760-2811-c2df-e756-5bfb43b074f4-a1cabea1 {
  justify-self: end;
}

#w-node-_210c881d-1281-d11b-1233-28163db695a0-a1cabea2, #w-node-_210c881d-1281-d11b-1233-28163db695aa-a1cabea2, #w-node-_210c881d-1281-d11b-1233-28163db695b4-a1cabea2 {
  align-self: start;
}

#w-node-_210c881d-1281-d11b-1233-28163db695be-a1cabea2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_210c881d-1281-d11b-1233-28163db695d4-a1cabea2 {
  justify-self: start;
}

#w-node-c29f925b-27de-9b03-a925-444f1d140ada-a1cabea8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50ebe09f-9adc-6826-d0ae-2da44bfedff4-68364c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50ebe09f-9adc-6826-d0ae-2da44bfee015-68364c86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ef3dc328-d0af-7c64-177e-788ce4873bca-68364c86 {
  justify-self: start;
}

#w-node-_8f27e036-ccdb-840c-6bbb-23260f887e43-68364c86 {
  justify-self: center;
}

#w-node-_68077fd3-d929-856c-b4ad-280e0dda4893-68364c86 {
  justify-self: end;
}

#w-node-_8068555b-472c-32a8-3a59-e0d3864ce320-68364c86 {
  justify-self: start;
}

#w-node-_8068555b-472c-32a8-3a59-e0d3864ce322-68364c86 {
  justify-self: center;
}

#w-node-_8068555b-472c-32a8-3a59-e0d3864ce325-68364c86 {
  justify-self: end;
}

#w-node-_36ee5a04-9e41-d43b-f61e-e820198c5386-c499a1de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89d8-c499a1de {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89db-c499a1de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-bec4ec84-499c-e6f7-f37a-990b352f89dd-c499a1de {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_36ee5a04-9e41-d43b-f61e-e820198c5516-c499a1de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_363375b0-1ebb-35c6-00a5-b6b18da5d3bd-a1cabe9b {
    justify-self: center;
  }

  #w-node-_36ee5a04-9e41-d43b-f61e-e820198c5385-a1cabea0, #w-node-_36ee5a04-9e41-d43b-f61e-e820198c5385-c499a1de {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_210c881d-1281-d11b-1233-28163db695be-a1cabea2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('/assets/piri/fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}