/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 17:0 Unexpected "{"
Line 17:1 Expected identifier but found "%"
Line 19:0 Unexpected "{"
Line 19:1 Unexpected "{"
Line 19:14 Expected ":"
Line 20:0 Unexpected "{"
Line 20:1 Unexpected "{"
Line 20:12 Expected ":"
... and 19 more hidden warnings

**/
{% assign header_font = settings.header_font_new %}
{% assign base_font = settings.base_font_new %}

{{ header_font | font_face: font_display: 'swap' }}
{{ base_font | font_face: font_display: 'swap' }}

{%- assign base_font_bold = base_font | font_modify: 'weight', 'bolder' -%}
{%- assign base_font_italic = base_font | font_modify: 'style', 'italic' -%}
{%- assign base_font_bold_italic = base_font_bold | font_modify: 'style', 'italic' -%}

{{ base_font_bold | font_face: font_display: 'swap' }}
{{ base_font_italic | font_face: font_display: 'swap' }}
{{ base_font_bold_italic | font_face: font_display: 'swap' }}

.custom-collection-slider--container > .slider > .wrapper::before,
.categories-list--container a::before,
.image-overlay__image-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 30%;
  /* background: #000; */
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.4;
  z-index: 2;
}

/* TRUSTVOX desktop: estrelas alinhadas como mobile */
@media (min-width: 992px) {
  body.template-product #_sincero_widget .ts-rating-summary,
  body.template-product #_trustvox_widget .ts-rating-summary,
  body.template-product .trustvox-widget .ts-rating-summary {
    display: block !important;
  }

  body.template-product #_sincero_widget .ts-rating-title,
  body.template-product #_trustvox_widget .ts-rating-title,
  body.template-product .trustvox-widget .ts-rating-title {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.template-product #_sincero_widget .ts-v-rating__align,
  body.template-product #_trustvox_widget .ts-v-rating__align,
  body.template-product .trustvox-widget .ts-v-rating__align {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: auto !important;
    max-width: none !important;
  }

  body.template-product #_sincero_widget .ts-v-stars,
  body.template-product #_trustvox_widget .ts-v-stars,
  body.template-product .trustvox-widget .ts-v-stars {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    max-width: none !important;
    transform: scale(0.95) !important;
    transform-origin: left center !important;
  }

  body.template-product #_sincero_widget .ts-v-stars__container,
  body.template-product #_trustvox_widget .ts-v-stars__container,
  body.template-product .trustvox-widget .ts-v-stars__container {
    display: inline-flex !important;
  }

  body.template-product #_sincero_widget .ts-v-stars-foreground,
  body.template-product #_trustvox_widget .ts-v-stars-foreground,
  body.template-product .trustvox-widget .ts-v-stars-foreground {
    display: inline-flex !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  body.template-product #_sincero_widget .ts-rating-title > p,
  body.template-product #_trustvox_widget .ts-rating-title > p,
  body.template-product .trustvox-widget .ts-rating-title > p {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }
}

/* =========================================================
   TRUSTVOX — Desktop HOPE parity (priority fix)
========================================================= */
@media (min-width: 992px) {
  body.template-product #_sincero_widget .ts-product-reviews-flex,
  body.template-product #_trustvox_widget .ts-product-reviews-flex,
  body.template-product .trustvox-widget .ts-product-reviews-flex {
    display: grid !important;
    grid-template-columns: 320px minmax(0, 1fr) !important;
    column-gap: 44px !important;
    align-items: start !important;
  }

  body.template-product #_sincero_widget .ts-product-reviews-flex > section:first-child,
  body.template-product #_trustvox_widget .ts-product-reviews-flex > section:first-child,
  body.template-product .trustvox-widget .ts-product-reviews-flex > section:first-child {
    grid-column: 1 !important;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
  }

  body.template-product #_sincero_widget .ts-product-reviews-flex > section:last-child,
  body.template-product #_trustvox_widget .ts-product-reviews-flex > section:last-child,
  body.template-product .trustvox-widget .ts-product-reviews-flex > section:last-child {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body.template-product #_sincero_widget .ts-rating-component,
  body.template-product #_trustvox_widget .ts-rating-component,
  body.template-product .trustvox-widget .ts-rating-component {
    width: 320px !important;
    max-width: 320px !important;
    min-width: 320px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.template-product #_sincero_widget .ts-rating-histogram,
  body.template-product #_trustvox_widget .ts-rating-histogram,
  body.template-product .trustvox-widget .ts-rating-histogram {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.template-product #_sincero_widget .ts-rating-row,
  body.template-product #_trustvox_widget .ts-rating-row,
  body.template-product .trustvox-widget .ts-rating-row {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    align-items: center !important;
    column-gap: 12px !important;
  }

  body.template-product #_sincero_widget .ts-rating-row .ts-bar,
  body.template-product #_trustvox_widget .ts-rating-row .ts-bar,
  body.template-product .trustvox-widget .ts-rating-row .ts-bar {
    width: 100% !important;
    min-width: 0 !important;
    flex: initial !important;
  }

  body.template-product #_sincero_widget .ts-rating-row .ts-star,
  body.template-product #_trustvox_widget .ts-rating-row .ts-star,
  body.template-product .trustvox-widget .ts-rating-row .ts-star {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
  }

  body.template-product #_sincero_widget .ts-rating-row .ts-bar .ts-fill,
  body.template-product #_trustvox_widget .ts-rating-row .ts-bar .ts-fill,
  body.template-product .trustvox-widget .ts-rating-row .ts-bar .ts-fill {
    min-width: 0 !important;
  }

  /* Corrige bloco de recomendação (80%) sem sobreposição */
  body.template-product #_sincero_widget .ts-v-recommendations,
  body.template-product #_trustvox_widget .ts-v-recommendations,
  body.template-product .trustvox-widget .ts-v-recommendations {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
  }

  body.template-product #_sincero_widget .ts-v-recommendations_percentage,
  body.template-product #_trustvox_widget .ts-v-recommendations_percentage,
  body.template-product .trustvox-widget .ts-v-recommendations_percentage {
    flex: 0 0 76px !important;
    width: 76px !important;
    height: 76px !important;
  }

  body.template-product #_sincero_widget .ts-v-recommendations_text,
  body.template-product #_trustvox_widget .ts-v-recommendations_text,
  body.template-product .trustvox-widget .ts-v-recommendations_text {
    display: block !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    font-size: 18px !important;
    max-width: calc(100% - 90px) !important;
  }
}

/* =========================================================
   TRUSTVOX — Desktop estilo Hope (nota primeiro)
========================================================= */
@media (min-width: 992px) {
  body.template-product #_sincero_widget .ts-product-reviews,
  body.template-product #_trustvox_widget .ts-product-reviews,
  body.template-product .trustvox-widget .ts-product-reviews {
    background: #fff !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 14px !important;
    padding: 16px !important;
  }

  /* Nota primeiro, depois comentários (vertical) */
  body.template-product #_sincero_widget .ts-product-reviews-flex,
  body.template-product #_trustvox_widget .ts-product-reviews-flex,
  body.template-product .trustvox-widget .ts-product-reviews-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  body.template-product #_sincero_widget .ts-product-reviews-flex > section:first-child,
  body.template-product #_trustvox_widget .ts-product-reviews-flex > section:first-child,
  body.template-product .trustvox-widget .ts-product-reviews-flex > section:first-child {
    order: 1 !important;
  }

  body.template-product #_sincero_widget .ts-product-reviews-flex > section:last-child,
  body.template-product #_trustvox_widget .ts-product-reviews-flex > section:last-child,
  body.template-product .trustvox-widget .ts-product-reviews-flex > section:last-child {
    order: 2 !important;
  }

  /* Bloco da nota mais discreto e legível */
  body.template-product #_sincero_widget .ts-rating-component,
  body.template-product #_trustvox_widget .ts-rating-component,
  body.template-product .trustvox-widget .ts-rating-component {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px !important;
    border: 1px solid #ececec !important;
    border-radius: 12px !important;
    background: #fcfcfc !important;
  }

  body.template-product #_sincero_widget .ts-rating-summary,
  body.template-product #_trustvox_widget .ts-rating-summary,
  body.template-product .trustvox-widget .ts-rating-summary {
    margin-bottom: 8px !important;
  }

  body.template-product #_sincero_widget .ts-v-rating-note_value,
  body.template-product #_trustvox_widget .ts-v-rating-note_value,
  body.template-product .trustvox-widget .ts-v-rating-note_value {
    font-size: 34px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
  }

  body.template-product #_sincero_widget .ts-v-rating-note_of,
  body.template-product #_trustvox_widget .ts-v-rating-note_of,
  body.template-product .trustvox-widget .ts-v-rating-note_of {
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
  }

  body.template-product #_sincero_widget .ts-v-stars,
  body.template-product #_trustvox_widget .ts-v-stars,
  body.template-product .trustvox-widget .ts-v-stars {
    transform: scale(0.92) !important;
    transform-origin: left center !important;
  }

  body.template-product #_sincero_widget .ts-rating-histogram,
  body.template-product #_trustvox_widget .ts-rating-histogram,
  body.template-product .trustvox-widget .ts-rating-histogram {
    margin-top: 6px !important;
    padding-top: 6px !important;
    border-top: 1px solid #ececec !important;
  }

  /* Lista de comentários com contraste e separação melhor */
  body.template-product #_sincero_widget .ts-product-reviews-list,
  body.template-product #_trustvox_widget .ts-product-reviews-list,
  body.template-product .trustvox-widget .ts-product-reviews-list {
    width: 100% !important;
    max-width: 100% !important;
    border-top: 1px solid #ececec !important;
    padding-top: 10px !important;
  }

  /* Perguntas e respostas menor/discreta */
  body.template-product #_sincero_widget > section.ts-customer-questions,
  body.template-product #_trustvox_widget > section.ts-customer-questions,
  body.template-product .trustvox-widget > section.ts-customer-questions {
    width: 86% !important;
    padding: 14px !important;
  }

  body.template-product #_sincero_widget > section.ts-customer-questions .ts-customer-questions__title,
  body.template-product #_trustvox_widget > section.ts-customer-questions .ts-customer-questions__title,
  body.template-product .trustvox-widget > section.ts-customer-questions .ts-customer-questions__title {
    font-size: 34px !important;
    line-height: 1.05 !important;
  }
}


[id*="__gallery_"] .text-overlay__title {
  font-weight: 700;
}

.custom-collection-slider--container > .slider > .wrapper,
.categories-list--container a,
.image-overlay__image-link{
  position: relative;
}

.categories-list--wrapper_texts, .custom-collection-slider--container > .slider > .wrapper .buttons {
  z-index: 3;
}

h2 {
  color: #151515;
  text-align: center;
}

h2, .slideshow h2 {
  font-style: italic;
}

h2.headline {
  margin-bottom: 20px;
}

html,
body {
  overflow-x: clip;
}


.product-block__title {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  color: #171717;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 48px;
  }

  .product-label--stock{
    display: none;
  }

.slider-nav__btn.custom-shelf {
  background-color: #FFFFFF;
  height: fit-content;
  margin: auto;
  min-height: 32px;
  min-width: 32px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 4px rgba(1,1,1,0.5));
  position: relative;
  z-index: 399;
}

.slider-nav__btn.custom-shelf.prev {
  transform: translateX(50%);
}

.slider-nav__btn.custom-shelf.next {
  transform: translateX(-50%);
}

.container--backdrop {
  background-color: rgba(1, 1, 1, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
}

.container--backdrop.active {
  display: block;
}


img.custom-shelf{
  width: 100vw;
}

carousel-slider.custom-shelf{
  /* background-color: red; */
  display: flex;
  /* max-width: 1366px; */
  max-width: 95vw;
  margin: auto;
}

.custom-shelf.has-paging__title{
  text-align: center;
  color: #171717;
  display: block;
  margin: 20px auto;
}

.custom-shelf.has-paging__title h2 {
  font-size: {{- settings.font_size_base_int }}px;
  font-style: italic;
  font-weight: 700;
  line-height: 28.8px;
}

.custom-shelf.has-paging__title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.custom-shelf.collection-listing{
  margin-left: unset;
  padding: 0;
}

.custom-shelf.product-grid {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.custom-shelf.product-grid::-webkit-scrollbar {
  width: 5px;
  display: none;
}

body::-webkit-scrollbar {
  width: 10px;
}

.custom-shelf.product-grid::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: transparent;
}

.custom-shelf.product-grid::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #111111;
  border-radius: 5px;
}

.custom-shelf.product-grid::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: #151515;
}

.custom-shelf.product-grid::after{
  display: none;
}


.custom-shelf.banner-container {
  position: relative;
  width: 100%
}

.custom-shelf.banner-mask{
  position: absolute;
  width: 100%;
  height: calc(100% - 8px);
  top: 0;
  left: 0;
}

.custom-shelf.banner-mask.mark-intensity-2 {
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 100%)
}

.custom-shelf.banner-mask.mark-intensity-3 {
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%)
}

.custom-shelf.banner-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px;
  display: flex;
  justify-content: space-between;
}

.custom-shelf.banner-left {
  max-width: 80%;
}

.custom-shelf.banner-right {
  display: flex;
  align-items: end;
}

.custom-shelf.banner-left .banner-left--title {
  font-size: 23.04px;
  line-height: 34.56px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}

.custom-shelf.banner-left .banner-left--text {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 500px;
  margin: 0;
  padding: 0;
}

.custom-shelf.banner-right .banner-right--cta {
  min-width: 130px;
  min-height: 45px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  padding: 12px 21px;
  border-radius: 500px;
  transition: 0.45s;
}

.custom-shelf.banner-right .banner-right--cta:hover {
  background: #FFFFFF;
  color: #191919;
  font-weight: 700;
}

.custom-shelf.prices__container .price-original, 
.custom-shelf.prices__container .price-before,
.custom-shelf.prices__container .price-after {
  font-size: 11.67px;
  line-height: 17.51px;
  font-weight: 400;
}

.custom-shelf.prices__container .price-original{
  font-weight: 600;
}

.custom-shelf.prices__container .price-before{
  opacity: 0.9;
}

