/** Shopify CDN: Minification failed

Line 1085:0 Unexpected "}"

**/
/* Force Light Mode Only - Disable browser dark mode */
:root {
  color-scheme: light only;
  --background-color: #ffffff;
  --text-color: #000000;
}

/* Override any dark mode preferences - Samsung Internet, etc */
html, body {
  background-color: #ffffff !important;
  color: #000000 !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
  }
  
  html, body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

*,
:focus,
:focus-visible,
:hover {
  outline: 0;
  scrollbar-width: thin;
}

/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  height: 10px;
  /* height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

*:focus-visible {
  outline: 2px solid var(--focus-visible-color);
  outline-offset: 2px;
  transition: unset !important;
  position: relative;
  z-index: 1;
}

.focus-onedge:focus-visible {
  outline-offset: 0;
}

.focus-inside:focus-visible {
  outline-offset: -2px;
}

html:has(body.overflow-hidden) {
  scrollbar-gutter: stable;
}

/* ::selection {
  --selection-background: var(--text-color);
  --selection-color: var(--layout-background);
  color: var(--selection-color);
  background-color: var(--selection-background);
} */

button,
input[type='submit'] {
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: var(--layout-background);
  color: var(--text-color);
  font-size: calc(var(--body-font--scale) * 16px);
  font-family: var(--body-font--family);
  font-weight: var(--body-font--weight);
  font-style: var(--body-font--style);
  line-height: var(--body-font--lineheight);
  letter-spacing: var(--body-font--letterspacing);

  margin: 0;
  padding: 0;
  word-break: break-word;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--link-color);
}

p {
  margin: 0;
  font-size: var(--text-regular);
  color: var(--text-color);
  line-height: var(--body-font--lineheight);
}

p:empty {
  display: none;
}

p+p {
  margin-top: 16px;
}

