/** Shopify CDN: Minification failed

Line 648:0 Unexpected "<"
Line 651:5 Unexpected "{"
Line 651:14 Expected ":"
Line 652:2 Unexpected "<"

**/
.grecaptcha-badge {
  display: none;
}
.section__flush-top .m-section-my {
  margin-top: 0;
}
.section__flush-bottom .m-section-my {
  margin-bottom: 0;
}
.sf__text-stroke {
  -webkit-text-stroke: 0.5px #dfdfdf;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 110px;
  font-style: italic;
  color: rgba(0, 0, 0, 0);
  font-weight: bold;
}
.sf__text-stroke.text-stroke-1 {
  font-size: 48px;
  line-height: 56px;
  font-style: normal;
  -webkit-text-stroke: 1px dimgray;
  letter-spacing: 0;
}
.sf__text-scroll {
  font-size: 48px;
  line-height: 56px;
}
.m-scroll {
  display: flex;
  width: 100%;
  height: 165px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.m-scroll__title {
  white-space: nowrap;
  transition: all 1s ease;
}
.m-scroll__title > div {
  display: flex;
  animation: scrollText var(--speed, 22s) infinite linear;
  position: absolute;
}
.sf__scrolling-text .sf__scrolling-text-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: baseline;
}
.sf__scrolling-text .sf__scrolling-text-inner:hover > * {
  animation-play-state: paused;
}
.sf__scrolling-text .sf__scrolling-text-inner > * {
  margin: 0;
  animation-duration: var(--speed, 15s);
}
.sf__scrolling-text .sf__scrolling-text-inner a {
  color: inherit;
  text-decoration: none;
}
.sf__scrolling-text .sf__scrolling-text-inner a em {
  font-style: normal;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom {
  padding: 0 1em;
  display: inline-block;
  vertical-align: middle;
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="medium"] {
  padding: 0 1em;
  transform: scale(0.5);
}
.sf__scrolling-text .sf__scrolling-text-inner span.custom[data-scale="large"] {
  padding: 0 2em;
}
.sf__scrolling-text[data-s-dir="ltr"] .sf__scrolling-text-inner > * {
  transform: translateX(-20%) translateZ(0);
  animation: sf-scrolling-text-animation linear infinite 15s;
}
.sf__scrolling-text[data-s-dir="rtl"] {
  direction: rtl;
}
.sf__scrolling-text[data-s-dir="rtl"] .sf__scrolling-text-inner > * {
  transform: translateX(20%) translateZ(0);
  animation: sf-scrolling-text-animation-reverse linear infinite 15s;
}
.sf__scrolling-text[data-s-speed="lowest"] .sf__scrolling-text-inner > * {
  animation-duration: 15s;
}
.sf__scrolling-text[data-s-speed="medium"] .sf__scrolling-text-inner > * {
  animation-duration: 7s;
}
.sf__scrolling-text[data-s-speed="fast"] .sf__scrolling-text-inner > * {
  animation-duration: 4s;
}
.sf__scrolling-text[data-style="text-outline"] em {
  -webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thin"]
  em {
  -webkit-text-stroke-width: 0.015em;
}
.sf__scrolling-text[data-style="text-outline"][data-outline-thickness="thick"]
  em {
  -webkit-text-stroke-width: 0.03em;
}
.sf__scrolling-text[data-style="text-outline"] a:hover em {
  -webkit-text-fill-color: initial;
  -webkit-text-stroke-width: 0;
}
.sf__scrolling-text.font_size_11vh * {
  font-size: 11vh;
  line-height: 1.2em;
}
.sf__tab-item {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
.sf__tab-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.sf__tab-item-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.sf__tab-item-label::after,
.sf__tab-item-label::before {
  position: absolute;
  content: "";
  text-align: center;
  transition: all var(--m-duration-default, 0.25s);
  transform: translateY(-50%);
  top: 50%;
  background: #000;
}
.sf__tab-item-label::after {
  width: 11px;
  height: 1px;
  right: 0;
}
.sf__tab-item-label::before {
  width: 1px;
  height: 11px;
  right: 4.5px;
}
.sf__tab-item-content {
  max-height: 0;
  padding: 0;
  color: #000;
  transition: all var(--m-duration-default, 0.25s);
}
.sf__tab-item input:checked + .sf__tab-item-label {
  border-bottom-color: #000;
}
.sf__tab-item input:checked + .sf__tab-item-label::before {
  display: none;
}
.sf__tab-item input:checked ~ .sf__tab-item-content {
  max-height: 100vh;
  padding: 20px 0 0;
}
.ssw-faveiticon {
  position: relative !important;
  display: flex;
  align-items: center;
}
.ssw-socialconnect {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ssw-social-login-widget .ssw-socialconnect > div > a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 44px !important;
}
.ssw-social-login-widget .ssw-socialconnect > div > a i[class*="ssw-icon"] {
  transform: none !important;
}
.ssw-stars > i {
  font-size: 16px !important;
}
@media screen and (min-width: 768px) {
  .hide-on-desk {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
  .hidden-br-mobile br {
    display: none;
  }
}
.shopify-policy__container {
  max-width: 740px !important;
  margin: 0 auto 4rem !important;
}
.shopify-policy__title h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 32px 16px;
}
@media screen and (min-width: 1024px) {
  .shopify-policy__title h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.m-menu-badge {
  position: relative;
  height: 100%;
}
.m-menu-badge::before {
  content: var(--badge);
  position: absolute;
  top: -4px;
  left: 6px;
  font-size: 12px;
  text-transform: capitalize;
  width: 42px;
  height: 20px;
  font-weight: 500;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-menu-badge--hot::before {
  background-color: #ffe7e7;
  color: #da3f3f;
}
.m-menu-badge--new::before {
  background-color: #d5fbef;
  color: #3a9076;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1 0%;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-4 {
  gap: 16px;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.pl-8 {
  padding-left: 32px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-10 {
  margin-top: 40px;
}
.mb-10 {
  margin-bottom: 40px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-2\.5 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mr-5 {
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.list-disc {
  list-style-type: disc;
}
.w-full {
  width: 100%;
}
.text-color-subtext {
  color: rgb(var(--color-foreground-secondary));
}
.w-\[20px\] {
  width: 20px;
}
.h-\[20px\] {
  height: 20px;
}
.-mx-4 {
  margin: 0 -16px;
}
.px-4 {
  padding: 0 16px;
}
.mb-14 {
  margin-bottom: 56px;
}
.mt-4 {
  margin-top: 16px;
}
.px-12 {
  padding: 0 48px;
}
.w-4 {
  width: 1rem;
}
.h-4 {
  height: 1rem;
}
.w-36 {
  width: 9rem;
}
.ml-2 {
  margin-left: 8px;
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:pr-4 {
    padding-right: 16px;
  }
  .md\:pl-12 {
    padding-left: 48px;
  }
  .md\:pr-10 {
    padding-right: 40px;
  }
  .md\:gap-7 {
    gap: 28px;
  }
  .md\:mb-6 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .xl\:items-center {
    align-items: center;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .img-ctn {
    margin-bottom: 24px;
  }
}

/* FILTTER — Featured products mobile */
@media screen and (max-width: 767px) {

  /* Oculta ações rápidas: sacola + quick view */
  .filtter-featured-products .m-product-card__action,
  .filtter-featured-products .m-product-card__addons {
    display: none !important;
  }

  /* Oculta as setas do carrossel no mobile */
  .filtter-featured-products .m-slider-controls {
    display: none !important;
  }

  /* Oculta o "Ver todos" do cabeçalho no mobile */
  .filtter-featured-products .m-section__header > .m-section__button {
    display: none !important;
  }

  /* Deixa cabeçalho mais compacto */
  .filtter-featured-products .m-section__header {
    margin-bottom: 28px !important;
  }

  /* Reduz espaço entre imagem, título e preço */
  .filtter-featured-products .m-product-card__content {
    margin-top: 12px !important;
  }

  /* Texto discreto indicando swipe */
  .filtter-featured-products .m-product-list::after {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    opacity: .55;
    text-align: center;
  }
}

/* FILTTER — Featured collection mobile */

.filtter-mobile-collection-link {
  display: none;
}

@media screen and (max-width: 767px) {

  /* Esconde o botão "Ver todos" do topo */
  .filtter-featured-products .m-section__header .m-button {
    display: none !important;
  }

  /* Esconde ações rápidas dos cards */
  .filtter-featured-products .m-product-card__addons,
  .filtter-featured-products .m-product-card__action {
    display: none !important;
  }

  /* Esconde navegação/setas do slider */
  .filtter-featured-products .m-slider-controls,
  .filtter-featured-products .m-slider-controls__wrapper {
    display: none !important;
  }

  /* Compacta o cabeçalho */
  .filtter-featured-products .m-section__header {
    margin-bottom: 24px !important;
  }

  /* Link inferior */
  .filtter-featured-products .filtter-mobile-collection-link {
    display: block;
    margin-top: 22px;
    text-align: center;
  }

  .filtter-featured-products .filtter-mobile-collection-link a {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
  }
}

/* FILTTER — Day / Night desktop 50/50 */
@media screen and (min-width: 768px) {

  .filtter-day-night .m-mixed-layout__inner {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    gap: 20px !important;
  }

  .filtter-day-night .m-mixed-layout__inner > * {
    grid-column: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  .filtter-day-night .m-hover-box {
    width: 100% !important;
    max-width: none !important;
    grid-column: auto !important;
  }

  .filtter-day-night .m-image-card__inner,
  .filtter-day-night .m-image-card__img {
    width: 100% !important;
  }

.filtter-day-night .m-image-card__img {
  position: relative !important;
  height: 0 !important;
  padding-bottom: 66.6667% !important;
  overflow: hidden !important;
}

.filtter-day-night .m-image-card__img picture,
.filtter-day-night .m-image-card__img img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.filtter-day-night .m-image-card__img img {
  object-fit: cover !important;
}
}

/* FILTTER — Day / Night mobile overlay */
@media screen and (max-width: 767px) {

  .filtter-day-night .m-image-card--content-stack .m-image-card__content {
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;

    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;

    padding: 20px !important;
    margin: 0 !important;
    pointer-events: none !important;
  }

  .filtter-day-night .m-image-card__content-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;

    width: 100% !important;
    text-align: left !important;
  }

  .filtter-day-night .m-image-card__heading {
    order: 1 !important;
    color: #fff !important;
    margin: 0 0 6px !important;
    text-align: left !important;
  }

  .filtter-day-night .m-image-card__subheading {
    order: 2 !important;
    color: #fff !important;
    margin: 0 !important;
    max-width: 88% !important;
    text-align: left !important;
  }
}
/* FILTTER — Kits: 4 produtos por linha no desktop */
@media screen and (min-width: 1024px) {
  .filtter-kits .m-mixed-layout__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* FILTTER — Featured Products | 4 colunas no desktop */
@media screen and (min-width: 1024px) {
  .filtter-featured-products .m-mixed-layout__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

<div class="filtter-installments">
  ou 3x de
  <strong>
    {{ product.selected_or_first_available_variant.price | divided_by: 3 | money }}
  </strong>
  sem juros
</div>

/* ========================================
   FILTTER — VARIANT IMAGE SWATCHES
   ======================================== */

/* Espaçamento entre as opções */
variant-picker .m-product-option--image .m-product-option--content {
  gap: 10px;
}

/* Remove margens nativas do Minimog */
variant-picker .m-product-option--image .m-product-option--node {
  margin: 0 !important;
}

/* Seletor circular */
variant-picker
.m-product-option--image
.m-product-option--node__label[data-option-type="image"] {
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;

  margin: 0 !important;
  padding: 7px !important;

  border: 1px solid #dedbd5 !important;
  border-radius: 50% !important;

  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #f8f8f8 !important;

  overflow: hidden !important;
  box-sizing: border-box !important;
}

/* Selecionada */
variant-picker
.m-product-option--image
.m-product-option--node input:checked + label {
  border: 2px solid #111111 !important;
}

/* Hover desktop */
@media (hover: hover) {
  variant-picker
  .m-product-option--image
  .m-product-option--node__label[data-option-type="image"]:hover {
    border-color: #111111 !important;
  }
}

/* Mobile — propositalmente um pouco maior */
@media screen and (max-width: 639px) {
  variant-picker
  .m-product-option--image
  .m-product-option--node__label[data-option-type="image"] {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    padding: 7px !important;
  }
}

/* FILTTER — Tamanho do preço na página de produto */
.template-product
.main-product__block-price
.product-block-group--price
.m-price__regular
.m-price-item--regular,
.template-product
.main-product__block-price
.product-block-group--price
.m-price__sale
.m-price-item--sale {
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .template-product
  .main-product__block-price
  .product-block-group--price
  .m-price__regular
  .m-price-item--regular,
  .template-product
  .main-product__block-price
  .product-block-group--price
  .m-price__sale
  .m-price-item--sale {
    font-size: 26px !important;
  }
}

/* FILTTER — Botão principal da página de produto */
.template-product
.m-main-product
.main-product__block-buy_buttons
.m-add-to-cart {
  min-height: 56px !important;
  background: #171717 !important;
  border-color: #171717 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

/* Hover apenas em dispositivos com cursor */
@media (hover: hover) {
  .template-product
  .m-main-product
  .main-product__block-buy_buttons
  .m-add-to-cart:not(.disabled):hover {
    background: #303030 !important;
    border-color: #303030 !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.14);
  }
}

/* Feedback ao tocar/clicar */
.template-product
.m-main-product
.main-product__block-buy_buttons
.m-add-to-cart:not(.disabled):active {
  background: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}

/* FILTTER — Botão flutuante de compra */
.template-product
.m-sticky-addtocart
.m-add-to-cart {
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
/* FILTTER — Ajuste do botão flutuante no mobile */
@media screen and (max-width: 767px) {
  .template-product
  .m-sticky-addtocart
  .m-add-to-cart {
    font-size: 14px !important;
    line-height: 1.25 !important;
    letter-spacing: 0.01em;
  }
}

/* FILTTER — Product recommendations: 4 colunas no desktop */
@media screen and (min-width: 1024px) {
  .filtter-product-recommendations .m-mixed-layout__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.filtter-cart-security {
  font-size: 11px !important;
  color: #777 !important;
  text-align: center;
  margin-top: 10px !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .filtter-cart-security {
    max-width: 260px;
    margin: 14px auto 0;
    font-size: 10.5px;
    line-height: 1.6;
  }
}

/* Filtter - refinamento da página de carrinho */

.filtter-cart-heading {
  padding-top: 28px;
  padding-bottom: 18px;
}

.filtter-cart-heading h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .filtter-cart-heading {
    padding-top: 20px;
    padding-bottom: 14px;
  }

  .filtter-cart-heading h1 {
    font-size: 28px;
  }

}

/* FILTTER — resumo compacto do carrinho */
.template-cart .m-cart__footer {
  margin: 0 !important;
  padding: 0 !important;
}

.template-cart .m-cart__footer--wrapper {
  padding: 8px 0 0 !important;
}

.template-cart .m-cart__summary {
  margin: 8px 0 10px !important;
}

.template-cart .m-cart__checkout {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .template-cart .m-cart__footer--wrapper {
    padding: 12px 0 20px !important;
  }

  .template-cart .m-cart__summary {
    margin: 8px 0 10px !important;
  }

  .template-cart .m-cart__checkout {
    margin-top: 10px !important;
  }
}

/* FILTTER — Botão finalizar compra do Cart Drawer */
#m-cart-drawer .m-button--primary,
m-cart-drawer .m-button--primary {
  background: #17181a !important;
  color: #ffffff !important;
  border-color: #17181a !important;
}

#m-cart-drawer .m-button--primary:hover,
m-cart-drawer .m-button--primary:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* FILTTER — microcopy de confiança no Cart Drawer */
.filtter-cart-drawer-security {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
  color: #7a7a7a;
}

@media screen and (max-width: 767px) {
  .filtter-cart-drawer-security {
    font-size: 10.5px;
    margin-top: 9px;
  }
}

/* FILTTER — aproxima o link "Ver carrinho" da microcopy */
#m-cart-drawer .m-cart-drawer__link-to-cart,
m-cart-drawer .m-cart-drawer__link-to-cart {
  margin-top: 6px !important;
}

/* FILTTER — Quick View refinado */

/* Título menor e mais elegante */
.m-product-quickview .m-product-title,
.m-product-quickview .main-product__block-title h1,
.m-product-quickview .main-product__block-title h2 {
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

/* Compacta os blocos internos */
.m-product-quickview .main-product__block {
  margin-bottom: 20px !important;
}

/* Botão principal */
.m-product-quickview .m-add-to-cart {
  background: #171717 !important;
  border-color: #171717 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  min-height: 48px !important;
}

/* Hover */
@media (hover: hover) {
  .m-product-quickview .m-add-to-cart:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .m-product-quickview .m-product-title,
  .m-product-quickview .main-product__block-title h1,
  .m-product-quickview .main-product__block-title h2 {
    font-size: 24px !important;
  }

  .m-product-quickview .main-product__block {
    margin-bottom: 16px !important;
  }
}

/* FILTTER — refinamento final do Quick View */

@media screen and (min-width: 768px) {
  .m-product-quickview .m-product-title,
  .m-product-quickview .main-product__block-title h1,
  .m-product-quickview .main-product__block-title h2 {
    font-size: 28px !important;
    line-height: 1.18 !important;
  }
}

.m-product-quickview .m-product-quickview--viewmore {
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #666 !important;
  margin-top: 4px !important;
}

.m-product-quickview .main-product__block-price {
  margin-bottom: 14px !important;
}

.m-product-quickview .main-product__block-description {
  margin-bottom: 18px !important;
}

.m-product-quickview variant-picker .m-product-option {
  margin-bottom: 16px !important;
}

.m-product-quickview .product-form__actions,
.m-product-quickview .m-product-form {
  margin-top: 14px !important;
}

/* FILTTER — remove Quick View (olhinho) dos cards */
.filtter-featured-products .m-product-quickview-button {
  display: none !important;
}