.custom-shelf.prices__container .price-after{
  font-weight: 600;
  color: #FE5A3C;
}

@media (min-width: 769px) {
  .custom-shelf.banner-content {
    padding: 20px 40px;
  }

  .custom-shelf.banner-left .banner-left--text {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-shelf.banner-left .banner-left--title {
    font-size: 39.81px;
    line-height: 59.72px;
  }

  .custom-shelf.banner-right .banner-right--cta {
    min-width: 160px;
    min-height: 44px;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
  }

  .custom-shelf.prices__container .price-original, 
  .custom-shelf.prices__container .price-before,
  .custom-shelf.prices__container .price-after {
    font-size: 13.33px;
    line-height: 19.99px;
  }
}

.categories-list--container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.categories-list--container {
  overflow: hidden;
  background-color: #F7F7F7;
  padding: 40px;
}

.categories-list--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: auto;
  width: fit-content;
  height: fit-content;
}


.categories-list--container a {
  position: relative;
  overflow: hidden;
  height: fit-content;
}

.categories-list--wrapper_image {
  max-width: 630px;
  overflow: hidden;
  display: flex;
  height: 100%;
}

.categories-list--container img {
  transition: 0.55s;
  object-fit: cover;
  flex: 1
}

.categories-list--container a:hover img {
  transform: scale(1.1) translateY(10px);
}

.categories-list--wrapper_texts {
  padding: 30px;
  position: absolute;
  bottom: 0;
  transform: translateY(80px);
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  transition: 0.55s;
  pointer-events: none;
}

.categories-list--wrapper_texts h2 {
  color: #fff;
  font-weight: 700;
}

.categories-list--container a:hover .categories-list--wrapper_texts {
  transform: translate(10px, -10px);
  pointer-events: all;
}

.categories-list--container p {
  font-family: Pano;
  font-size: 39.81px;
  font-style: italic;
  font-weight: 700;
  line-height: 59.72px;
  bottom: 0;
  color: #fff
}

.categories-list--container button {
  color: #fff;
  border: 1px solid #fff;
  transition: 0.35s;
  border-radius: 500px;
  font-weight: 600;
  padding: 10px 20px;
  opacity: 0;
}

.categories-list--container a:hover button {
  opacity: 1;
}

.categories-list--container button:hover {
  color: #000000;
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .categories-list--container {
    padding: 24px;
  }

  .categories-list--grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .categories-list--wrapper_texts {
    padding: 9px;
    transform: translateY(0);
  }

  .categories-list--container p {
    line-height: 43.55px;
    font-size: 29.03px;
  }

  .categories-list--container button {
    font-size: 14px;
    line-height: 21px;
    opacity: 1;
    padding: 12px 21px;
  }
}






/* update */

.banner-grid{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  width: fit-content;
  margin: auto;
}

@media (min-width: 767.98px) {
  .banner-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}





.banner-with-text {
  max-width: 95vw;
  width: 1060px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.banner-with-text .image-wrapper {
  /* width: 100%; */
}

.banner-with-text .image-wrapper img {
  height: 100%;
  width: 100%;
}

.banner-with-text .text-wrapper {
  background-color: #F5F5F5;
  padding: 21px;
  max-width: 93vw;
  margin: auto;
}

@media (min-width: 767.98px) {
  .container--banner-with-text {
    margin-bottom: 150px;
  }

  .banner-with-text{
    grid-template-columns: repeat(2, 1fr);
  }

  .banner-with-text .text-wrapper {
    padding: 35px;
  }
}

.login-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-form h2 {
  white-space: pre;
}

cart-form .product-label{
  display: none;
}

/* Custom newsletter start */

  .custom-newsletter.container {
    background-color: #F7F7F7;
    width: 1060px;
    max-width: 95vw;
    padding: 24px 12px;
    margin: 40px auto;
  }

  .custom-newsletter.container h2 {
    font-size: 19.2px;
    font-style: italic;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 24px;
  }

  .custom-newsletter.container .success--icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 32px;
    height: 32px;
    background-color: #FF5B3B;
    color: #FFF;
    border-radius: 50%;
    margin-bottom: 20px;
  }

  .custom-newsletter.container .signup-form__inline-container {
    width: 100%;
    gap: 60px;
    justify-content: space-between;
  }

  .custom-newsletter.container input[type='text'],
  .custom-newsletter.container input[type='email'] {
    outline: none;
    border: none;
    width: 100%;
    border-radius: unset;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #B6B6B6;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    padding: 10px;
    height: 44px;
  }

  .custom-newsletter.container .signup-form__inline-container.inputs {
    margin-bottom: 24px;
  }

  .custom-newsletter.container .signup-form__inline-container.buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .custom-newsletter.container .signup-form__inline-container.buttons > label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #FF5B3B;
  }

  .custom-newsletter.container .signup-form__inline-container.buttons > label > input {
    width: unset;
    margin-bottom: unset;
  }

  .custom-newsletter.container input:focus,
  .custom-newsletter.container input:active {
    outline: 3px solid transparent !important;
    border: 2px solid transparent !important;
    border-radius: 4px;
    background-color: rgba(200,200,200,0.1);
  }

  .custom-newsletter.container .signup-form__button {
    width: 100%;
    height: 44px;
    background-color: transparent;
    border: 1px solid #171717;
    border-radius: 500px;
    color: #171717;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
  }

  .custom-newsletter.container .signup-form__button:hover {
    background-color: #171717;
    color: #FFF;
  }

  
@media (min-width: 767.98px) {
  .custom-newsletter.container {
    padding: 40px;
    margin: 30px auto;
  }

  .custom-newsletter.container input[type='text'],
  .custom-newsletter.container input[type='email'] {
    height: 36px;
    font-size: 16px;
    line-height: 24px;
  }

  .custom-newsletter.container .signup-form__inline-container.buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .custom-newsletter.container .signup-form__inline-container.inputs {
    margin-bottom: 50px;
  }

  .custom-newsletter.container .signup-form__inline-container.buttons > label {
    font-size: 16px;
    line-height: 24px;
  }

  .custom-newsletter.container .signup-form__button {
    width: 300px;
    font-size: 16px;
    line-height: 24px;
  }
}

  /* Custom newsletter end */



  /* SEO Area start*/
  .container--seo-area{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 95vw;
    margin: auto;
    gap: 24px;
    padding: 12px;
    margin-bottom: 80px;
  }

  .container--seo-area .logo{

  }

  .container--seo-area .text{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: flex-start;
  }

  .container--seo-area .text > h2:nth-child(1){
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
  }

  .container--seo-area .text > h2:nth-child(2){
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    text-align: left;
  }

  @media (min-width: 767.98px) {
    .container--seo-area{
      display: flex;
      flex-direction: row;
      width: fit-content;
      max-width: 1060px;
    }

    .container--seo-area .text > h2:nth-child(1){
      font-size: 18px;

      line-height: 33px;
    }
  
    .container--seo-area .text > h2:nth-child(2){
      font-size: 16px;
      line-height: 20px;
    }
  }

    /* SEO Area end*/



/* lateral-text start */

.lateral-text--container {
  width: 1480px;
  max-width: 95vw;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lateral-text--container.text-aligment-left,
.lateral-text--container.text-aligment-center,
.lateral-text--container.text-aligment-right {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lateral-text--container h2 {
  text-align: left;
  width: 100%;

  font-weight: 700;
  font-size: 20.16px;
  line-height: 30.24px;
}

.lateral-text--container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 767.98px) {
  .lateral-text--container.text-aligment-left{
    flex-direction: row;
  }
  
  .lateral-text--container.text-aligment-center{
    flex-direction: column;
  }
  
  .lateral-text--container.text-aligment-right{
    flex-direction: row-reverse;
  }
  
  .lateral-text--container.text-aligment-left > h2,
  .lateral-text--container.text-aligment-right > h2 {
    width: 40%;
  }
  
  .lateral-text--container.text-aligment-left > h2 {
    text-align: left;
  }
  
  .lateral-text--container.text-aligment-right > h2 {
    text-align: right;
  }
  
  .lateral-text--container.text-aligment-left > p,
  .lateral-text--container.text-aligment-right > p {
    width: 60%;
  }
  
  .lateral-text--container.text-aligment-center > h2,
  .lateral-text--container.text-aligment-center > p {
    width: 100%;
  }

  .lateral-text--container h2 {
    font-size: 23px;
    line-height: 34px;
  }
  
  .lateral-text--container p {
    font-size: 18px;
    line-height: 21px;
  }
}

/* lateral-text end */



/* top-navbar start */

.top-navbar--container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto;
  width: 1480px;
  max-width: 95vw;
  gap: 40px;
}

.top-navbar--container a {
  font-style: italic;
  font-weight: 700;
  font-size: 16.8px;
  line-height: 25.2px;
  color: #FE5A3C;
  transition: 0.35s;
}

.top-navbar--container a:hover {
  text-decoration: underline;
}

.top-navbar--container a.actived {
  text-decoration: underline;
}

@media (min-width: 767.98px) {
  .top-navbar--container a {
    font-size: 19px;
    line-height: 28px;
  }
}

/* top-navbar end */



/* infosbar start */

.infosbar--container * {
  margin: 0;
  padding: 0;
}

.infosbar--container {
  position: relative;
}

.infosbar--container .infosbar-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.infosbar--container .infosbar-btn.prev {
  left: 20px
}

.infosbar--container .infosbar-btn.next {
  right: 20px
}

.infosbar--container .slider {
  width: 100vw;
  display: flex;
  /* grid-template-columns: repeat(4, 1fr); */
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  border: 1px solid #E4E4E4;
}

.infosbar--container .wrapper { 
  min-width: 100vw;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}


.infosbar--container .wrapper img { 
  width: 20px;
  height: 20px;
}

.infosbar--container .wrapper p { 
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

@media (min-width: 767.98px) {
  .infosbar--container .slider.gridmode-true {
    display: flex;
  }

  .infosbar--container .slider.gridmode-true .wrapper {
    width: 100%;
    border: 1px solid #E4E4E4;
    min-width: unset;
  }

  .infosbar--container .wrapper img { 
    width: 24px;
    height: 24px;
  }

  .infosbar--container .infosbar-btn.gridmode-true {
    display: none;
  }
}

/* infosbar end */



/* custom-collection-slider start */
.custom-collection-slider--container * {
  margin: 0;
  padding: 0;
}

.custom-collection-slider--container {
  position: relative;
}

.custom-collection-slider--container > h2 {
  margin: 12px auto;
  font-size: 16.8px;
  font-style: italic;
  font-weight: 700;
  line-height: 25.2px;
}

.custom-collection-slider--container .custom-collection-slider--container-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background-color: #fff;
  height: fit-content;
  margin: auto;
  min-height: 32px;
  min-width: 32px;
  border-radius: 50%;
  filter: drop-shadow(0px 0px 4px rgba(1, 1, 1, .5));
  z-index: 399;
}

.custom-collection-slider--container .custom-collection-slider--container-btn.prev {
  left: 20px
}

.custom-collection-slider--container .custom-collection-slider--container-btn.next {
  right: 20px
}

.custom-collection-slider--container > .slider {
  display: flex;
  width: fit-content;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-behavior: smooth;
  height: 200px;
  gap: 12px;
  padding: 0 24px;
  max-width: 95vw;
  margin: auto;
}

.custom-collection-slider--container > .slider > .wrapper {
  display: block;
  width: 124px;
  height: 160px;
  position: relative;
  flex-shrink: 0;
}

.custom-collection-slider--container > .slider > .wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.custom-collection-slider--container > .slider > .wrapper h2 {
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 19.5px;
  text-align: left;
  color: #fff;
  text-wrap: wrap;
  width: 10%;

  position: absolute;
  bottom: 8px;
  left: 3px;
}

.custom-collection-slider--container > .slider > .wrapper span {
  display: none;
}

@media (min-width: 767.98px) {

  .custom-collection-slider--container > h2 {
    font-size: 19px;
    line-height: 28px;
  }

  .custom-collection-slider--container > .slider {
    /* height: 360px; */
    height: fit-content;
    padding: 0;
  }

  .custom-collection-slider--container > .slider > .wrapper {
    /* width: 240px;
    height: 320px; */

    width: 18.4vw;
    height: unset;
    overflow: hidden;
  }

  
  .custom-collection-slider--container > .slider > .wrapper .buttons {
    position: absolute;
    left: 6px;
    bottom: -40px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .custom-collection-slider--container > .slider > .wrapper:hover .buttons {
    transform: translateY(-50px);
  }

  .custom-collection-slider--container > .slider > .wrapper h2 {
    width: 100%;
    font-size: 19.2px;
    line-height: 28.8px;
    position: relative;
    bottom: unset;
  }

  .custom-collection-slider--container > .slider > .wrapper span {
    display: block;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 500px;
    bottom: unset;
    transition: 0.25s;
    font-weight: 600;
    text-align: center;
  }

  .custom-collection-slider--container > .slider > .wrapper span:hover {
    background-color: #fff;
    color: #171717;
  }
}

/* custom-collection-slider end */




/* custom-slidershow start */

  .text-overlay__button.custom-slideshow {
    background-color: transparent;
    border-radius: 500px;
    color: #fff;
    border: 1px solid #fff;
    transition: 0.35s;
  }

  .text-overlay__button.custom-slideshow:hover {
    background-color: #fff;
    color: #171717;
  }

  .height-adpted-with-width .height__image img {
    position: unset;
  }

  .height-adpted-with-width .slideshow__slide .slideshow__motion-media {
    position: unset;
  }

  .height-adpted-with-width .height__image {
    position: unset;
  }

  .height-adpted-with-width .slideshow__slide {
    height: fit-content;
  }

/* custom-slidershow end */



/* custom-key-features start */

  .custom-key-features--container carousel-slider {
    width: 100%;
    max-width: 95vw;
    margin: auto;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 100px;
  }

  .custom-key-features--content .content-inner--infos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 6px;
    max-width: 95vw;
  }

  .custom-key-features--container .slider__item .scrolling-image-list__image {
    max-width: unset;
  }

  .custom-key-features--container a.slider__item {
    display: block;
  }

  .custom-key-features--content .content-inner--infos img {
    height: 80px;
    width: auto;
    object-fit: initial;
    margin-bottom: 6px;
    margin-top: 21px;
  }

  .custom-key-features--content .content-inner--infos h2, 
  .custom-key-features--content .content-inner--infos p {
    color: #fff;
    margin: 0;
    padding: 0;
  }


  .custom-key-features--content .content-inner--infos h2 {
    font-size: 24.19px;
    font-style: italic;
    font-weight: 700;
    line-height: 36.29px;
    text-align: left;
  }

  .custom-key-features--content .content-inner--infos p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
  }



