:root {
  --font-family: 'Montserrat', sans-serif;
  --document-color: #f4f4f4;
  --primary-color: #f89e26;
  --global-color: #393939;
  --top-header-bg: #f89e26;
  --header-bg: #fff;
  --color-font-theme: #393939;
  --top-header-color-font: #fff;
  --color-header-highlight: #f89e26;
  --bg-global-button: #f89e26;
  --color-global-button: #fff;
  --header-color-font: #f89e26;
  --header-cart-color: #fff;
  --benefits-color: #393939;
  --benefits-bg: #fff;
  --benefits-icons-color: #f89e26;
  --navmenu-bg: #f89e26;
  --navmenu-color: #fff;
  --collection-head-color: #393939;
  --collection-description-color: #393939;
  --collection-arrow-button-bg: #f89e26;
  --collection-arrow-button-color: #fff;
  --product-card-color: #393939;
  --product-card-bg: #fff;
  --product-card-price-color: #f89e26;
  --product-card-tag-discount-bg: #00a650;
  --product-card-tag-discount-color: #fff;
  --product-card-btn-bg: #6ac768;
  --product-card-btn-color: #fff;
  --product-tags-bg: #f89e26;
  --product-tags-color: #fff;

  --btn-add-cart-bg: #eefbef;
  --btn-add-cart-color: #3cc13f;
  --btn-whats-bg: #eefbef;
  --btn-whats-color: #3cc13f;
  --newsletter-bg: #f89e26;
  --newsletter-color: #fff;
  --newsletter-input-color: #393939;
  --newsletter-button-bg: #ff4001;
  --newsletter-button-color: #fff;

  --footer-bg: #fff;
  --footer-color: #393939;
  --footer-color-highlight: #ff4001;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

ul,
ol {
  margin-bottom: 0;
  padding-left: 0;
}

p {
  padding: 0;
  position: static;
  margin: 0;
}

body {
  min-width: 360px;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-font-theme);
  background-color: var(--document-color);
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

button,
input,
select,
textarea {
  border: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input,
  input:focus,
  select,
  select:focus,
  textarea,
  textarea:focus {
    font-size: 16px;
  }
}

input:not([type='radio']):not([type='checkbox']),
select,
textarea {
  font-family: inherit;
  -webkit-appearance: none;
  font-weight: 400;
  background: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 0 2px 2px #00000008;
}

button {
  cursor: pointer;
}

/* main.application.default {
    width: 100%;
    min-height: 100vh;
    display: grid;
    grid-template:
        "header header header" minmax(auto, 230px)
        ". content ." auto
        "footer footer footer" auto / 1fr minmax(auto, 1366px) 1fr;
}

@media (max-width: 767px) {
    main.application.default {
        grid-template:
            "header header header" minmax(auto, 170px)
            ". content ." auto
            "footer footer footer" auto / 1fr minmax(auto, 1366px) 1fr;
    }
} */

.site-main {
  position: relative;
  min-height: 100vh;
  padding-bottom: 2rem;
}

.site-main .spacing-top {
  padding-top: 2rem;
}

@media (max-width: 768px) {
  .site-main {
    position: relative;
    padding-bottom: 0.2rem;
  }

  .site-main .spacing-top {
    padding-top: 0.2rem;
  }
}

.icon {
  display: inline-block;
  font: normal normal normal 1em/1 go;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.material-icons {
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.btn-login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  margin-top: 10px;
  font-size: 0.725rem;
  color: var(--color-global-button) !important;
  background-color: var(--bg-global-button);
  border-radius: 6px;
  transition: 0.2s ease-out;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-family);
  margin-bottom: 4px;
}

.overlay,
.overlay-body {
  position: absolute;
  width: 100%;
  opacity: 0;
  background: #333;
  transition: all 0.3s, z-index 0ms;
  visibility: hidden;
  z-index: 50;
}

.overlay.active {
  height: 300%;
  opacity: 0.5;
  visibility: visible;
}

.swiper-container .dots .dot {
  width: 6px;
  margin: 0 5px;
  cursor: pointer;
  padding: 5px 0;
}

.swiper-container .dots .dot:after {
  content: '';
  display: block;
  height: 6px;
  border-radius: 4px;
  background-color: var(--primary-color);
  transition: 0.2s ease-out;
  opacity: 0.4;
}

.swiper-container {
  width: 100%;
  max-width: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
}

a.wpp-button.btn-pay-wp {
  position: relative;
  right: 0;
  opacity: 1;
  border-radius: 6px;
  overflow: visible;
  text-shadow: none;
  margin-top: 4px;
  padding: 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 0.625rem;
  text-align: center;
  color: var(--btn-whats-color);
  background: var(--btn-whats-bg);
  letter-spacing: 0.2px;
  z-index: 102;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--btn-whats-color);
  font-weight: 600;
}

a.wpp-button.btn-pay-wp svg {
  width: 16px;
  height: 18px;
  margin-right: 6px;
  position: relative;
  fill: var(--btn-whats-color);
}