iframe,
img {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.skip-to-content-link {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
  /* Ensure the link is accessible to screen readers and keyboard navigation */
  visibility: visible !important;
  /* Remove from visual flow but keep accessible */
  left: -9999px;
  top: -9999px;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: absolute !important;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border: 2px solid #007cba;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* common media css start */
.placeholder-svg {
  display: block;
  fill: #222222;
  max-width: 100%;
  height: auto;
}

/* Hide placeholder when real content exists */
.mediabox:has(img:not(.placeholder-svg)) .placeholder-svg,
.productmedia-gallery:has(img:not(.placeholder-svg)) .placeholder-svg {
  display: none !important;
}

.mediabox-wrapper {
  position: relative;
  overflow: hidden;
}

.mediabox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--media-ratio);
  background: var(--media-background, #eee);
}


.mediabox-fixed {
  padding-bottom: 0;
  height: 100%;
}

.mediabox-height {
  height: var(--mediabox-height);
}

.mediabox>*,
.mediabox img,
.mediabox .placeholder-svg,
.mediabox video,
.mediabox iframe {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.mediabox.mediabox-contain>*,
.mediabox.mediabox-contain img,
.mediabox.mediabox-contain .placeholder-svg,
.mediabox.mediabox-contain video,
.mediabox.mediabox-contain iframe {
  object-fit: contain;
}

.mediabox-overlay:after {
  content: '';
  pointer-events: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background: var(--media-overlay--background);
}

deferred-media,
deferred-media-video {
  display: block;
  width: 100%;
  height: 100%;
}

body .shopify-policy__container,
.container,
.container-small,
.container-medium,
.container-large,
.container-fullwidth {
  --padding-scale: 1;
  --container-width: 100%;
  --container-padding: 10px;
  width: 100%;
  max-width: var(--container-width, 100%);
  padding-inline: calc(var(--container-padding) * var(--padding-scale));
  margin-inline: auto;
}

/* .container-stretched {
  --container-padding: 0px;
  width: 100%;
  max-width: 100%;
} */

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

table thead {
  border-bottom: 1px solid var(--border-color);
}

tr th,
tr td {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  padding: 16px 20px;
  font-size: var(--text-xs);
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive:not(:last-child) {
  margin-bottom: 16px;
}

.table-responsive table {
  min-width: 100%;
  border-collapse: collapse;
}

.table-responsive table td {
  white-space: nowrap;
  padding: 8px 12px;
}

.shopify-policy__body table tr th,
.shopify-policy__body table tr td {
  white-space: normal;
}

/* RTE */
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rte p {
  font-size: inherit;
  margin-bottom: 16px;
}

.rte p+p {
  margin-top: inherit;
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte>*:first-child {
  margin-top: 0;
}

.rte>*:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

.table-responsive table {
  table-layout: auto;
}

table+table {
  margin-top: 16px;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--border-color);
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: var(--media-radius);
  border: var(--border-width) var(--border-style) var(--border-color);
}

.rte ul,
.rte ol {
  white-space: normal;
  margin-bottom: 16px;
  padding-left: 1.5rem;
  list-style-position: inside;
}

.rte ul {
  list-style-type: disc;
}

.rte ol {
  list-style-type: decimal;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  text-decoration-line: underline;
  color: var(--link-color);
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: var(--link-color--hover);
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote>* {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Media Querry */
@media (min-width: 768px) {

  .container,
  .container-small,
  .container-medium,
  .container-large,
  .container-fullwidth:not(.initial-padding) {
    --padding-scale: 2;
  }
}

@media (min-width: 1025px) {
  a:hover {
    color: var(--link-color--hover);
  }

  .container-small {
    --container-width: 925px;
  }

  .container-medium {
    --container-width: 925px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1000px;
  }

  .container-large {
    --container-width: 1125px;
  }
}

@media (min-width: 1200px) {

  .container-small {
    --container-width: 900px;
  }

  .container-medium {
    --container-width: 1080px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1180px;
  }

  .container-large {
    --container-width: 1200px;
  }
}

@media (min-width: 1440px) {

  .container-small {
    --container-width: 1040px;
  }

  .container-medium {
    --container-width: 1240px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1340px;
  }

  .container-large {
    --container-width: 1440px;
  }
}

@media (min-width: 1840px) {

  .container-small {
    --container-width: 1100px;
  }

  .container-medium {
    --container-width: 1400px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1700px;
  }

  .container-large {
    --container-width: 1840px;
  }
}
.price-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* Linha principal: preço grande + badge */
.price-main-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

/* SKU - melhor separação */
.product-sku-above-title {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
  display: inline;
}

.product-title.heading-font {
  margin: 0 0 8px;
  line-height: 1.05;
}
.product-price.price-flex-container {
  margin: 0 0 4px;
}

/* Container para preços em promoção */
.price-on-sale.price-flex-container {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
}

/* Preço original riscado */
.price-item--regular.strikethrough {
  text-decoration: line-through;
  color: #bbb;
  font-size: 14px;
  line-height: 1;
  display: inline;
  margin: 0;
  text-align: left;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .price-item--regular.strikethrough {
    color: #aaa;
    font-size: 14px;
  }
}

/* Preço atual em destaque */
.price-item--sale {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  display: inline;
  margin: 0;
  margin-right: 8px;
}

/* Badge desconto */
.discount-badge {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}

/* Container preço com sale */
.price-on-sale {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.price-row-top {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.price-row-top .discount-badge {
  margin: 0;
}

/* Galeria de produtos - centralizar título, preços e parcelamento */
.product-card .product-carddetails,
.product-card .product-cardinfo,
.product-card .product-title,
.product-card .product-price,
.product-card .price-on-sale,
.product-card .price-row-top,
.product-card .price-row-installment {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Compactar espaçamento entre título, preços e parcelamento */
.product-card .product-cardinfo {
  gap: 0 !important;
}

/* Título com 2 linhas máximas e +2px */
.product-card .product-title {
  margin-bottom: 2px !important;
}

.product-card .product-title a {
  font-size: calc(1em + 2px) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.3 !important;
  min-height: calc(1.3em * 2) !important;
}

.product-card .product-price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-card .price-row-installment {
  margin-top: 0 !important;
  line-height: 1.2 !important;
}

/* Cores só aparecem no hover */
.product-card .color-variants-fieldset {
  display: flex !important;
  justify-content: center !important;
  padding: 6px 0 0 0 !important;
  margin: 0 !important;
  width: 100% !important;
  opacity: 0 !important;
  transform: translateY(5px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  pointer-events: none !important;
}

.product-card:hover .color-variants-fieldset {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.product-card .color-variants {
  justify-content: center !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-card .color-variant {
  margin: 0 !important;
}

.product-card .color-variant label {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
}

/* Shop the Look - centralizar alinhamento */
.shop-the-look-slides .product-carddetails,
.shop-the-look-slides .product-cardinfo,
.shop-the-look-slides .product-title,
.shop-the-look-slides .product-price,
.shop-the-look-slides .price-on-sale,
.shop-the-look-slides .price-row-top,
.shop-the-look-slides .price-row-installment {
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Shop the Look - reduzir espaçamento título/preço */
.shop-the-look-slides .product-title {
  margin-bottom: 4px !important;
}

.shop-the-look-slides .product-cardinfo {
  gap: 2px !important;
}

/* Tamanhos iguais para todos elementos da primeira linha */
.price-row-top {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
}

.price-row-top .price-item--regular.strikethrough {
  font-size: 16px !important;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.price-row-top .price-item--sale {
  font-size: 16px !important;
  line-height: 1;
  font-weight: 700;
  color: #000;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.price-row-top .discount-badge {
  font-size: 12px !important;
  padding: 2px 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  margin-left: 2px;
}

.price-row-installment {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}

.price-installment-inline {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 0;
  padding: 0;
}

.installment-text {
  font-size: 16px;
}

.installment-text strong {
  font-weight: bold;
}

/* Reduzir margens padrão dos blocos */
.installments {
  margin-top: 12px;
}

/* Mobile adjustments for product page prices */
@media only screen and (max-width: 767px) {
  /* Card container - largura reduzida para forçar quebra de título em 2 linhas */
  .product-card {
    max-width: 100%;
  }

  .product-card .product-cardinfo {
    gap: 2px !important;
    display: flex;
    flex-direction: column;
  }

  .product-card .product-title {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
    height: auto;
    min-height: 28px;
    max-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-card .product-price {
    margin-top: 0 !important;
  }
  
  /* Cores sempre visíveis no mobile (não só no hover) */
  .product-card .color-variants-fieldset {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  /* Cards de produto - preços e badges em uma linha, centralizados */
  .product-card .price-row-top {
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    display: inline-flex;
  }
  
  .product-card .price-item--regular.strikethrough {
    font-size: 13px !important;
    line-height: 1;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .product-card .price-item--sale {
    font-size: 13px !important;
    line-height: 1;
    font-weight: 700;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .product-card .discount-badge {
    font-size: 11px !important;
    padding: 2px 4px;
    white-space: nowrap;
    line-height: 1;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  
  /* Página de produto - gap mínimo entre preço e badge */
  .product-info .price-row-top {
    gap: 2px;
  }

  /* Compactar parcelamento no mobile - TUDO EM UMA LINHA */
  .product-card .price-row-installment {
    display: block;
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .product-card .price-installment-inline {
    font-size: 10px !important;
    color: #666;
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 13px;
  }

  .product-card .price-installment-inline strong {
    font-weight: 700;
    white-space: nowrap;
  }

  .product-card .price-on-sale {
    display: block;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}

/* Desktop - Resetar alturas fixas e permitir layout flexível */
@media only screen and (min-width: 768px) {
  .product-card .product-title {
    height: auto;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .product-card .price-row-top {
    height: auto;
    overflow: visible;
    margin-bottom: 4px;
  }
  
  .product-card .price-item--regular.strikethrough {
    font-size: 16px !important;
    line-height: 1.2;
  }
  
  .product-card .price-item--sale {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .product-card .discount-badge {
    font-size: 13px !important;
    padding: 2px 6px;
    line-height: 1.2;
    height: auto;
  }

  .product-card .price-row-installment {
    height: auto;
    line-height: 1.3;
    font-size: 12px !important;
    white-space: normal;
  }

  .product-card .price-installment-inline {
    font-size: 12px !important;
    line-height: 1.3;
    white-space: normal;
  }
}

  /* Preço original */
  .price-item--regular.strikethrough {
    font-size: 14px;
    text-align: left !important;
  }

  /* Preço promocional em destaque */
  .price-item--sale {
    font-size: 28px;
    text-align: left;
  }

  /* Parcelamento */
  .installment-text {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  /* Alinhar container de preço à esquerda */
  .price-on-sale,
  .price-flex-container {
    text-align: left;
    justify-content: flex-start;
  }

  /* Alinhar preço promocional à esquerda */
  .price-item--sale {
    text-align: left;
  }
  
  /* Reduce mobile title size */
  .product-title.heading-font {
    font-size: 22px;
    margin: 0 0 6px;
  }
  
  /* Estoque baixo, visitas e compartilhar em uma linha */
  .product-inventory-info,
  .product-visitor-counter,
  .product-share {
    display: inline-flex !important;
    margin-right: 6px !important;
    font-size: 11px !important;
  }
  
  .product-inventory-info:last-child,
  .product-visitor-counter:last-child,
  .product-share:last-child {
    margin-right: 0 !important;
  }

  /* Alinhar linha principal de preço à esquerda */
  .price-main-row {
    justify-content: flex-start;
  }
}

/* Compact Info Row - Estoque e Visitantes */
.product-info-compact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  margin-top: 8px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
}

.product-info-compact-row .inventory-infobox {
  flex-shrink: 0;
}

.product-info-compact-row .inventory-text {
  font-size: 12px !important;
}

/* Visitors Compact */
.product-visitors-compact {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
  border-left: 1px solid #f0f0f0;
}

.product-visitors-compact .visitors-icon {
  font-size: 14px;
}

.product-visitors-compact .visitors-count {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.product-visitors-compact .visitors-count strong {
  font-weight: 700;
  color: #c0392b;
}

/* Share Button */
.product-share-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-left: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.product-share-button:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

.product-share-button:hover .share-icon {
  stroke: #fff;
}

.product-share-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.product-share-button .share-icon {
  width: 16px;
  height: 16px;
  stroke: #333;
  transition: stroke 0.25s ease;
}

.product-share-button .share-text {
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .product-info-compact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-visitors-compact {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
  }

  .product-share-button {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
    border-left: none;
  }
}

/* SKU e Estoque Info Row */
.product-sku-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.product-sku-above-title {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-sku-above-title span {
  font-weight: 500;
}

/* Visitors Box - Antiga (mantida para compatibilidade) */
.product-visitors-box {
  background: #fff8f0;
  border: 1px solid #ffd4a3;
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.product-visitors-box .visitors-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-visitors-box .visitors-icon {
  font-size: 14px;
  display: inline-block;
}

.product-visitors-box .visitors-text {
  font-size: 12px;
  color: #e67e22;
  white-space: nowrap;
  font-weight: 500;
}

.product-visitors-box .visitor-count {
  font-weight: 700;
  color: #c0392b;
}

@media only screen and (max-width: 767px) {
  .product-visitors-box {
    width: 100%;
  }

  .product-visitors-box .visitors-text {
    white-space: normal;
  }
}

/* CEP Box Styles */
.product-cep-box {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 16px;
  background: #fff;
  border-radius: 8px;
}

.cep-box-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cep-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.cep-description {
  margin: 0;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
}

.cep-input-group {
  display: flex;
  gap: 0;
  border: 1px solid #000;
  border-radius: 6px;
  overflow: hidden;
  align-items: stretch;
  height: auto;
}

.cep-input {
  flex: 1;
  padding: 12px 14px;
  border: none;
  background: #f8f8f8;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 1.5;
}

.cep-button-group {
  display: flex;
  gap: 0;
  align-items: center;
  border-left: none;
}

.cep-input::placeholder {
  color: #999;
}

.cep-input:focus {
  outline: 2px solid #000;
  outline-offset: -1px;
  background: #fff;
}

.cep-button {
  padding: 12px 16px;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  min-width: 90px;
  max-width: 100px;
}

.cep-button:hover {
  background-color: #222;
}

.cep-button:active {
  background-color: #000;
}

/* Loading animation for CEP button */
.cep-button.loading,
.cep-calculate-btn-cart.loading {
  position: relative;
  pointer-events: none;
}

.cep-button.loading::after,
.cep-calculate-btn-cart.loading::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  right: 8px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cep-location-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cep-location-button {
  padding: 4px 0;
  background: transparent;
  border: none;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cep-location-button:hover {
  color: #333;
}

.cep-location-button:active {
  opacity: 0.7;
}

.cep-location-button svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* CEP Location Info - Vans Style */
.cep-input-row {
  width: 100%;
}

.cep-input-group {
  display: flex;
  gap: 0;
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.cep-input-group .input-field {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  font-size: 14px;
  border: none;
  background: #f5f5f5;
  color: #333;
}

.cep-input-group .input-field::placeholder {
  color: #999;
}

.cep-input-group .input-field:focus {
  outline: none;
  background: #fff;
}

.cep-input-group .cep-calculate-btn {
  flex-shrink: 0;
  white-space: nowrap;
  min-width: auto;
  padding: 14px 24px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.cep-location-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 12px;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
}

.cep-location-trigger:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.cep-location-trigger svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.cep-location-info {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  flex: 1;
  min-width: 200px;
}

.cep-location-info.hidden {
  display: none;
}

.cep-location-info .location-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Shipping Results Container - Expandable */
.cep-shipping-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

.cep-shipping-results:not(.hidden) {
  max-height: 800px;
  opacity: 1;
  margin-top: 0;
}

.cep-shipping-results.hidden {
  display: none !important;
}

/* Mobile CEP */
@media (max-width: 767px) {
  .cep-input-group {
    flex-direction: row;
    gap: 0;
    border: 2px solid #000;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .cep-input {
    padding: 10px 10px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
  }
  
  .cep-button {
    padding: 10px 10px;
    font-size: 10px;
    min-width: auto;
    max-width: none;
    letter-spacing: 0.5px;
  }
  
  .cep-calculate-btn {
    padding: 10px 12px !important;
    font-size: 11px !important;
    min-width: 70px !important;
    max-width: 80px !important;
    white-space: nowrap;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
  }
  
  .cep-input-group .input-field {
    padding: 10px 12px;
    font-size: 13px;
    border: none;
    background: #f5f5f5;
    min-width: 0;
  }
  
  .cep-input-group .cep-calculate-btn {
    width: auto;
    padding: 10px 12px;
    background: #000;
    color: #fff;
  }
  
  .cep-location-row {
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  
  .cep-location-button {
    padding: 3px 0;
    font-size: 11px;
    flex-shrink: 0;
    white-space: nowrap;
  }
  
  .cep-location-info {
    margin-top: 0;
    padding: 0;
    flex-shrink: 1;
    min-width: 0;
    font-size: 11px;
  }
  
  .shipping-results-wrapper {
    gap: 6px;
    max-height: 350px;
    margin-top: 12px;
  }

  .shipping-results-list {
    gap: 4px;
  }

  .shipping-rate-item {
    padding: 10px;
    gap: 4px;
  }

  .shipping-rate-copy {
    gap: 1px;
  }

  .shipping-rate-name {
    font-size: 12px;
  }

  .shipping-rate-eta {
    font-size: 10px;
  }
  
  .shipping-rate-price {
    font-size: 13px;
    margin-left: 8px;
  }
}

/* Inventory - Out of Stock */
.product-inventory-status.no-stock {
  color: #dc2626 !important;
  font-weight: 600;
}

.product-inventory-status.no-stock::before {
  background-color: #dc2626 !important;
}

.cep-location-info .location-icon {
  font-size: 16px;
}

.cep-location-info .location-text {
  font-weight: 500;
}

/* Trust Badges */
.product-trust-badges {
  margin-top: 24px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-badge-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-badge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.trust-badge-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 50%;
  color: #333;
}

.trust-badge-icon svg {
  width: 20px;
  height: 20px;
}

.trust-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.trust-badge-title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

.trust-badge-subtitle {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .product-trust-badges {
    margin-top: 20px;
    padding: 16px;
  }
  
  .trust-badges-grid {
    gap: 12px;
  }
  
  .trust-badge-item {
    padding: 10px;
  }
  
  .trust-badge-icon {
    width: 36px;
    height: 36px;
  }
  
  .trust-badge-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .trust-badge-title {
    font-size: 12px;
  }
  
  .trust-badge-subtitle {
    font-size: 10px;
  }
}

/* Countdown Timer Promocional - Compacto na Borda da Galeria */
.product-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  max-width: 280px;
}

.countdown-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.countdown-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  animation: pulse-countdown 2s ease-in-out infinite;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.countdown-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

@keyframes pulse-countdown {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

.countdown-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.countdown-text {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.countdown-timer {
  display: flex;
  align-items: center;
  gap: 3px;
}

.countdown-unit {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1px;
  min-width: auto;
}

.countdown-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: 'Courier New', monospace;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.countdown-label {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
  margin: 0;
}

.countdown-separator {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin: 0 1px;
}

.countdown-expired {
  display: none;
}

@media (max-width: 767px) {
  .product-countdown {
    padding: 6px 10px;
    top: 12px;
    right: 12px;
    max-width: 240px;
  }
  
  .countdown-content {
    gap: 6px;
  }
  
  .countdown-icon {
    font-size: 16px;
  }
  
  .countdown-text {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  
  .countdown-value {
    font-size: 14px;
  }
  
  .countdown-label {
    font-size: 8px;
  }
  
  .countdown-separator {
    font-size: 12px;
  }
}

/* Product Visitors Counter - Inline Mobile */
.product-viewers-counter {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  width: fit-content;
}

.product-viewers-counter .viewers-icon {
  font-size: 16px;
  line-height: 1;
}

.product-viewers-counter .viewers-text {
  font-weight: 500;
  white-space: nowrap;
}

/* Share/Stock Row - Inline with Visitors */
.product-share-stock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .product-share-stock-row {
    gap: 8px;
  }
  
  .product-viewers-counter {
    font-size: 12px;
    padding: 6px 10px;
  }
  
  .product-viewers-counter .viewers-icon {
    font-size: 14px;
  }
}

/* Shipping Results in CEP Box */
.shipping-results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.shipping-results-title {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}

.shipping-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shipping-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fafafa;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

.shipping-rate-item:hover {
  border-color: #10b981;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
}

.shipping-rate-item.active {
  border-color: #10b981;
  background: linear-gradient(135deg, #f0fdf4 0%, #e8f8f0 100%);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.shipping-rate-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #10b981;
  border-radius: 6px 0 0 6px;
}

.shipping-rate-copy {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 1;
  align-items: center;
}

.shipping-rate-name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.shipping-rate-eta {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.shipping-rate-eta::before {
  content: '• ';
  margin-right: 4px;
}

.shipping-rate-price {
  font-weight: 700;
  font-size: 16px;
  color: #10b981;
  white-space: nowrap;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .product-cep-box {
    padding: 16px;
    margin-top: 12px;
  }

  .cep-input-group {
    flex-direction: row;
    gap: 0;
  }

  .cep-button {
    flex: 0 0 auto;
    padding: 12px 16px;
  }

  .shipping-results-wrapper {
    gap: 8px;
    padding: 14px;
    margin-top: 14px;
  }

  .shipping-results-list {
    gap: 8px;
  }

  .shipping-rate-item {
    padding: 8px 10px;
    gap: 6px;
    display: flex;
    align-items: center;
  }

  .shipping-rate-copy {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex: 1;
    align-items: center;
  }

  .shipping-rate-name {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
  }

  .shipping-rate-eta {
    font-size: 9px;
    color: #999;
    white-space: nowrap;
  }

  .shipping-rate-eta::before {
    content: '• ';
    margin-right: 2px;
  }

  .shipping-rate-price {
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap;
    color: #10b981;
    font-weight: 700;
  }
}

/* Cashback Box - Layout compacto */
.product-cashback-box {
  margin-top: 4px;
  margin-bottom: 8px;
}

/* Size Guide - Gender Selector */
.size-guide-gender-selector {
  display: flex;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

.size-guide-gender-selector .gender-btn {
  flex: 1;
  padding: 12px 24px;
  border: 2px solid #e5e5e5;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.size-guide-gender-selector .gender-btn:hover {
  border-color: #333;
  color: #333;
}

.size-guide-gender-selector .gender-btn.active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.size-guide-wrapper .sizeguide-content {
  animation: fadeIn 0.3s ease;
}

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