@media (min-width: 1000px) {
  .custom-key-features--container carousel-slider {
    display: block;
    padding-bottom: unset;
  }

  .custom-key-features--content .content-inner--image {
    width: 510px;
    height: 560px;
    object-fit: cover;
    flex-shrink: 0;
  }

  .custom-key-features--content {
    height: 530px;
    width: 100%;
  
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .custom-key-features--content .content-inner--infos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    gap: 12px;
    max-height: 100%;
    max-width: 520px;
    flex: 1;
  }
  
  .custom-key-features--content .content-inner--infos h2 {
  
  }
  
  .custom-key-features--content .content-inner--infos p { 
    
  }
  
  
  .custom-key-features--content .content-inner--infos img {
    height: 100px;
    width: 90px;
    object-fit: contain;
    margin-top: unset;
    margin-bottom: unset;
  }
}


/* custom-key-features end */



/* custom-main-login start */

.custom-main-login{
}

.custom-main-login .input-row input {
  appearance: unset;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: unset;
}

.custom-main-login a {
  font-size: 13.33px;
  font-weight: 400;
  line-height: 19.99px;
  color: #FE5A3C;
}

.custom-main-login button {
  text-transform: capitalize;
}

.custom-main-login p.hideRecoverPasswordForm {
  margin-top: -40px;
  margin-bottom: 35px;
  text-align: center;
  font-size: 13.33px;
  font-weight: 600;
  line-height: 19.99px;
}

.custom-main-login a.hideRecoverPasswordForm {
  width: 100%;
  background-color: #FE5A3C;
  color: #fff;
  padding: 10px;
  border-radius: 500px;
  text-align: center;
  text-decoration: none;
}

.custom-main-login a.hideRecoverPasswordForm:hover {
  background-color: #171717;
}

.custom-main-login .input-row input:-webkit-autofill,
.custom-main-login .input-row input:-webkit-autofill:hover, 
.custom-main-login .input-row input:-webkit-autofill:focus, 
.custom-main-login .input-row input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
  border-radius: unset;
}

.custom-main-login .input-row input:focus {
  appearance: unset;
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
}