.clean-cart::after,
.botao::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

.mr-32 {
  margin-right: 32px;
}

.GREEN {
  color: #00a650;
}

.BLACK {
  color: rgba(0, 0, 0, 0.9);
}
.DANGER {
  color: #ff0000;
}

.btn-default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 42px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  color: var(--color-global-button);
  background-color: var(--bg-global-button);
  transition: 0.2s ease-out;
}

.btn-global {
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.2s ease-out;
  cursor: pointer;
  color: var(--color-global-button);
  background-color: var(--bg-global-button);
  border-radius: 6px;
  padding: 0 16px;
}

.DESKTOP {
  display: block;
}

.MOBILE {
  display: none;
}

@media (max-width: 1024px) {
  .DESKTOP {
    display: none;
  }

  .MOBILE {
    display: block;
  }
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.product-gallery-mobile-container-modal .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
}

.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.error-box {
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-top: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
  --bs-alert-border: 1px solid;
  --bs-alert-border-radius: 5px;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  margin-top: var(--bs-alert-margin-top);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.spinner-border {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

.buy-button,
.addcart-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 50px;
  font-size: 0.75rem;
  width: 100%;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.buy-button {
  color: var(--product-card-btn-color);
  background-color: var(--product-card-btn-bg);
}

.buy-button-whatsapp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #166537;
  background-color: #FFFFFF;
  color: #166537;
  transition: 0.2s ease-out;
}

.buy-button-whatsapp svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #166537;
  transition: 0.2s ease-out;
}

.buy-button-whatsapp:hover {
  background-color: #166537;
  color: #ffffff;
}

.buy-button-whatsapp:hover svg {
  fill: #ffffff;
}

.addcart-button {
  color: var(--btn-add-cart-color);
  background: var(--btn-add-cart-bg);
}

.alert-seguranca {
  color: #11ae00;
  background-color: rgba(102, 255, 115, 0.212);
  border-color: #11ae00;
  text-align: center;
  font-size: 12px;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
  line-height: 0;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.spinner-border.PRIMARY {
  border-color: var(--primary-color);
  border-right-color: transparent;
}

.PRIMARY {
  color: var(--primary-color);
}

.input-error label,
.input-error .error-msg {
  color: red !important;
}

.input-error .error-msg {
  margin-top: 0.5rem;
  display: block;
}

.input-error input {
  border-color: red !important;
}

button:disabled {
  color: rgba(17, 17, 17, 0.5) !important;
  font-weight: 600;
  background: rgba(17, 17, 17, 0.1) !important;
  border-color: rgba(17, 17, 17, 0.1) !important;
  box-shadow: none !important;
  cursor: not-allowed;
}

.badge-secondary {
  background-color: #ebedef;
  color: #40464f;
}

.fs-12px {
  font-size: 12px;
}

.fs-14px {
  font-size: 14px;
}

.fs-18px {
  font-size: 18px;
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg) !important;
  opacity: 1;
}

.icon-payment {
  display: inline-block;
}

.icon-pix {
  background: url('https://portaldoseller.com.br/images/all/pix.svg') no-repeat;
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  background-color: var(--bs-btn-bg);
  color: var(--bs-btn-color);
  border-color: var(--bs-btn-border-color);
}

.pds-card {
  border: 1px solid rgb(237, 237, 237);
  border-radius: 1.2rem;
}
.pds-card:hover {
  border-color: rgb(119, 119, 119);
}
.pds-card-content {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.6rem;
}

.wpp-float {
  position: fixed;
  bottom: 26px;
  font-family: fontawesome;
  text-align: center;
  width: 50px;
  z-index: 1020;
  height: 50px;
  border: none;
  box-shadow: 0 4px 8px #29a25921;
  border-radius: 50px;
  /* padding: 2px 14px; */
  background: #53ce5d;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  animation: pulse 1.85s infinite cubic-bezier(0.8, 0, 0, 0.8);
}

.insta-float {
  position: fixed;
  bottom: 86px;
  font-family: fontawesome;
  text-align: center;
  width: 50px;
  z-index: 1020;
  height: 50px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
}

.wpp-float[data-position='left'],
.insta-float[data-position='left'] {
  left: 30px;
}

.wpp-float svg,
.insta-float svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

.wpp-float svg {
  padding: 12px;
}

.btn-float::after {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

.btn-primary-custom {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  height: 42px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out;
}

.btn-primary-custom:hover {
  background-color: #ffffff;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.custom-page-content ol {
  list-style-type: decimal;
}

.custom-page-content ul {
  list-style-type: disc;
}

.custom-page-content li {
  margin-left: 2rem;
}


.status.success {
  color: rgb(37, 176, 0);
}

.status.warning {
  color: #ebb500;
}

.status.primary {
  color: var(--primary-color);
}

.status.danger {
  color: #ff0000;
}

.text-primary-store {
  color: var(--primary-color)
}

.quantityInput {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  min-width: 50px;
  box-sizing: border-box;
  border-radius: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}