.custom-main-login .opposing-items,
.custom-main-login .lightly-spaced-row-above {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.custom-main-login .opposing-items p {
  margin-top: 35px;
}

.custom-main-login .opposing-items button,
.custom-main-login .lightly-spaced-row-above button {
  width: 100%;
  background-color: #FF5B3B;
  color: #fff;
  border: transparent;
  border-radius: 500px;
}

.custom-main-login .opposing-items button:hover,
.custom-main-login .lightly-spaced-row-above button:hover {
  background-color: #171717;
  color: #fff;
}

.custom-main-login .opposing-items.hideRecoverPasswordForm {
  display: flex;
  flex-direction: row;
}

.custom-main-login .opposing-items.hideRecoverPasswordForm button {
  width: unset;
}

/* custom-main-login end */



/* contact-area start */
.container--contact-area{
  display: flex;
  flex-direction: column-reverse;
  width: 1066px;
  max-width: 95vw;
  margin: 60px auto;
  position: relative;
}

.container--contact-area input,
.container--contact-area textarea {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
  background-color: transparent;
  border-radius: unset;
  color: #3F3F40;
}

.container--contact-area input:hover,
.container--contact-area textarea:hover,
.container--contact-area input:focus,
.container--contact-area textarea:focus {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
}

.container--contact-area input {
  height: 44px;
  width: 50%;
}

.container--contact-area textarea {
  resize: none;
  width: 100%;
}

.container--contact-area input[type="checkbox"] {
  accent-color: #FF5B3B;
  width: unset;
  height: unset;
}

.container--contact-area .contact-info{
  width: 306px;
}

.container--contact-area .contact-inputs{
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}

.container--contact-area .contact-inputs .heading {

}

.container--contact-area custom-select label {
  display: none;
}

.container--contact-area custom-select .custom-select__btn,
.container--contact-area custom-select .custom-select__btn:hover {
  background-color: transparent;
  border-radius: 0;
  color: #403f3fbf;
  border-bottom: 1px solid #B6B6B6;
  padding: 0.8em 15px;
}

.container--contact-area custom-select .custom-select__btn:hover {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #B6B6B6;
}

.container--contact-area .contact-inputs .user,
.container--contact-area .contact-inputs .menssage-info,
.container--contact-area .contact-inputs .menssage-content {
  display: flex;
  gap: 20px;
}

.container--contact-area .contact-inputs .menssage-btn {
  display: flex;
  justify-content: space-between;
}

.container--contact-area .contact-inputs .menssage-btn input[type=checkbox] {
  height: unset;
  width: unset;
}

.container--contact-area button {
  background: #FF5B3B;
  padding: 10px 40px;
  border-radius: 500px;
  color: #fff;
  border: none;
  text-transform: capitalize;
}

.container--contact-area button:hover {
  background: #171717;
  padding: 10px 40px;
  border-radius: 500px;
  color: #fff
}

.contact-button-row {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}

.contact-button-row .checkbox-label {
  align-items: start;
}


@media (min-width: 767.98px) {
  .container--contact-area {
    flex-direction: row;
    gap: 100px;
  }

  .service-area{
    width: 300px;
  }

  .contact-button-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

/* contact-area end */


/* PDP description modal start */

.backdrop--product-details {
  display: none;
  background-color: rgba(1,1,1,0.1)
}

.backdrop--product-details.opened {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(1,1,1,0.3);
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInModal 1s;
}


.container--product-details {
  background-color: white;
  width: 600px;
  max-width: 95vw;
  height: 760px;
  /* padding: 24px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 75vh;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}

.container--product-details a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #FF5B3B;
  text-decoration: underline;
}

.inner--product-details {
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: scroll;
  padding: 24px;
}

.header--product-details {
  display: flex;
  justify-content: space-between;
}
.product-description-row {
  margin-bottom: 10px;
}
.product-description-row > .product-description-cta,
.product-description-row > .product-description-link {
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  color: #FF5B3B;
  text-decoration: underline;
  
}

.product-description-row > .product-description-link {
  text-decoration: none;
}

.product-description-row > .product-description-link > svg {
  margin-left: 24px;
}

.modal-style .product-description-row > .product-description-cta {
  display: none;
}

.container--product-details ul li,
.container--product-details p,
.container--product-details span {
  font-size: 14.33px;
  font-weight: 400;
  line-height: 19.99px;
  color: #171717;
}

.container--product-details h6 {
  font-weight: 700;
}

.container--product-details .technology-area{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.container--product-details .technology-area .technology-item{
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.container--product-details .technology-area .technology-item p{
  margin: unset;
}


/* PDP description modal end */



/* PDP technologies modal start */
.backdrop--modal-technologies {
  display: none;
  background-color: rgba(1,1,1,0.1)
}

.backdrop--modal-technologies.opened {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(1,1,1,0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeInModal 1s;
}


.container--modal-technologies {
  background-color: white;
  width: 600px;
  max-width: 90vw;
  height: 760px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header--modal-technologies {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.content--modal-technologies {
  display: flex;
  flex-direction: column;
  max-height: 760px;
  overflow-y: scroll;
  max-height: 600px;
}

.wrapper--modal-technologies {
  display: flex;
  gap: 36px;
  margin-bottom: 30px;
}

.icon--modal-technologies {
  flex-shrink: 0;
  width: 44px;
  height: 60px;
}

.description--modal-technologies {
  flex: 1;
  font-size: 11.67px;
  font-weight: 400;
  line-height: 17.51px;
}

product-form .product-technologies-row {
  margin-top: 0;
  display: flex;
  gap: 20px;
}
product-form .product-technologies-row .technology-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

product-form .product-technologies-row .technology-item p{
  font-size: 12px;
  margin: unset;
}

product-form .product-description-link {
  display: none;
}

.modal-style .product-description-link {
  display: block;
}

@media (min-width: 767.98px) {
  .description--modal-technologies {
    font-size: 13.33px;
    line-height: 19.99px;
  }
}


/* PDP technologies modal end */

/* cateogry-area start */
.container--banner-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
  margin-bottom: 24px;
}

.wrapper-banner{
  display: flex;
  align-items: center;
  width: fit-content;
}

.wrapper-banner img{
  width: 100vw;
}

.wrapper-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 95vw;
  gap: 12px;
  padding: 0 12px;
}

.wrapper-texts h2 {
  text-align: left;
  margin-top: 12px;
}

@media (min-width: 767.98px) {
  .container--banner-text.text-right {
    flex-direction: row;
  }
  .container--banner-text.text-left {
    flex-direction: row-reverse;
  }

  .wrapper-banner img{
    width: 50vw;
    max-width: 560px;
  }
}
/* cateogry-area end */


    /* CUSTOM THEME EDITS start */

    product-form carousel-slider .slider--no-scrollbar ul li {
      opacity: 0.5;
    }

    product-form carousel-slider .slider--no-scrollbar ul li.is-active {
      opacity: 1;
    }

    product-form carousel-slider .slider--no-scrollbar ul li.is-active a::after {
      opacity: 0 !important;
    }


    product-form .product-form{
      position: relative;
    }

    product-form .price__default {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    product-form .price .price__was {
      margin: unset;
      font-weight: 600;
      font-size: 12px;
      line-height: 14.41px;
      color: #3F3F40;
    }

    product-form .price__current{
      font-size: 19.2px;
      font-weight: 600;
      line-height: 28.8px;
      color: #171717;
    }

    product-form .product-price--large .price--on-sale .price__current.discount {
      color: #FF5B3B;
    }

    product-block {
      position: relative;
    }

    product-block .price .price__was {
      font-size: 12px;
      font-weight: 400;
      line-height: 19.99px;
      color: #3F3F40;
      opacity: 1;
    }

    product-block .price__current{
      color: #3F3F40;
      font-size: 12px;
      font-weight: 600;
      line-height: 19.99px;
      text-align: left;
    }

    product-block .price__current.discount{
      color: #FE5A3C;
    }

    product-block .price_installments,
    product-block .ag-price-installments {
      font-size: 12px;
      font-weight: 400;
      line-height: 19.99px;
      color: #171717;
      margin-bottom: 0;
    }

    product-block .wishlist-engine{
      position: absolute;
      right: 0;
      z-index: 2;
    }
    

    product-form .title-row {
      display: flex;
      justify-content: space-between;
    }

    product-form .wishlist-engine-button, product-form .wishlist-engine-button:focus, product-form .wishlist-engine-button:hover {
      transform: translate(5px, -10px);
    }

    .wishlist-engine-button, .wishlist-engine-button:focus, .wishlist-engine-button:hover {
      background-color: unset !important;
    }

    .wishlist-icon svg path {
      stroke: transparent;
      fill: transparent;
    }

    [data-total="0"] .wishlist-icon svg path {
      stroke: #B6B6B6;
    }
    
    [data-total="1"] .wishlist-icon svg path {
      stroke: #FE5A3C;
      fill: #FE5A3C;
    }

    .wishlist-fix.wishlist-page-widget {
      z-index: 5;
      display: none;
    }

    

    .product-label--meta > span,
    .product-label--sale span {
      background: transparent;
      color: #FF5B3B;
      font-size: 10px;
      font-weight: 700;
      line-height: 12px;
      text-align: left;
      font-family: 'Pano';
    }

    .product-label--meta{
      display: none;
    }

    .product-label--special{
      display: none;
      font-weight: bold;
    }

    product-block .product-label-container {
      top: -2.5px;
      left: -2.5px;
    }

    product-form .product-label--meta > span,
    product-form .product-label--sale span {
      background: transparent;
      color: #FF5B3B;
      font-size: 10px;
      font-weight: 700;
      line-height: 12px;
      text-align: left;
      border: 1px solid #FF5B3B;
      font-family: 'Pano';
    }

    .ref-id-row p {
      font-size: 12px;
      font-weight: 400;
      line-height: 16.66px;
      color: #3F3F40;
      text-align: right;
    }


    .page-header .main-search .main-search__container{
      height: 270px;
    }

    .page-header .main-search .main-search__container::before {
      content: '';
      background-color: #F7F7F7;
      width: 100vw;
      min-height: 300px;
      display: block;
      position: absolute;
      left: 0;
      margin-top: -50px;
      z-index: -1;
    }

    .section-header .main-search {
      background-color: #F7F7F7;
    }

    .main-search .main-search__container .main-search__input-container {
      background-color: transparent;
    }

    input[type=text].main-search__input {
      background-color: transparent;
      border-bottom: 1px solid #171717;
      border-radius: 0;

      font-size: 19.2px;
      font-weight: 400;
      line-height: 28.8px;
      text-align: left;
    }

    .main-search .main-search__breadcrumb{
      display: flex;
      align-items: center;
      width: fit-content;
      color: #171717;
      transform: translateY(60px);
    }

    .main-search .main-search__breadcrumb a {
      color: #171717;
      font-size: 13px;
      font-weight: 400;
      line-height: 17.51px;
    }

    .main-search .main-search__breadcrumb svg {
      transform: rotate(-90deg);
      width: 18px;
    }

    link-dropdown {
      z-index: 5;
    }

    .link-dropdown.link-dropdown--right-aligned{
      border-bottom: 1px solid #B6B6B6;
    }

    .utility-bar {
      border-bottom: 1px solid #E4E4E4;
      padding-bottom: 20px;
      /* margin-bottom: 60px; */
      margin-top: -30px;
      padding-right: var(--container-pad-x);
      padding-left: var(--container-pad-x);
    }

    @media (min-width: 767.98px) {
      .utility-bar {
        /* margin-bottom: 40px; */
        margin-top: -20px;
      }
    }

    .filter-container .filters{
      display: flex;
      flex-direction: column;
    }

    .filter-container .filters .filters__inner {
      flex: 1;
    }

    .filter-container .filters .filters-btn--apply {
      width: 100%;
      border: 1px solid #171717;
      border-radius: 500px;
      padding: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #171717;
    }

    .filter-container .filters .filters-btn--apply:active {
      width: 100%;
      border: 1px solid #171717;
      background-color: #171717;
      border-radius: 500px;
      padding: 10px;
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      color: #fff;
      user-select: none;
    }

    @media (min-width: 767.98px) {
      .modal-style .media-gallery__inner {
        display: flex;
        flex-direction: row-reverse;
        justify-content: left;
      }
  
      .modal-style carousel-slider.carousel.block.thumbnails > .slider.slider--no-scrollbar > ul.slider__grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-height: 450px;
      } 

      .modal-style carousel-slider .slider__grid .slider__grid{
        display: flex;
        flex-direction: column;
        gap: 10px;
      }
    }

    .product-form .quantity-submit-row{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 65px;
    }

    @media screen and (max-width: 768px) {
      .product-form .quantity-submit-row{
        margin-bottom: 35px;
      }
    }

    .product-form .quantity-submit-row .quantity-submit-row__submit {
      flex: 1;
      margin: 0;
      min-width: 0;
    }


    .button-row a {
      background: #FF5B3B;
      padding: 10px 40px;
      border-radius: 500px;
      color: #fff;
      border: none;
    }

    .button-row a:hover {
      background: #171717;
      padding: 10px 40px;
      border-radius: 500px;
      color: #fff
    }

    .opt-btn {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    .opt-btn:checked + .opt-label {
      border: 1px solid #FF5B3B;
      box-shadow: 0 0 0 var(--input-active-shadow-width) #FF5B3B;
      color: #FF5B3B;
      font-weight: 600;
      cursor: default;
    }

    .opt-btn.is-unavailable + .opt-label {
      border: unset;
      background: no-repeat center rgb(var(--input-text-color)/0.05);
      color: #E4E4E4;
    }

    .opt-btn.is-unavailable + .opt-label.opt-label--swatch::before, .opt-btn.is-unavailable + .opt-label.opt-label--image::before {
      opacity: 0.5;
    }

    .opt-btn.is-unavailable + .opt-label:hover {
      border: 1px var(--input-border-color) solid;
    }

    .opt-btn.is-unavailable:checked + .opt-label {
      border: 1px var(--input-border-color-active) solid;
      box-shadow: 0 0 0 var(--input-active-shadow-width) var(--input-border-color-active);
    }

    .opt-label {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center;
      /* min-width: 4.5em;
      min-height: 48px; */
      width: 32px;
      height: 32px;
      min-width: unset;
      min-height: unset;
      margin: 10px 10px 0 0;
      padding: 11px 15px;
      border: none;
      border-radius: var(--btn-border-radius);
      background-color: #F7F7F7;
      color: rgb(var(--input-text-color));
      font-size: inherit;
      text-transform: none;
      letter-spacing: normal;
    }

    .opt-label:hover {
      border: 1px solid #171717;
      background-color: #F7F7F7;
      color: rgb(var(--input-text-color));
      cursor: pointer;
    }

    button.add-to-cart{
      background-color: #FF5B3B;
      border-radius: 500px;
      border: 1px solid #FF5B3B;
      text-transform: unset;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    button.add-to-cart:hover{
      background-color: #171717;
      border: 1px solid #171717;
    }


    .quantity-wrapper {
      border: 2px solid #E4E4E4;
      border-radius: 500px;
      max-height: 44px;
      width: fit-content;
      margin-bottom: 20px;
    }

    .quantity-wrapper a {
      border: none;
      background-color: transparent;
      width: 28px;
      height: 36px;
      min-width: unset;
      min-height: unset;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .quantity-wrapper a svg {
      width: 16px;
      height: 16px;
      color: #171717;
    }

    .quantity-wrapper a[data-quantity="down"] {
      border-radius: 0 500px 500px 0;
    }
    
    .quantity-wrapper a[data-quantity="up"] {
      border-radius: 500px 0 0 500px;
    }

    .product-form .input-row input[name=quantity] {
      margin: unset;
      border: none;
      box-shadow: none;
      width: 30px;
      height: 36px;
    }

    @media (min-width: 767.98px) {
      .quantity-wrapper a {
        width: 39px;
        height: 44px;
      }

      .product-form .input-row input[name=quantity] {
        width: 42px;
        height: 44px;
      }
    }


    variant-picker {
      display: flex;
      flex-direction: column-reverse;
    }

    product-form .collections-list {
      display: flex;
      gap: 12px;
      margin-bottom: 12px;
    }

    product-form .collections-list a, .product-page {
      font-family: "Suisse";
      font-size: 9.72px;
      font-weight: 600;
      line-height: 14.58px;
      color: #FF5B3B;
    }

    @media (min-width: 767.98px) {
      product-form .collections-list a, .product-page {
        font-size: 13.33px;
        line-height: 19.99px;
      }
    }

    .slider-nav__btn.slider-nav__btn--style-2.has-ltr-icon{
      display: none;
    }

    .product-inventory {
      background: #FFF3C9;
      width: 100%;
      display: flex;
      color: #A68308;
      justify-content: center;
      align-items: center;
      height: 40px;
      border-radius: 4px;
      margin: auto;
    }

    .filters, .utility-bar__left{
      color: #171717;
    }

    .filter-group__item--disabled {
      opacity: 0.25;
    }

    .filter-group__applied-item{
      padding: 8px;
    }

    .filter-group__clear-link{
      color: #FF5B3B;
    }

    .filter-group__heading__text{
      font-weight: 600;
      font-family: 'Suisse';
    }

    .filter-group__item .filter-group__checkbox:checked+.filter-group__item__text:before {
      background-color: #FF5B3B;
      border: 1px solid #FF5B3B;
    }

    .custom-slideshow--breadcrumb{
      position: relative;
      transform: translate(40px, -40px);
      color: #FFF;
      z-index: 1;
      display: flex;
      align-items: center;
      width: fit-content;
    }

    .custom-slideshow--breadcrumb a {
      color: #FFF;
      font-size: 16px;
      font-weight: 400;
      line-height: 17.51px;
    }

    .custom-slideshow--breadcrumb svg {
      transform: rotate(-90deg);
      font-size: 10px;
    }

    .quickbuy-container-headtext {
      position: absolute;
      top: 12px;
      left: 12px;
      font-size: 16.8px;
      line-height: 25.2px;
      font-weight: 600;
    }

    @media (min-width: 767.98px) {
      .quickbuy-container-headtext {
        top: 20px;
        left: 20px;
        font-size: 19.2px;
        line-height: 28.8px;
      }

      .modal-style product-form {
        padding: 0;
        margin: 0;
        padding: 0 20px;
      }

      .modal-style .product-info {
        justify-content: initial;
      }
    }



    .section-main-product .buybar {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #FFF;
      left: 0;
      z-index: 50;
      /* padding: 0 10px; */
      margin: 0;
      border-top: 2px solid #E4E4E4; 
    }

    @media (min-width: 767.98px) {
      .section-main-product .buybar {
        position: relative;
        border-top: unset; 
        background: unset;
      }
    }

    button.add-to-cart:disabled{
      display: none;
    }
    
    button#BIS_trigger.button {
      background-color: #171717;
      /* position: absolute; */
      left: 40%;
      width: 55%;
      padding: 10px;
      color: #FFF;
      border-radius: 500px;
    }

    .pagination {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .pagination .pagination__number > a {
      height: 45px;
      width: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      border: 1px solid #FF5B3B;
      background-color: #FFF;
      color: #FF5B3B;
      text-decoration: none;
      transition: 0.35s;
    }

    .pagination .pagination__number > a:hover {
      color: #FFF;
      background-color: #FF5B3B;
      opacity: 0.75;
    }
    
    .pagination .pagination__number.underline {
      color: #FFF;
      background-color: #FF5B3B;
      height: 45px;
      width: 45px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2px;
      border: 1px solid #FF5B3B;
      text-decoration: none;
    }

    .color-variant-picker{
      display: none;
    }

    .product-page--variant-related-products{
      /* margin-bottom: -15px; */
    }
  
    .product-page--variant-related-products img {
      width: 65px;
      border-radius: 2px;
      border: 2px solid #6d6d6d;
      opacity: 0.75;
      transition: 0.35s;
      margin: 0 2px;
    }
  
    .product-page--variant-related-products img:hover {
      opacity: 1;
    }
  
    .product-page--variant-related-products > img {
      border: 2px solid #FF5B3B;
      opacity: 1;
    }

    /* CUSTOM THEME EDITS end */


    /* COMPRE JUNTO start */
    .section-apps .bndlr-products-container {
      width: 100%;
    }

    .section-apps .bndlr-inner-products-container {
      width: 100%;
    }

    .section-apps .bndlr-product {
      border: none;
      max-width: 260px !important;
    }

    .section-apps .bndlr-floating-label {
      display: none !important;
    }

    .section-apps .bndlr-inner-products-container > div:first-child {
      width: 100%;
      gap: 3.5em;
      flex-direction: column;
      align-items: center;
    }

    .section-apps .bndlr-product:not(:last-of-type)::after {
      border: 1px solid #E4E4E4;
      background-color: transparent;
      color: #171717;
      font-weight: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 2px 4px rgba(200, 200, 200, 0.5);
      bottom: 0 !important;
      position: relative;
      top: 10%;
      right: -50%;
      transform: translate(-50%, 1.2em);
    }

    .section-apps .bndlr-select-variant, 
    .section-apps .bndlr-select-variant:hover {
      border: none;
      border-bottom: 1px solid #B6B6B6;
    }

    .section-apps .bndlr-add-to-cart-quantity-label {
      display: none;
    }

    .section-apps .bndlr-add-to-cart-container input.bndlr-add-to-cart-quantity-input{
      border-radius: 500px;
      padding: 0;
    }

    .section-apps .bndlr-add-to-cart, 
    .section-apps .bndlr-add-bundle-to-cart {
      animation: none;
      border-radius: 500px;
      transition: 0.35s;
    }

    .section-apps .bndlr-product-price > .bndlr-new-price{
      font-weight: 400 !important;
    }

    .section-apps .bndlr-total-price {
      color: #282828;
    }

    .bndlr-bundle-checkout-warning{
      font-size: 0 !important;
    }

    .bndlr-bundle-checkout-warning::after {
      content: 'Descontos serão aplicados no checkout.';
      font-size: 14px;
      margin-top: 12px;
    }

    @media (min-width: 767.98px) {
      .section-apps .bndlr-inner-products-container > div:first-child {
        flex-direction: row;
        align-items: flex-start;
      }

      .section-apps .bndlr-product:not(:last-of-type)::after {
        position: absolute;
        right: calc(-2em - 6px);
        top: 50%;
        transform: translate(-50%, -3em);
      }

      .section-apps .bndlr-add-to-cart-container {
        justify-content: space-evenly;
        margin-bottom: 10px;
      }

      .section-apps .bndlr-floating-label > input[type="number"]{
        width: 100%;
        max-width: unset !important;
      }

      .section-apps .bndlr-add-to-cart {
        flex: unset !important;
      }
    }
    /* COMPRE JUNTO end */


    /* Nossas Lojas start */
    .storelocator--container {
      width: 1160px;
      max-width: 95vw;
      display: flex;
      justify-content: center;
      margin: 40px auto 80px;
    }
    
    .storelocator--container svg {
      font-size: 14px;
      flex-shrink: 0;
    }
  
    .storelocator--container p {
      margin: 0;
      color: #171717;
    }
  
    .storelocator--container a {
      margin: 0;
      color: #FE5A3C;
    }
  
  
    .storelocator--stores-grid{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
      max-width: 95vw;
    }
  
    .storelocator--stores-wrapper {
      width: unset;
      max-width: 420px;
      padding: 30px;
      border: 1px solid #E4E4E4;
      border-radius: 2px;
    }
  
    .storelocator--card--header{
      display: flex;
      justify-content: space-between;
    }
  
    .storelocator--card--header p {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
    }
  
    .storelocator--card--header .social-area {
      display: flex;
      gap: 5px;
    }
  
    .storelocator--card--location {
      display: flex;
      width: 90%;
      gap: 10px;
      margin-top: 20px;
      margin-bottom: 10px;
    }
  
    .storelocator--card--location p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #3F3F40;
    }
  
    .storelocator--card--location a {
      text-decoration: underline;
    }
  
    .storelocator--card--contact {
      display: flex;
      gap: 10px;
    }
  
    .storelocator--card--contact p {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #fe5a3c;
    }

    .storelocator--card--contact a {
      text-decoration: underline;
      color: #fe5a3c;
    }

    @media (min-width: 875px) {
      .storelocator--stores-grid{
        grid-template-columns: repeat(2, 1fr);
        max-width: unset;
      }

      .storelocator--stores-wrapper {
        width: 420px;
      }
    }

    @media (min-width: 1325px) {
      .storelocator--stores-grid{
        grid-template-columns: repeat(3, 1fr);
        max-width: unset;
      }
    }

    .storelocator--search-stores .stores-table {
      display: none;
      -webkit-user-select: none;
      user-select: none;
    }

    .storelocator--search-stores select{
      background: transparent;
      border: none;
      border-bottom: 1px solid #B6B6B6;
      width: 95vw;
      padding: 6px;
    }

    .storelocator--search-stores .headline {
      font-size: 20.16px;
      font-style: italic;
      font-weight: 700;
      line-height: 30.24px;
      text-align: left;
    }

    .storelocator--search-stores .text {
      font-size: 14px;
      font-weight: 600;
      line-height: 21px;
    }

    .storelocator--selects-wrapper {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }
    
    .storelocator--selects-wrapper p {
      margin: auto 0;
    }
    
    .storelocator--texts-wrapper, .storelocator--selects-wrapper {
      margin: auto;
      max-width: 95vw;
      margin-bottom: 30px;
    }

    .storelocator-filter-btn, .storelocator-reset-btn{
      border-radius: 500px;
      width: 95vw;
      padding: 15px;
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase;
      transition: 0.35s;
    }
    
    .storelocator-filter-btn{
      background-color: #FE5A3C;
      color: #FFF;
      border: 1px solid #FE5A3C
    }
    
    .storelocator-filter-btn:hover {
      background-color: #171717;
      border: 1px solid #171717;
    }

    .storelocator-reset-btn{
      background-color: #FFF;
      color: #171717;
      border: 1px solid #171717;
    }

    .storelocator-reset-btn:hover {
      background-color: #171717;
      color: #FFF;
      border: 1px solid #171717;
    }

    .storelocator-filter-btn:disabled {
      opacity: 0.4;
      pointer-events: none;
    }

    @media (min-width: 767.98px) {
      .storelocator--search-stores select{
        width: 200px;
        padding: 10px;
      }

      .storelocator--search-stores .headline {
        font-size: 23.04px;
        line-height: 34.56px;
      }
  
      .storelocator--search-stores .text {
        font-size: 16px;
        line-height: 24px;
      }

      .storelocator--selects-wrapper {
        flex-direction: row;
      }

      .storelocator--texts-wrapper, .storelocator--selects-wrapper {
        width: 1300px;
      }

      .storelocator-filter-btn, .storelocator-reset-btn{
        width: 200px;
        padding: 10px;
        font-size: 14px;
      }
    }

    .stores-head {
      background-color: #E4E4E4;
      text-align: center;
      margin: 0;
      padding: 10px
    }
  
    .stores-head > p {
      text-align: center;
      margin: 0;
      font-size: 13.33px;
      font-weight: 600;
      line-height: 19.99px;
    }
  
    .stores-locations, .stores-head{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
    }
  
    .stores-locations > p {
      border: 1px solid #E4E4E4;
      text-align: center;
      margin: 0;
      min-height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    /* Nossas Lojas end */


    /* Wishlist APP start */
    .sewp-header{
      background-color: #171717 !important;
    }

    .wishlist-heading{
      font-size: 25px !important;
      font-style: italic !important;
    }

    #wishlist-input, #wishlist-input:focus{
      border: none !important;
      border-bottom: 1px solid #B6B6B6 !important;
      border-radius: 0px !important;
    }
    
    .wishlist-move-cart{
      border-radius: 500px;
    }

    .wishlist_page_remove_product svg path{
      fill: #FF5B3B;
    }
    /* Wishlist APP end */


  /* minicart Styleguide start */

  .checkout-buttons > a {
    background-color: #FF5B3B;
    border: 1px solid #FF5B3B;
    border-radius: 500px;
    transition: 0.35s;
    text-transform: capitalize;
  }

  .checkout-buttons > a:hover {
    background-color: #171717;
    border: 1px solid #171717;
  }

  .cart-item .quantity {
    border-radius: 500px;
  }

  cart-form carousel-slider .product-info-label{
    text-align: center;
  }

  cart-form carousel-slider.use-color-scheme--1 {
    background-color: #F7F7F7;
  }

  cart-form carousel-slider .no-wrap.slider-nav {
    position: absolute;
    top: 45%;
    z-index: 5000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
  }

  @media (min-width: 620px) {
    cart-form carousel-slider .no-wrap.slider-nav {
      width: 535px;
    }
  }

  cart-form .cart-drawer__empty-content {
    padding: 0;
  }

  cart-form .cart-drawer__empty-content .button-row a {
    width: 80%;
    padding: 15px;
    display: block;
    margin: auto;
    text-transform: capitalize;
    color: #171717;
    background: transparent;
    border: 1px solid #171717;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 40px;
    transition: 0.35s;
  }

  cart-form .cart-drawer__empty-content .button-row a:hover {
    background-color: #171717;
    color: #FFF
  }

  cart-form .cart-header .icon-row {
    margin-top: 100px;
  }

  cart-form .cart-header .title-row{
    font-size: 19.2px;
    font-style: italic;
    font-weight: 700;
    line-height: 28.8px;
  }


  /* minicart Styleguide end */

  /* header start */
  .logo-area__right__inner{
    margin-right: 20px;
    gap: 15px;
  }

  .header-language-selector {
    position: relative;
    flex: 0 0 auto;
  }

  .header-language-selector .localization__selector {
    margin: 0;
  }

  .header-language-selector .custom-select__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 34px;
    margin: 0;
    padding: 0 8px;
    border: 1px solid #E4E4E4;
    border-radius: 999px;
    background: #FFFFFF;
    color: #171717;
    line-height: 1;
  }

  .header-language-selector .custom-select__btn > .icon {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }

  .header-language-selector .custom-select__listbox {
    top: calc(100% + 8px);
    right: 0;
    left: auto;
    min-width: 92px;
    width: max-content;
    z-index: 20;
  }

  .header-language-selector__option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
  }

  .header-language-selector__flag {
    font-size: 18px;
    line-height: 1;
  }

  .header-language-selector__code {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .h-wishlist-icon {
    /* margin-right: 10px; */
  }
  .h-wishlist-icon svg{
    width: 20px !important;
    height: 22px !important;
    stroke-width: 1.5px
  }

  .logo-area__right__inner .h-wishlist-icon span.wishlist-h-count{
    position: absolute;
    top: -3px;
    right: -10px;
    min-width: 15px;
    padding: 3px;
    border-radius: 12px;
    background: #ff5b3b;
    color: var(--header-bg-col);
    font-size: 9px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    white-space: nowrap;
  }
  
  .show-myaccount-link{
    margin-right: unset;
  }

  span.show-search-link__icon, 
  a.cart-link{
    width: unset;
  }

  @media (min-width: 767.98px) {
    .show-search-link {
      margin: unset;
    }

  }

  @media (max-width: 767.98px) {
    .header-language-selector .custom-select__btn {
      min-width: 42px;
      width: 42px;
      height: 42px;
      padding: 0;
      border: 0;
      background: transparent;
    }

    .header-language-selector .custom-select__btn > .icon,
    .header-language-selector .custom-select__btn .header-language-selector__code {
      display: none;
    }

    .header-language-selector .custom-select__listbox {
      right: -12px;
    }
  }

  /* header end */




@font-face {font-family: 'Pano'; src: url('/cdn/shop/files/Pano_Regular.otf?v=1713202919');}
@font-face {font-family: 'Suisse'; src: url('/cdn/shop/files/Suisse_Intl.otf?v=1713202919');}

h1, h2, h3, h4, h5, .slideshow h2, .majortitle {
  font-family: 'Pano';
}

p, a, span, li, h6, input, button {
  font-family: 'Suisse';
}

h1.product-title, 
h2.product-title {
  font-family: 'Suisse';
  font-size: 16.8px;
  font-weight: 600;
  line-height: 25.2px;
  text-align: left;
}

cart-form .subtotal {
  font-size: 20px;
}

cart-form, cart-form .cart-drawer__empty-content .button-row a, 
button.add-to-cart,
cart-form .subtotal {
  font-family: 'Suisse';
}



h2.product-title a {
  font-family: 'Pano';
  font-size: 16.8px;
  font-style: italic;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
}

cart-form .cart-drawer__title,
cart-form .cart-drawer__empty-content .title-row {
  font-family: 'Pano';
}

@media (min-width: 767.98px) {
  h1.product-title{
    font-size: 19.2px;
    line-height: 28.8px;
  }

  h2.product-title a {
    font-size: 19.2px;
    line-height: 28.8px;
  }
}


@keyframes fadeInModal {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}


/* trava o scroll do body quando o modal abrir */
.no-scroll { overflow: hidden; }

/* modal responsivo */
#formContainer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 16px; /* respiro nas bordas em telas pequenas */
}

#formContainer.active { display: flex; }

.form-box {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
  animation: fadeInUp .25s ease;
  max-height: 85vh;           /* não passa da tela */
  overflow: auto;             /* scroll só no conteúdo */
  -webkit-overflow-scrolling: touch;
}

.form_generater_form_div {
  padding: 0px !important;
  border: none !important;
}

/* botão fechar — área maior pro dedo */
.btn-fechar {
  position: absolute;           /* fica visível durante o scroll */
  top: 8px;
  right: 8px;
  float: right;
  margin: -8px -8px 8px 0;
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  padding: 8px;
  cursor: pointer;
  color: #555;
}
.btn-fechar:hover { color: #000; }

.hulk-powered-wrapper {
  display: none !important;
}

.botao-formulario {
  font-size: 16px;
    font-weight: 450;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    color: #c8401f;
    transition: .25s;
    text-decoration: none;
}

.botao-formulario:hover {
  text-decoration: underline;
}

/* telas médias/pequenas */
@media (max-width: 768px) {
  .form-box { padding: 20px; border-radius: 10px; }
}
@media (max-width: 480px) {
  .botao-formulario { width: 100%; }
  .form-box { padding: 16px; border-radius: 10px; }
}


@keyframes fadeInUp {
  from { transform: translateY(16px); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}

@media (max-width: 989px) {
  body.template-product .detail .quantity-submit-row.input-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
  }

  body.template-product .detail .quantity-submit-row.input-row > .quantity-wrapper {
    margin: 0 !important;
    flex: 0 0 auto !important;
  }

  body.template-product .detail .quantity-submit-row.input-row > .quantity-submit-row__submit.input-row,
  body.template-product .detail .quantity-submit-row.input-row > .quantity-submit-row__submit {
    margin: 0 !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.template-product .detail .quantity-submit-row.input-row .add-to-cart {
    width: 100% !important;
    margin: 0 !important;
  }
}


/* ===================================================================
   BLACK FRIDAY COLLECTION - Dark Header Styling
   Aplicado quando o usuário está na página /collections/black
   =================================================================== */



/* =========================================
   TRUSTVOX FULL WIDTH + ALINHADO AO GRID
   (não fica ancorado na coluna esquerda)
   ========================================= */

/* =========================================================
   TRUSTVOX — Rating + Perguntas lado a lado
========================================================= */

/* =========================================================
   TRUSTVOX — Nota + Perguntas lado a lado (DESKTOP)
========================================================= */
@media (min-width: 992px) {

  body.template-product .product-trustvox,
  body.template-product .product-trustvox__container,
  #_sincero_widget,
  #_trustvox_widget,
  .trustvox-widget {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* O container REAL do widget costuma ser o _sincero_widget */
  #_sincero_widget,
  #_trustvox_widget,
  .trustvox-widget {
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 20px;
    align-items: stretch;
  }

  /* Garante que as 2 sections ocupem colunas diferentes */
  #_sincero_widget > section.ts-no-reviews,
  #_trustvox_widget > section.ts-no-reviews,
  .trustvox-widget > section.ts-no-reviews {
    grid-column: 1;
  }

  #_sincero_widget > section.ts-customer-questions,
  #_trustvox_widget > section.ts-customer-questions,
  .trustvox-widget > section.ts-customer-questions {
    grid-column: 2;
    justify-self: end;
    width: 92% !important;
  }

  /* Card premium */
  #_sincero_widget > section.ts-no-reviews,
  #_sincero_widget > section.ts-customer-questions,
  #_trustvox_widget > section.ts-no-reviews,
  #_trustvox_widget > section.ts-customer-questions,
  .trustvox-widget > section.ts-no-reviews,
  .trustvox-widget > section.ts-customer-questions {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
    border: 1px solid #e7e7e7 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 18px rgba(20, 24, 30, 0.04);
    padding: 14px;
    margin: 0px !important;
  }

  #_sincero_widget > section.ts-no-reviews,
  #_trustvox_widget > section.ts-no-reviews,
  .trustvox-widget > section.ts-no-reviews {
    width: 100% !important;
  }

  #_sincero_widget > section.ts-customer-questions .ts-main-title,
  #_trustvox_widget > section.ts-customer-questions .ts-main-title,
  .trustvox-widget > section.ts-customer-questions .ts-main-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    margin-bottom: 10px !important;
  }

  #_sincero_widget > section.ts-customer-questions .ts-content,
  #_trustvox_widget > section.ts-customer-questions .ts-content,
  .trustvox-widget > section.ts-customer-questions .ts-content {
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #434343 !important;
  }

  #_sincero_widget > section.ts-customer-questions textarea,
  #_trustvox_widget > section.ts-customer-questions textarea,
  .trustvox-widget > section.ts-customer-questions textarea {
    border-radius: 12px !important;
    border: 1px solid #dddddd !important;
    background: #fff !important;
  }

  #_sincero_widget > section.ts-customer-questions button,
  #_trustvox_widget > section.ts-customer-questions button,
  .trustvox-widget > section.ts-customer-questions button {
    border-radius: 12px !important;
    min-height: 40px !important;
    font-weight: 600 !important;
  }

  #_sincero_widget .side-review-container,
  #_trustvox_widget .side-review-container,
  .trustvox-widget .side-review-container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  /* Nota primeiro, comentários depois */
  #_sincero_widget .ts-rating-component,
  #_trustvox_widget .ts-rating-component,
  .trustvox-widget .ts-rating-component {
    order: 1 !important;
    width: 100% !important;
  }

  #_sincero_widget .ts-product-reviews-overview-recommendations,
  #_trustvox_widget .ts-product-reviews-overview-recommendations,
  .trustvox-widget .ts-product-reviews-overview-recommendations,
  #_sincero_widget .ts-reviews,
  #_trustvox_widget .ts-reviews,
  .trustvox-widget .ts-reviews,
  #_sincero_widget .ts-review-list,
  #_trustvox_widget .ts-review-list,
  .trustvox-widget .ts-review-list,
  #_sincero_widget .ts-reviews-list,
  #_trustvox_widget .ts-reviews-list,
  .trustvox-widget .ts-reviews-list,
  #_sincero_widget .ts-reviews-container,
  #_trustvox_widget .ts-reviews-container,
  .trustvox-widget .ts-reviews-container {
    order: 2 !important;
    width: 100% !important;
  }

  #_sincero_widget .ts-v-footer,
  #_trustvox_widget .ts-v-footer,
  .trustvox-widget .ts-v-footer {
    order: 9 !important;
  }

  /* Destaque da nota (mais legível) */
  #_sincero_widget .ts-rating-summary,
  #_trustvox_widget .ts-rating-summary,
  .trustvox-widget .ts-rating-summary {
    display: flex !important;
    align-items: flex-end !important;
    gap: 10px !important;
    margin-bottom: 6px !important;
  }

  #_sincero_widget .ts-v-rating-note_value,
  #_trustvox_widget .ts-v-rating-note_value,
  .trustvox-widget .ts-v-rating-note_value {
    font-size: 42px !important;
    line-height: .9 !important;
    font-weight: 700 !important;
    color: #1f2a2b !important;
  }

  #_sincero_widget .ts-v-rating-note_of,
  #_trustvox_widget .ts-v-rating-note_of,
  .trustvox-widget .ts-v-rating-note_of {
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #6f7b7b !important;
    margin-left: 4px !important;
  }

  #_sincero_widget .ts-v-stars,
  #_trustvox_widget .ts-v-stars,
  .trustvox-widget .ts-v-stars {
    transform: scale(0.94);
    transform-origin: left center;
  }

  #_sincero_widget .ts-rating-histogram,
  #_trustvox_widget .ts-rating-histogram,
  .trustvox-widget .ts-rating-histogram {
    margin-top: 4px !important;
    padding-top: 4px !important;
    border-top: 1px solid #ececec !important;
  }

  /* Hard fix: evita widget "vazar" para fora da viewport no desktop */
  body.template-product .product-trustvox {
    overflow-x: hidden !important;
  }

  body.template-product .product-trustvox__container {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  #_sincero_widget > section,
  #_trustvox_widget > section,
  .trustvox-widget > section {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box !important;
  }
}

/* Mobile continua empilhado */
@media (max-width: 991px) {
  #_sincero_widget,
  #_trustvox_widget,
  .trustvox-widget {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #_sincero_widget > section,
  #_trustvox_widget > section,
  .trustvox-widget > section {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  #_sincero_widget .side-review-container,
  #_trustvox_widget .side-review-container,
  .trustvox-widget .side-review-container {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  #_sincero_widget .ts-rating-component,
  #_trustvox_widget .ts-rating-component,
  .trustvox-widget .ts-rating-component,
  #_sincero_widget .ts-rating-summary,
  #_trustvox_widget .ts-rating-summary,
  .trustvox-widget .ts-rating-summary,
  #_sincero_widget .ts-rating-histogram,
  #_trustvox_widget .ts-rating-histogram,
  .trustvox-widget .ts-rating-histogram,
  #_sincero_widget .ts-product-reviews-overview-recommendations,
  #_trustvox_widget .ts-product-reviews-overview-recommendations,
  .trustvox-widget .ts-product-reviews-overview-recommendations,
  #_sincero_widget .ts-v-footer,
  #_trustvox_widget .ts-v-footer,
  .trustvox-widget .ts-v-footer {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  #_sincero_widget .ts-rating-title,
  #_trustvox_widget .ts-rating-title,
  .trustvox-widget .ts-rating-title {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
  }

  #_sincero_widget .ts-v-stars,
  #_trustvox_widget .ts-v-stars,
  .trustvox-widget .ts-v-stars {
    transform: scale(0.95);
    transform-origin: left center;
  }
}


#_sincero_widget section.ts-no-reviews {
  border: none !important;
  box-shadow: none !important;
}

/* Ajusta logo Reclame Aqui */
#_sincero_widget .ts-v-footer-logo,
#_trustvox_widget .ts-v-footer-logo,
.trustvox-widget .ts-v-footer-logo {

  height: 22px !important;   /* controle fino aqui */
  width: auto !important;    /* mantém proporção */
  max-width: 100% !important;
  object-fit: contain !important;

}

/* =========================================================
   PDP DESKTOP — Replica dos ajustes de Mobile (sem reordenar)
========================================================= */
@media (min-width: 992px) {
  body.template-product .detail .pdp-addon-slot,
  body.template-product .detail .pdp-cross-sell-slot,
  body.template-product .detail .pdp-inline-buy-between {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 12px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-cont,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-cont {
    min-width: 0 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-btm,
  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-variants,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-btm,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-variants {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-shared-variants,
  body.template-product .detail .pdp-addon-slot .lb-shared-variants {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-shared-variants-select,
  body.template-product .detail .pdp-addon-slot .lb-shared-variants-select {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-right: 28px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .ppcse-title {
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 0 10px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-upsell-product-page-card {
    border: 1px solid #d9d9d9 !important;
    border-radius: 12px !important;
    background: #fff !important;
    margin: 6px 0 !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-cont,
  body.template-product .detail .pdp-cross-sell-slot .lb-spc-body {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-body {
    display: flex !important;
    align-items: center !important;
    min-height: 104px !important;
    gap: 12px !important;
    padding: 12px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-image-cont {
    width: 86px !important;
    min-width: 86px !important;
    height: 102px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-name {
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-price {
    font-size: 17px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    color: #171717 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .ppcse-card-plus {
    display: none !important;
  }

  body.template-product .detail .pdp-inline-buy-between__btn {
    width: 100% !important;
    min-height: 54px !important;
    border-radius: 12px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
  }

  body.template-product .detail .quantity-submit-row .quantity-submit-row__submit {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.template-product .detail .quantity-submit-row button.add-to-cart,
  body.template-product .detail .quantity-submit-row .add-to-cart {
    width: 100% !important;
  }
}


/* ============================
   PDP — Tecnologias (ícones)
============================ */
body.template-product .product-technologies-row .technology-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

body.template-product .product-technologies-row .technology-item img{
  width: 48px !important;
}
/* Espaço abaixo das tecnologias na PDP */
body.template-product .product-technologies-row{
  margin-bottom: 28px !important; /* ajuste fino aqui */
}


/* ============================
         PDP — FIX WhatsApp (Compre o Look)
      ============================ */
      body.template-product .ppcse-card-lt-cont .ppcse-card-tot-footer,
      body.template-product .ppcse-card-lt-cont .ppcse-confirm-button-div,
      body.template-product .ppcse-card-lt-cont .ppcse-tot-btn-div {
        position: relative;
        z-index: 20;
      }

      body.template-product .ppcse-card-lt-cont .ppcse-card-tot-footer {
        padding-bottom: 18px !important;
        margin-bottom: 18px !important;
      }

      body.template-product a.whats {
        position: relative !important;
        z-index: 1 !important;
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        margin-top: 18px !important;
        clear: both;
        transform: none !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
      }

      body.template-product a.whats span {
        line-height: 1.2 !important;
      }

      body.template-product a.whats,
      body.template-product a.whats * {
        margin-bottom: 0 !important;
      }

      /* ============================
         PDP — Galeria Desktop Editorial
         - imagens lado a lado
      ============================ */
      @media (min-width: 1200px) {

        body.template-product media-gallery.has-thumbnails carousel-slider.thumbnails {
          display: none !important;
        }

        body.template-product media-gallery .media-gallery__inner {
          display: block !important;
          width: 100%;
          align-items: start;
        }

        /* esconde setas no modo editorial */
        body.template-product media-gallery .slider-nav {
          display: none !important;
        }

        /* quebra o carrossel em grid editorial */
        body.template-product media-gallery .main-image .slider {
          overflow: visible !important;
        }

        body.template-product media-gallery .main-image .slider__grid {
          display: grid !important;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 16px !important;
          width: 100% !important;
          align-items: stretch;
          transform: none !important;
        }

        body.template-product media-gallery .main-image .slider__item {
          min-width: 0 !important;
          width: auto !important;
          flex: initial !important;
          margin: 0 !important;
          padding: 0 !important;
          height: 100%;
        }

        /* mostra todas as mídias mesmo quando o tema marca hidden por variante */
        body.template-product media-gallery .main-image .slider__item[hidden] {
          display: block !important;
          visibility: visible !important;
        }

        body.template-product media-gallery .product-media-collage__item[hidden] {
          display: block !important;
          visibility: visible !important;
        }

        body.template-product media-gallery .product-media-collage__item.product-media-collage__item--inactive-option {
          display: block !important;
          opacity: 1 !important;
        }

        body.template-product media-gallery .product-media-wrapper,
        body.template-product media-gallery .product-media,
        body.template-product media-gallery .img-ar {
          border-radius: 0;
          overflow: hidden;
          background: #fff;
        }

        body.template-product media-gallery img.theme-img {
          width: 100% !important;
          height: 100% !important;
          display: block !important;
          object-fit: cover !important;
        }

        /* aumenta a área da galeria (deixa fotos grandes) */
        body.template-product .product-column-left {
          max-width: 70% !important;
          flex: 0 0 70% !important;
        }

        body.template-product .product-column-right {
          max-width: 30% !important;
          flex: 0 0 30% !important;
        }

        body.template-product media-gallery .main-image {
          position: relative;
          background: #d5c8bc;
        }

        body.template-product media-gallery .main-image .pdp-tech-float {
          position: absolute !important;
          top: 16px !important;
          right: 12px !important;
          z-index: 20 !important;
          display: flex !important;
          flex-direction: column !important;
          gap: 14px !important;
          pointer-events: none;
        }

        body.template-product media-gallery .pdp-tech-float__item {
          width: 74px !important;
          height: 74px !important;
          border-radius: 999px !important;
          background: #fff !important;
          display: flex !important;
          align-items: center !important;
          justify-content: center !important;
          box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12) !important;
          border: 1px solid rgba(0, 0, 0, 0.08) !important;
        }

        body.template-product media-gallery .pdp-tech-float__item img {
          width: 42px !important;
          height: 42px !important;
          object-fit: contain !important;
          display: block !important;
        }

        body.template-product media-gallery .pdp-tech-float__label {
          display: none !important;
        }

        body.template-product media-gallery .main-image .image-badge--product-page {
          top: auto !important;
          right: auto !important;
          left: 12px !important;
          bottom: 12px !important;
          z-index: 19 !important;
          max-width: 120px !important;
          max-height: 120px !important;
        }

        body.template-product media-gallery .main-image .image-badge--product-page .image-badge__img {
          width: 100% !important;
          height: auto !important;
          filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
        }
      }

   
/* =========================================================
   PDP MOBILE — Layout, Galeria e Tecnologias
   Symmetry-safe
   ========================================================= */
body.template-product media-gallery .image-badge.image-badge--product-page{
  display: none !important;
}

body.template-product .detail .image-badge.image-badge--product-page{
  display: none !important;
}

body.template-product media-gallery .main-image .image-badge.image-badge--product-page{
  display: block !important;
  position: absolute !important;
  left: 10px !important;
  bottom: 10px !important;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
  z-index: 25 !important;
}

@media (max-width: 989px){

  body.template-product{
    --pdp-mobile-peek: 56px;
    --pdp-mobile-gap: 6px;
  }

  body.template-product product-form.js-product{
    display: block !important;
  }

  /* Stack controlável (Symmetry) */
  body.template-product .detail,
  body.template-product .detail .product-info,
  body.template-product .detail .product-form{
    display: flex !important;
    flex-direction: column !important;
  }

  body.template-product .detail.product-column-right .product-form,
  body.template-product .detail .product-form{
    gap: 14px !important;
  }

  /* Título (hierarquia editorial) */
  body.template-product .detail .product-title,
  body.template-product .detail h1.product-title{
    font-size: 20px !important;
    line-height: 1.15 !important;
    letter-spacing: -0.2px !important;
    margin: 0 !important;
  }

  /* Espaço título -> preço */
  body.template-product .detail .title-row{
    margin-bottom: 4px !important;
    order: 1 !important;
  }

  /* Preço */
  body.template-product .detail .price-container,
  body.template-product .detail .price,
  body.template-product .detail .product-info__price,
  body.template-product .detail .price__current{
    order: 2 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  /* Reviews */
  body.template-product .detail .theme-product-reviews,
  body.template-product .detail .product-rating{
    order: 3 !important;
    margin: 6px 0 !important;
  }

  /* Opções / variantes */
  body.template-product .detail variant-picker,
  body.template-product .detail .option-selectors,
  body.template-product .detail .product-options,
  body.template-product .detail .input-row{
    order: 4 !important;
    margin: 6px 0 !important;
  }

  /* Estoque logo abaixo de tamanho */
  body.template-product .detail .pdp-inventory-row,
  body.template-product .detail .product-inventory-transfer{
    order: 5 !important;
    margin: 6px 0 !important;
  }

  /* CTA / Comprar */
  body.template-product .detail .quantity-submit-row,
  body.template-product .detail buy-buttons,
  body.template-product .detail .buy-buttons-row{
    order: 6 !important;
  }

  body.template-product .detail button.add-to-cart,
  body.template-product .detail .add-to-cart{
    min-height: 52px !important;
    border-radius: 14px !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
    width: 100% !important;
  }

  /* WhatsApp secundário */
  body.template-product .detail a.whats{
    width: 100% !important;
    justify-content: center !important;
    min-height: 48px !important;
    border-radius: 14px !important;
    margin-top: 10px !important;
    opacity: .92 !important;
  }

  /* Tecnologias + Trustvox na ordem */
  body.template-product product-form .product-technologies-row{
    order: 6 !important;
    margin-bottom: 28px !important;
  }

  body.template-product .detail .product-description-row,
  body.template-product .detail .product-info-accordion,
  body.template-product .detail .accordion{
    order: 10 !important;
    margin-top: 16px !important;
  }

  body.template-product #_sincero_widget,
  body.template-product #_trustvox_widget,
  body.template-product .trustvox-widget{
    order: 50 !important;
  }

  /* Galeria Mobile: carrossel 1 imagem por vez */
  body.template-product media-gallery.has-thumbnails carousel-slider.thumbnails,
  body.template-product media-gallery .slider-nav{
    display: none !important;
  }

  body.template-product media-gallery{
    position: relative !important;
  }

  body.template-product media-gallery .main-image .slider{
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  body.template-product media-gallery .main-image .slider__grid{
    display: flex !important;
    gap: 0 !important;
    width: 100% !important;
  }

  body.template-product media-gallery .main-image .slider__item{
    min-width: calc(100% - var(--pdp-mobile-peek)) !important;
    width: calc(100% - var(--pdp-mobile-peek)) !important;
    flex: 0 0 calc(100% - var(--pdp-mobile-peek)) !important;
    margin: 0 var(--pdp-mobile-gap) 0 0 !important;
  }

  body.template-product media-gallery .img-ar--contain{
    --aspect-ratio: 0.78 !important; /* ajuste fino: 0.72–0.85 */
  }

  body.template-product media-gallery img.theme-img{
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* Tecnologias flutuantes (bolinhas) */
  body.template-product media-gallery .main-image{
    position: relative !important;
    background: #fff !important;
  }

  /* dica visual de que existe próxima foto na lateral */
  body.template-product media-gallery .main-image::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: var(--pdp-mobile-peek);
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0.65) 48%, rgba(255,255,255,0));
  }

  body.template-product media-gallery .main-image .pdp-tech-float{
    position: absolute !important;
    top: 10px !important;
    right: 6px !important;
    z-index: 20 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    pointer-events: none; /* não atrapalha swipe/scroll */
  }

  body.template-product media-gallery .pdp-tech-float__item{
    width: auto !important;
    height: auto !important;
    min-width: 52px !important;
    min-height: 52px !important;
    padding: 4px !important;
    border-radius: 999px !important;
    background: transparent !important;
    backdrop-filter: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    box-shadow: none !important;
    border: none !important;
  }

  body.template-product media-gallery .pdp-tech-float__item img{
    width: 34px !important;
    height: 34px !important;
    object-fit: contain !important;
    display: block !important;
    filter: none !important;
  }

  body.template-product media-gallery .pdp-tech-float__label{
    display: block !important;
    margin: 0 !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
    font-weight: 500 !important;
    letter-spacing: .02em !important;
    text-transform: uppercase !important;
    color: #171717 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  body.template-product media-gallery .main-image .image-badge--product-page{
    top: auto !important;
    right: auto !important;
    left: 10px !important;
    bottom: 10px !important;
    z-index: 19 !important;
    max-width: 96px !important;
    max-height: 96px !important;
  }

  body.template-product media-gallery .main-image .image-badge--product-page .image-badge__img{
    width: 100% !important;
    height: auto !important;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.16));
  }

  /* ============================
     PDP MOBILE — Conversion Layer
     ============================ */
  body.template-product .detail .product-form{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
  }

  body.template-product .detail .title-row{
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin: 0 !important;
  }

  body.template-product .detail .product-title,
  body.template-product .detail h1.product-title{
    font-size: 22px !important;
    line-height: 1.12 !important;
    letter-spacing: -0.3px !important;
    margin: 0 !important;
  }

  body.template-product .detail .price-container{
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    min-width: 140px;
    text-align: right;
    order: 2 !important;
    margin: 0 !important;
    padding-top: 0 !important;
    transform: translateY(-2px);
  }

  body.template-product .detail .price-container .price{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
  }

  body.template-product .detail .price-container .price__default{
    order: 1;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 4px;
    margin: 0 !important;
  }

  body.template-product .detail .price-container .price__current{
    margin: 0 !important;
    line-height: 1.1 !important;
  }

  body.template-product .detail .price-container .price__was,
  body.template-product .detail .price-container .price_installments,
  body.template-product .detail .price-container .ag-price-installments{
    display: block;
    text-align: right;
  }

  body.template-product .detail .price-container .price_installments,
  body.template-product .detail .price-container .ag-price-installments{
    order: 3;
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #171717;
    font-weight: 500;
  }

  body.template-product .detail .price-container .price-descriptors{
    display: none !important;
  }

  body.template-product .detail .product-page--variant-related-products{
    grid-column: 1 / -1;
    grid-row: 2;
    order: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.template-product .detail .product-page--variant-related-products img{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body.template-product .detail .price-container .price-descriptors .shopify-payment-terms{
    font-size: 13px;
    line-height: 1.2;
    color: #2f2f2f;
  }

  body.template-product .detail .theme-product-reviews{
    grid-column: 1 / -1;
    order: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid #e5e5e5;
    background: #fff;
  }

  body.template-product .detail .pdp-inventory-row,
  body.template-product .detail .product-inventory-transfer{
    grid-column: 1 / -1;
    order: 6 !important;
    margin: 6px 0 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot{
    grid-column: 1 / -1;
    order: 10 !important;
    margin: 0 0 10px !important;
  }

  body.template-product .detail .pdp-addon-slot{
    grid-column: 1 / -1;
    order: 9 !important;
    margin: 0 0 10px !important;
  }

  /* Compre o Look: evita corte do texto no seletor de variante */
  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-cont,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-cont{
    min-width: 0 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-btm,
  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-variants,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-btm,
  body.template-product .detail .pdp-addon-slot .lb-spc-details-variants{
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-shared-variants,
  body.template-product .detail .pdp-addon-slot .lb-shared-variants{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-shared-variants-select,
  body.template-product .detail .pdp-addon-slot .lb-shared-variants-select{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-right: 28px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  /* Compre o Look: mobile-first (visual limpo e legível) */
  body.template-product .detail .pdp-cross-sell-slot .ppcse-title{
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    margin: 0 0 8px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-upsell-product-page-card{
    border: 1px solid #d9d9d9 !important;
    border-radius: 12px !important;
    background: #fff !important;
    margin: 5px!important;
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-cont,
  body.template-product .detail .pdp-cross-sell-slot .lb-spc-body{
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-body{
    display: flex !important;
    align-items: center !important;
    min-height: 104px !important;
    gap: 10px !important;
    padding: 10px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-image-cont{
    width: 78px !important;
    min-width: 78px !important;
    height: 92px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-image{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-cont{
    padding: 0 !important;
    flex: 1 1 auto !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-name{
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-price{
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    color: #171717 !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-checkbox-cont{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-left: 0 !important;
    width: 28px !important;
    min-width: 28px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-spc-details-checkbox{
    width: 16px !important;
    height: 16px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .ppcse-card-lt-cont{
    overflow: visible !important;
  }

  /* O app injeta um elemento "+" entre cards. Ocultamos e renderizamos em overlay no card seguinte. */
  body.template-product .detail .pdp-cross-sell-slot .ppcse-card-plus{
    display: none !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-upsell-product-page-card + .ppcse-card-plus + .lb-upsell-product-page-card{
    position: relative !important;
    margin-top: 24px !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-upsell-product-page-card + .ppcse-card-plus + .lb-upsell-product-page-card::before{
    content: "+" !important;
    position: absolute !important;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%, -50%) !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    border: 1px solid #e1e1e1 !important;
    background: #fff !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.10) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    color: #171717 !important;
    z-index: 12 !important;
    pointer-events: none !important;
  }

  body.template-product .detail .pdp-cross-sell-slot .lb-upsell-product-page-card:last-of-type{
    margin-bottom: 0 !important;
  }

  body.template-product .detail .pdp-vfr-slot{
    grid-column: 1 / -1;
    order: 7 !important;
    margin: 0 0 10px !important;
  }

  body.template-product .detail variant-picker,
  body.template-product .detail .option-selectors,
  body.template-product .detail .product-options,
  body.template-product .detail .input-row{
    grid-column: 1 / -1;
    order: 5 !important;
  }

  body.template-product .detail .quantity-submit-row,
  body.template-product .detail buy-buttons,
  body.template-product .detail .buy-buttons-row{
    grid-column: 1 / -1;
    order: 9 !important;
  }

  body.template-product .detail .pdp-inline-buy-between__btn{
    width: 100% !important;
    min-height: 50px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
  }

  body.template-product .detail a.whats.mobile{
    grid-column: 1 / -1;
    order: 10 !important;
    min-height: 48px !important;
    border: 1px solid #171717 !important;
    background: #fff !important;
    color: #171717 !important;
  }

  body.template-product .detail .short-description-row{
    grid-column: 1 / -1;
    order: 11 !important;
    margin-top: 8px !important;
  }

  body.template-product .detail .short-description-row p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.template-product .detail .ref-id-row{
    display: none !important;
  }

  body.template-product .detail .product-description-row,
  body.template-product .detail .product-info-accordion,
  body.template-product .detail .accordion{
    grid-column: 1 / -1;
    order: 10 !important;
  }

  body.template-product .detail .title-row .wishlist-engine{
    position: static !important;
    transform: none !important;
    margin-top: 4px !important;
  }

  body.template-product .detail .title-row .wishlist-engine-button,
  body.template-product .detail .title-row .wishlist-engine-button:focus,
  body.template-product .detail .title-row .wishlist-engine-button:hover{
    transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: #171717 !important;
  }

  body.template-product .detail .title-row .wishlist-engine-button::after{
    content: "Adicionar aos favoritos";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #171717;
    white-space: nowrap;
  }

  /* CTA fixo para decisão rápida */
  body.template-product .detail .buy-buttons-row.buybar{
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 95 !important;
    background: rgba(255,255,255,0.98) !important;
    backdrop-filter: blur(6px);
    border-top: 1px solid #e5e5e5 !important;
    box-shadow: 0 -8px 24px rgba(0,0,0,.12);
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom)) !important;
    margin: 0 !important;
  }

  body.template-product .detail .buy-buttons-row.buybar .quantity-submit-row{
    margin: 0 !important;
    gap: 10px !important;
    align-items: center !important;
  }

  body.template-product .detail .buy-buttons-row.buybar .quantity-wrapper{
    margin: 0 !important;
    border-width: 1px !important;
  }

  body.template-product .detail .buy-buttons-row.buybar .quantity-submit-row__submit{
    width: 100% !important;
  }

  body.template-product .detail .buy-buttons-row.buybar button.add-to-cart,
  body.template-product .detail .buy-buttons-row.buybar .add-to-cart{
    min-height: 54px !important;
    border-radius: 999px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: .2px !important;
  }

  /* evita conteúdo ficar atrás da barra fixa sem criar buraco no topo */
  body.template-product .section-main-product{
    padding-bottom: 5px !important;
  }

  /* some com a lista antiga das tecnologias embaixo do preço */
  body.template-product product-form .product-technologies-row{
    display: none !important;
  }
}

.auto-discount-badge {
  display: none;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 56px;
  height: 32px;
  padding: 0 10px;
  margin: 0 0 10px;
  border-radius: 10px;
  background: #ff2a17;
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
  pointer-events: none;
}

.auto-discount-badge__text {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.auto-discount-badge--card {
  min-width: 44px;
  height: 24px;
  padding: 0 8px;
  margin: 0;
  border-radius: 8px;
  left: auto;
  right: 14px;
  bottom: 56px;
}

.auto-discount-badge--card .auto-discount-badge__text {
  font-size: 13px;
}

.auto-discount-badge--pdp-image {
  left: auto;
  right: 16px;
  bottom: 16px;
}

@media (max-width: 989px) {
  .auto-discount-badge--card {
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    left: auto !important;
    min-width: 34px !important;
    height: 20px !important;
    padding: 0 6px !important;
    border-radius: 7px !important;
  }

  .auto-discount-badge--card .auto-discount-badge__text {
    font-size: 11px !important;
  }

  .auto-discount-badge--pdp-image {
    right: 10px !important;
    bottom: 10px !important;
    min-width: 38px !important;
    height: 22px !important;
    padding: 0 6px !important;
    border-radius: 7px !important;
  }

  .auto-discount-badge--pdp-image .auto-discount-badge__text {
    font-size: 12px !important;
  }
}

.auto-discount-badge-host {
  position: relative;
}

.auto-discount-badge-host--card {
  overflow: hidden;
}

/* Sale highlight in navigation 
.navigation__item--sale > .navigation__link {
  color: #c8401f !important;
  font-weight: 700;
  position: relative;
}

.navigation__item--sale > .navigation__link::after {
  content: "ÚLTIMO DIA 🔥🔥🔥";
  margin-left: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #c8401f;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Jost", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  letter-spacing: 0.04em;
  vertical-align: middle;
  animation: salePulse 1.4s infinite;
}*/

@keyframes salePulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.9; }
}

.mobile-navigation-drawer a[href*="/collections/sale"] {
  color: #c8401f !important;
  font-weight: 700;
}

.navigation__item--consumer-month > .navigation__link,
.navigation__link--consumer-month {
  color: inherit !important;
  font-weight: inherit !important;
}

.navigation__item--consumer-month > .navigation__link:hover,
.navigation__link--consumer-month:hover {
  color: inherit !important;
}

.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maess"],
.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maes"],
.mobile-navigation-drawer a[href*="/collections/dia-das-maess"],
.mobile-navigation-drawer a[href*="/collections/dia-das-maes"] {
  color: #c8401f !important;
  font-weight: 700 !important;
}

.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maess"]:hover,
.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maes"]:hover,
.mobile-navigation-drawer a[href*="/collections/dia-das-maess"]:hover,
.mobile-navigation-drawer a[href*="/collections/dia-das-maes"]:hover {
  color: #c8401f !important;
}

.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maess"]::after,
.navigation__tier-1 > .navigation__item > a[href*="/collections/dia-das-maes"]::after,
.mobile-navigation-drawer a[href*="/collections/dia-das-maess"]::after,
.mobile-navigation-drawer a[href*="/collections/dia-das-maes"]::after {
  content: " 💐";
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-weight: 400;
}

/* PLP size availability */
.plp-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.plp-size-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 24px;
  padding: 0 8px;
  border: 1px solid #d7d7d7;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: all 0.18s ease;
}

.plp-size-list__item--available {
  color: #c8401f;
  border-color: #c8401f;
  background: #fff3ef;
  box-shadow: inset 0 0 0 1px rgba(255, 92, 59, 0.15);
}

.plp-size-list__item--unavailable {
  color: #a8a8a8;
  border-color: #e7e7e7;
  background: #f3f3f3;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  opacity: 0.95;
  cursor: not-allowed;
}

.plp-size-list__item--selected {
  color: #fff;
  border-color: #c8401f;
  background: #ff5c3b;
  box-shadow: none;
}

@media (max-width: 767px) {
  .plp-size-list {
    gap: 5px;
    margin-top: 6px;
  }

  .plp-size-list__item {
    min-width: 28px;
    height: 22px;
    padding: 0 7px;
    font-size: 10px;
  }
}

/* Cashback lateral */
.cashback-side-tab {
  position: fixed;
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  z-index: 2147483646 !important;
  isolation: isolate;
}

.cashback-side-tab[hidden] {
  display: none !important;
}

.cashback-side-tab__trigger {
  position: relative;
  z-index: 2147483646;
  border: 0;
  margin: 0;
  padding: 12px 8px;
  min-height: 120px;
  background: #4a4a4a;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.cashback-side-tab__close {
  position: absolute;
  z-index: 2147483647;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #444;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .cashback-side-tab {
    top: 64%;
  }

  .cashback-side-tab__trigger {
    min-height: 108px;
    font-size: 12px;
    padding: 10px 7px;
  }
}

.cashback-modal {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2147483647;
  display: none;
  pointer-events: none;
}

.cashback-modal.active {
  display: block;
}

.cashback-modal__dialog {
  position: relative;
  width: min(760px, calc(100vw - 84px));
  max-height: min(86vh, 860px);
  overflow: auto;
  background:
    radial-gradient(circle at 15% 20%, rgba(198, 209, 20, 0.16), transparent 42%),
    radial-gradient(circle at 85% 15%, rgba(143, 154, 5, 0.12), transparent 35%),
    linear-gradient(180deg, #0a1809 0%, #071106 100%);
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.26);
  pointer-events: auto;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cashback-modal.active .cashback-modal__dialog {
  opacity: 1;
  transform: translateX(0);
}

.cashback-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
}

.cashback-modal__media {
  display: none;
}

.cashback-modal__content {
  padding: 48px 36px 30px;
  color: #edf00a;
  text-align: center;
  background: transparent;
}

.cashback-modal__eyebrow {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.cashback-modal__eyebrow strong {
  font-weight: 800;
}

.cashback-modal__content h2 {
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-family: "Times New Roman", serif;
  font-style: italic;
  color: #edf00a;
}

.cashback-modal__content h2 span {
  display: block;
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  color: #edf00a;
}

.cashback-modal__lead {
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 1.12;
  color: #edf00a;
}

.cashback-modal__lead strong {
  font-weight: 800;
}

.cashback-modal__disclaimer {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.35;
  color: #d6d9d2;
}

@media (max-width: 989px) {
  .cashback-modal {
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    transform: none;
  }

  .cashback-modal__dialog {
    width: 100%;
    grid-template-columns: 1fr;
    max-height: min(78vh, 680px);
  }

  .cashback-modal__media {
    min-height: 180px;
  }

  .cashback-modal__content {
    padding: 28px 20px 22px;
  }

  .cashback-modal__eyebrow {
    font-size: 16px;
  }

  .cashback-modal__content h2 {
    font-size: 44px;
  }

  .cashback-modal__content h2 span {
    font-size: 66px;
  }

  .cashback-modal__lead {
    font-size: 22px;
    line-height: 1.2;
  }

  .cashback-modal__disclaimer {
    font-size: 11px;
  }
}

/* ============================================================
   CART DRAWER — Receipt Editorial
   Substitui os antigos blocos .cart-trust-signals + .cart-drawer__pix-callout.
   Hierarquia visual: CTA primary > PIX (sub-linha do subtotal) > Trust inline
   > Payment methods micro. Cada elemento ganha espaço pela função, não por
   cor de fundo. Único bloco com fundo destacado é o CTA (laranja).
============================================================ */

/* ───── Cart Receipt (subtotal + PIX integrados) ───── */
.cart-receipt {
  margin: 16px 0 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-variant-numeric: tabular-nums;
}

.cart-receipt__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}

.cart-receipt__row--subtotal {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--body-heading-color, #171717);
  line-height: 1.2;
}

.cart-receipt__row--subtotal .cart-receipt__value {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.cart-receipt__row--pix {
  margin-top: 6px;
  padding-left: 18px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pix-green-deep);
  line-height: 1.2;
}

.cart-receipt__row--pix .cart-receipt__value--pix {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--pix-green-darker);
}

.cart-receipt__connector {
  position: absolute;
  left: 0;
  top: -6px;
  width: 12px;
  height: 14px;
  border-left: 1px solid var(--pix-green);
  border-bottom: 1px solid var(--pix-green);
  border-bottom-left-radius: 4px;
  opacity: 0.55;
}

.cart-receipt__pix-meta {
  margin: 4px 0 0 18px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--pix-green-deep);
  opacity: 0.78;
}

.cart-receipt__pix-meta strong {
  font-weight: 600;
  opacity: 1;
  color: var(--pix-green-darker);
}

/* ───── Trust Inline (substitui o antigo block cart-trust-signals) ───── */
.cart-trust-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 14px 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--pix-green-deep);
}

.cart-trust-inline__item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.cart-trust-inline__check {
  flex: 0 0 10px;
  stroke: var(--pix-green);
}

@media (max-width: 380px) {
  .cart-trust-inline {
    gap: 6px;
    font-size: 9px;
    letter-spacing: 0.04em;
  }
}

/* ───── Payment Methods (substitui o antigo cart-drawer__pix-callout) ───── */
.cart-payment-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--text-color, #5c5c5c);
  opacity: 0.7;
}

.cart-payment-methods__item--highlight {
  font-weight: 600;
  color: var(--pix-green-deep);
  opacity: 1;
}

.cart-payment-methods__sep {
  opacity: 0.4;
}

/* Sem animação fade-in: o data-merge="footer" do cart-drawer.liquid replaca
   o conteúdo do cart-receipt a cada AJAX update (qty change, add/remove).
   Animar aqui causaria piscagem perceptível. Receipt fica estático. */

/* ============================================================
   SPEC-04b — PIX price (helper snippets/pix-price.liquid)
   Versão PUNCHY — prioriza conversão (visibilidade + savings amount).
   Layouts: 'block' (PDP), 'inline' (PLP card), 'cart' (cart drawer).
   Paleta: --pix-green-deep (escuro pra texto), --pix-green-tint (fundo claro).
============================================================ */
:root {
  --pix-green: #00B488;
  --pix-green-deep: #00875E;
  --pix-green-darker: #006847;
  --pix-green-tint: rgba(0, 180, 136, 0.10);
  --pix-green-tint-strong: rgba(0, 180, 136, 0.16);
  --pix-green-border: rgba(0, 135, 94, 0.35);
}

.pix-price {
  font-variant-numeric: tabular-nums;
  line-height: 1.3;
}

.pix-price__icon {
  flex-shrink: 0;
  align-self: center;
}

.pix-price__amount {
  font-weight: 700;
  color: var(--pix-green-darker);
}

.pix-price__method {
  font-weight: 600;
  color: var(--pix-green-deep);
}

.pix-price__cart-label {
  font-weight: 500;
  color: var(--pix-green-deep);
}

.pix-price__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--pix-green-deep);
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.3;
}

.pix-price__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.pix-price__row--savings {
  font-size: 12px;
  font-weight: 500;
  color: var(--pix-green-deep);
  margin-top: 2px;
}

.pix-price__row--savings strong {
  font-weight: 700;
  color: var(--pix-green-darker);
}

/* ============================================================
   Layout 'block' — PDP: bloco destacado abaixo do preço principal
============================================================ */
.pix-price--block {
  display: block;
  margin-top: 10px;
  /* FIX: garante espaço antes da próxima section (tecnologias) */
  margin-bottom: 14px;
  padding: 10px 14px;
  background: var(--pix-green-tint);
  border: 1px solid var(--pix-green-border);
  border-radius: 6px;
  /* FIX: evita stacking weird com siblings absolute-positioned */
  position: relative;
  z-index: 1;
  /* FIX: previne content overflow visual sobre adjacentes */
  overflow: hidden;
}

.pix-price--block .pix-price__row {
  /* FIX: prevent overlap dos itens internos (icon, price, "no PIX", tag) */
  min-width: 0;
}

.pix-price--block .pix-price__row--primary {
  font-size: 14px;
}

.pix-price--block .pix-price__amount {
  font-size: 22px;
  letter-spacing: -0.01em;
}

.pix-price--block .pix-price__method {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .pix-price--block {
    padding: 9px 12px;
  }
  .pix-price--block .pix-price__amount {
    font-size: 20px;
  }
  .pix-price--block .pix-price__row--savings {
    font-size: 11px;
  }
}

/* ============================================================
   Layout 'inline' — PLP card: protagonismo do PIX com regular como âncora
   Estratégia: regular price fica enfraquecido (opacity), PIX dominante.
============================================================ */
.pix-price--inline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-top: 3px;
  /* FIX: gap antes do botão ADICIONAR (móvel) e demais elementos do card */
  margin-bottom: 8px;
}

.pix-price--inline .pix-price__amount {
  font-size: 14px;
}

.pix-price--inline .pix-price__method {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pix-price--inline .pix-price__tag {
  font-size: 9px;
  background: transparent;
  color: var(--pix-green-deep);
  border: 1px solid var(--pix-green-border);
  padding: 1px 5px;
}

/* PLP: enfraquece o preço regular pra criar ancoragem visual */
.product-block .product-price--block:has(+ .pix-price--inline) .price__current,
.product-block .product-price--block:has(+ .pix-price--inline) .price__default {
  opacity: 0.55;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .pix-price--inline {
    gap: 3px 5px;
  }
  .pix-price--inline .pix-price__amount {
    font-size: 13px;
  }
  .pix-price--inline .pix-price__method {
    font-size: 10px;
  }
  .pix-price--inline .pix-price__tag {
    font-size: 9px;
    padding: 1px 4px;
  }
}

/* Receipt Editorial — layout 'cart' do pix-price.liquid não é mais usado no
   drawer (substituído pelo cart-checkout-summary). Mantemos as variants 'block'
   (PDP) e 'inline' (PLP cards) inalteradas acima. */

/* PDP trust signals — sobrescreve cor do ícone PIX (não usa currentColor) */
.pdp-trust-signals__item--pix .pdp-trust-signals__icon {
  flex: 0 0 18px;
}

/* ============================================================
   PIX block (PDP) — fade-in só no load inicial.
   Note: .cart-drawer__pix-callout foi removido pela Receipt Editorial.
============================================================ */
@keyframes pix-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.pix-price--block {
  animation: pix-fade-in 0.3s ease-out 0.1s both;
}

@media (prefers-reduced-motion: reduce) {
  .pix-price--block {
    animation: none;
  }
}

/* ============================================================
   SPEC-13 — Recently Viewed Products
   Container hidden por default — JS exibe quando há produtos.
   Heading + grid usando os tokens existentes do tema.
============================================================ */
.shopify-section--recently-viewed {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* DEEP-OPT E.3: estados visuais via data-rv-state.
   - "loading" (initial render): reserva altura ~1 row pra evitar CLS quando JS injetar produtos
   - "populated": altura natural do conteúdo
   - "empty": some completamente (não deixa heading órfão)
   - html.no-recently-viewed: localStorage vazio detectado inline no head → some sem flash */
.recently-viewed {
  display: block;
}

html.no-recently-viewed .recently-viewed,
.recently-viewed[data-rv-state="empty"] {
  display: none !important;
}

.recently-viewed[data-rv-state="loading"] .recently-viewed__container {
  min-height: 360px;
}

@media (min-width: 768px) {
  .recently-viewed[data-rv-state="loading"] .recently-viewed__container {
    min-height: 460px;
  }
}

.recently-viewed[data-rv-state="populated"] .recently-viewed__container {
  min-height: 0;
}

.recently-viewed__heading {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.recently-viewed__container[hidden] {
  display: none !important;
}

.recently-viewed-products__inner {
  display: block;
}

@media (max-width: 767.98px) {
  .shopify-section--recently-viewed {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recently-viewed__heading {
    margin-bottom: 14px;
    font-size: 16px;
  }
}


/* ============================================================
   SPEC-15 — PDP FAQ Accordion (visible + JSON-LD pair)
   AI Overviews-friendly. Reusa o pattern de details-disclosure do tema.
============================================================ */
.shopify-section--pdp-faq {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pdp-faq-accordion {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 16px;
}

.pdp-faq-accordion__heading {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pdp-faq-accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pdp-faq-accordion__item[open] {
  background: rgba(0, 0, 0, 0.015);
}

.pdp-faq-accordion__question {
  cursor: pointer;
  padding: 16px 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  list-style: none;
  position: relative;
  padding-right: 32px;
  user-select: none;
}

.pdp-faq-accordion__question::-webkit-details-marker {
  display: none;
}

.pdp-faq-accordion__question::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.pdp-faq-accordion__item[open] .pdp-faq-accordion__question::after {
  transform: translateY(-30%) rotate(-135deg);
}

.pdp-faq-accordion__answer {
  padding: 0 8px 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-color, #5c5c5c);
}

.pdp-faq-accordion__answer .disclosure__content {
  margin: 0;
}

@media (max-width: 767.98px) {
  .shopify-section--pdp-faq {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .pdp-faq-accordion__heading {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .pdp-faq-accordion__question {
    font-size: 14px;
    padding: 14px 8px;
    padding-right: 28px;
  }
  .pdp-faq-accordion__answer {
    font-size: 13px;
  }
}

/* ============================
   PDP — Nome da cor selecionada
   Aparece abaixo do título do produto, sempre visível
   (mesmo quando produto tem só 1 cor — caso o swatch fieldset fica display:none).
============================ */
.product-color-name {
  margin: 6px 0 12px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--text-color, #5c5c5c);
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.product-color-name__label {
  font-weight: 500;
  opacity: 0.75;
}

.product-color-name__value {
  font-weight: 600;
  color: var(--body-heading-color, #171717);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 767.98px) {
  .product-color-name {
    margin: 4px 0 10px;
    font-size: 12px;
  }
}

/* ============================
   A11y — Focus states globais (WCAG 2.4.7)
   Restaura visual de foco em inputs/buttons/links/textareas que tinham
   outline:none seletivo (newsletter, contact, login, Trustvox).
   :focus-visible — só aparece em keyboard nav, não em click.
============================ */
input:focus-visible,
button:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible,
[role="button"]:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 2px solid #171717;
  outline-offset: 2px;
  border-radius: 2px;
}

