/* CDELU — loja curada, foco em conversão */

body.cx-body {
  background: #f6f0e4;
  background-image: none;
  color: #14110c;
}

.cx-wrap {
  width: min(1120px, calc(100% - 1.75rem));
  margin-inline: auto;
}

.cx-header.site-header {
  background: #000;
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.cx-ticker {
  margin: 0;
  padding: 0.4rem 1rem;
  background: #c9a227;
  color: #111;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cx-bar {
  padding: 0.7rem 0;
}

.cx-bar__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cx-logo {
  flex-shrink: 0;
}

.cx-logo .logo-mark--header {
  display: block;
  height: 3.4rem;
  width: 3.4rem;
  max-height: 3.4rem;
  border-radius: 50%;
  background: #000;
  object-fit: cover;
}

@media (min-width: 768px) {
  .cx-logo .logo-mark--header {
    height: 4.15rem;
    width: 4.15rem;
    max-height: 4.15rem;
  }
}

.cx-nav {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.cx-nav a {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  color: #f4ead2;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.cx-nav a:hover,
.cx-nav a.is-active {
  color: #111;
  background: #c9a227;
}

.cx-search {
  display: none;
  flex: 1;
  position: relative;
  max-width: 16rem;
  margin-left: auto;
}

.cx-search form {
  width: 100%;
}

.cx-search__input {
  width: 100%;
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 999px;
  background: #111;
  color: #fff;
  padding: 0.5rem 0.95rem;
  font-size: 0.85rem;
}

.cx-search__input:focus {
  outline: none;
  border-color: #e8c547;
}

.cx-tools {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: auto;
}

.cx-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.cx-cart {
  position: relative;
  border: 1px solid rgba(201, 162, 39, 0.4);
}

.cx-cart__badge {
  position: absolute;
  top: -0.3rem;
  right: -0.3rem;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #c9a227;
  color: #000;
  font-size: 0.65rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cx-cart__badge.hidden {
  display: none;
}

.cx-header .header-menu-btn {
  display: inline-flex;
}

@media (min-width: 1024px) {
  .cx-header .header-menu-btn {
    display: none;
  }

  .cx-nav,
  .cx-search {
    display: flex;
  }

  .cx-tools {
    margin-left: 0;
  }

  .cx-header .header-wa {
    display: inline-flex;
  }
}

@media (max-width: 1023px) {
  .cx-header .header-wa {
    display: none;
  }
}

/* Hero */
.cx-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(28rem, 72vh, 42rem);
  display: flex;
  align-items: flex-end;
  padding: 2rem 0 4.25rem;
  text-align: center;
  color: #f4ead2;
  background: #070707;
}

.cx-hero__photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.cx-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.78) 100%),
    linear-gradient(90deg, rgba(0, 20, 0, 0.12), transparent 28%, transparent 72%, rgba(8, 20, 40, 0.16));
  pointer-events: none;
}

.cx-hero .cx-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.cx-hero__countries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 1.1rem;
  margin: 0 0 1.6rem;
  padding: 0.55rem 0.9rem;
  list-style: none;
  border: 1px solid rgba(201, 162, 39, 0.38);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(10px);
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
}

.cx-hero__countries li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #f5d76e;
}

.cx-hero__countries li + li {
  padding-left: 1.1rem;
  border-left: 1px solid rgba(201, 162, 39, 0.4);
}

.cx-hero__kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8c547;
}

.cx-hero h1 {
  margin: 0.7rem auto 0;
  max-width: 16ch;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1.15;
  color: #f5d76e;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.55);
}

.cx-hero__lead {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: #f0e6cc;
  font-size: 1.05rem;
  line-height: 1.55;
}

.cx-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.cx-hero .btn-primary,
.cx-hero .btn-whatsapp,
.cx-cta .btn-primary,
.cx-cta .btn-whatsapp {
  min-height: 3.05rem;
  padding-inline: 1.4rem;
  font-weight: 800;
}

/* Categories */
.cx-cats {
  display: grid;
  gap: 0.85rem;
  margin-top: -1.75rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
}

.cx-cat {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(20, 17, 12, 0.08);
  border-radius: 1.1rem;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 10px 30px rgba(20, 17, 12, 0.06);
  overflow: hidden;
}

.cx-cat img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: cover;
  border-radius: 0.85rem;
  background: #111;
  flex-shrink: 0;
}

.cx-cat > div {
  min-width: 0;
  overflow: hidden;
}

.cx-cat strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #111;
  overflow-wrap: anywhere;
}

.cx-cat span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.2rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: #6a6256;
}

.cx-cat em {
  display: inline-block;
  margin-top: 0.4rem;
  font-style: normal;
  font-size: 0.7rem;
  font-weight: 800;
  color: #8a6b12;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (min-width: 860px) {
  .cx-cats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cx-cat {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 1.1rem 1rem 1.2rem;
  }

  .cx-cat img {
    width: 100%;
    height: 10rem;
  }

  .cx-cat strong {
    font-size: 1.15rem;
  }

  .cx-cat span {
    -webkit-line-clamp: 3;
    font-size: 0.82rem;
  }
}

/* Sections */
.cx-block {
  padding: 2.25rem 0 0.5rem;
}

.cx-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.cx-head h2 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #111;
}

.cx-head a {
  font-weight: 800;
  font-size: 0.82rem;
  color: #8a6b12;
  text-decoration: none;
}

.cx-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (min-width: 900px) {
  .cx-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.cx-steps {
  display: grid;
  gap: 0.75rem;
  padding: 1.5rem 0 0.5rem;
}

.cx-steps article {
  background: #fff;
  border-radius: 1rem;
  padding: 1.1rem 1.15rem;
  border: 1px solid rgba(20, 17, 12, 0.06);
}

.cx-steps b {
  display: block;
  color: #c9a227;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cx-steps strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.cx-steps p {
  margin: 0.35rem 0 0;
  color: #6a6256;
  font-size: 0.9rem;
}

@media (min-width: 800px) {
  .cx-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cx-faq {
  padding: 1.5rem 0 0.5rem;
}

.cx-faq details {
  border-bottom: 1px solid rgba(20, 17, 12, 0.1);
}

.cx-faq summary {
  cursor: pointer;
  padding: 0.95rem 0;
  font-weight: 700;
  list-style: none;
}

.cx-faq summary::-webkit-details-marker {
  display: none;
}

.cx-faq p {
  margin: 0 0 0.9rem;
  color: #6a6256;
}

.cx-cta {
  margin: 2rem 0 2.5rem;
  padding: 2rem 1.25rem;
  border-radius: 1.25rem;
  background: #000;
  color: #f4ead2;
  text-align: center;
}

.cx-cta h2 {
  margin: 0;
  font-family: Cinzel, Georgia, serif;
  color: #f5d76e;
  font-size: clamp(1.4rem, 3vw, 2rem);
}

.cx-cta p {
  margin: 0.7rem auto 0;
  max-width: 32rem;
  color: #d7cba8;
}

/* Cards */
.cx-body .product-card {
  background: #fff;
  border: 1px solid rgba(20, 17, 12, 0.08);
  border-radius: 1.05rem;
  overflow: hidden;
  color: #14110c;
  box-shadow: 0 8px 24px rgba(20, 17, 12, 0.05);
}

.cx-body .product-card:hover {
  border-color: rgba(201, 162, 39, 0.55);
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(20, 17, 12, 0.1);
}

.cx-body .product-card__media {
  background: #111;
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.85rem 0.9rem 1rem;
  gap: 0.3rem;
}

.product-card__cat {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a6b12;
}

.product-card__title {
  margin: 0;
  min-height: 2.5em;
  font-size: 0.95rem;
  line-height: 1.3;
}

.product-card__title a {
  color: #14110c;
  text-decoration: none;
}

.product-card__foot {
  margin-top: auto;
  display: grid;
  gap: 0.65rem;
}

.cx-body .product-card .price-stack__main,
.cx-body .product-card .price-now {
  color: #111;
  font-size: 1.15rem;
  font-weight: 800;
}

.cx-body .product-card .badge-estoque {
  color: #6a6256;
}

.product-card__cart {
  width: 100%;
  justify-content: center;
  min-height: 2.55rem;
}

/* Catalog */
.cx-catalog {
  padding: 1.5rem 0 3rem;
}

.cx-catalog h1 {
  margin: 0 0 0.35rem;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.7rem;
}

.cx-catalog__sub,
.cx-catalog .fx-quote {
  color: #6a6256;
  font-size: 0.9rem;
}

.cx-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.15rem 0 1rem;
}

.cx-tabs a {
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 17, 12, 0.15);
  background: #fff;
  color: #14110c;
  font-weight: 800;
  font-size: 0.8rem;
  text-decoration: none;
}

.cx-tabs a.is-active,
.cx-tabs a:hover {
  background: #000;
  border-color: #000;
  color: #f5d76e;
}

.cx-count {
  margin: 0 0 0.85rem;
  color: #6a6256;
  font-size: 0.85rem;
}

.cx-empty {
  text-align: center;
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 1rem;
}

.cx-body .catalog-search {
  margin-bottom: 0.85rem;
}

.cx-body .catalog-search__input {
  background: #fff;
  border-color: rgba(20, 17, 12, 0.15);
  color: #111;
  box-shadow: none;
}

.cx-body .catalog-search__input:focus {
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.2);
}

/* PDP */
.cx-pdp {
  padding: 1.25rem 0 2.5rem;
}

.cx-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #6a6256;
}

.cx-crumb a {
  color: inherit;
  text-decoration: none;
}

.cx-crumb a:hover {
  color: #8a6b12;
}

.cx-pdp__grid {
  display: grid;
  gap: 1.25rem;
}

.cx-pdp__frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: #111;
  border-radius: 1.2rem;
}

.cx-pdp__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cx-buy {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.25rem 1.3rem 1.4rem;
  border: 1px solid rgba(20, 17, 12, 0.08);
}

.cx-buy h1 {
  margin: 0.2rem 0 0.8rem;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.9rem);
}

.cx-buy .price-stack__main,
.cx-buy .price-now {
  color: #111;
  font-size: 1.75rem;
  font-weight: 800;
}

.cx-buy__lead {
  color: #5c564c;
  line-height: 1.55;
}

.cx-buy__actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.cx-buy__actions .btn-primary,
.cx-buy__actions .btn-whatsapp {
  min-height: 3rem;
  justify-content: center;
}

.cx-buy__meta {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.3rem;
  font-size: 0.85rem;
  color: #6a6256;
}

@media (min-width: 900px) {
  .cx-pdp__grid {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }

  .cx-buy {
    position: sticky;
    top: 7.2rem;
  }
}

.cx-related {
  padding: 0 0 3rem;
}

.page-home .cv-dock {
  background: #000;
  border: 1px solid rgba(201, 162, 39, 0.45);
}

.page-home .cv-dock a {
  background: #c9a227;
  color: #111;
}

@media (max-width: 767px) {
  .page-home {
    padding-bottom: 4.75rem;
  }
}

.cx-search .search-suggest {
  background: #fff;
  border: 1px solid #eadfca;
  color: #111;
}

.cx-search .search-suggest__item {
  color: #111;
}

.cx-body .site-footer,
.cx-footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

.cx-footer {
  margin-top: 0;
  color: #f4ead2;
}

.cx-footer__trust {
  border-bottom: 1px solid rgba(201, 162, 39, 0.22);
  background: #0c0c0c;
}

.cx-footer__trust-row {
  display: grid;
  gap: 0.75rem;
  padding: 1.1rem 0;
}

.cx-footer__trust-row p {
  margin: 0;
  padding: 0.15rem 0;
}

.cx-footer__trust-row strong {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #e8c547;
}

.cx-footer__trust-row span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.88rem;
  color: rgba(244, 234, 210, 0.82);
}

.cx-footer__main {
  display: grid;
  gap: 2rem;
  padding: 2.25rem 0 2rem;
  position: relative;
  z-index: 1;
}

.cx-footer__main h3 {
  margin: 0 0 0.85rem;
  font-family: Cinzel, Georgia, serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #e8c547;
}

.cx-footer__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.cx-footer__main li small {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(212, 196, 168, 0.62);
}

.cx-footer .footer-link {
  color: #f4ead2;
  text-decoration: none;
  font-weight: 650;
}

.cx-footer .footer-link:hover {
  color: #f5d76e;
}

.cx-footer__logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  text-decoration: none;
  color: #f5d76e;
}

.cx-footer .logo-mark--footer {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}

.cx-footer__logo strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.cx-footer__logo span {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 234, 210, 0.7);
}

.cx-footer__brand p {
  margin: 0 0 0.75rem;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(244, 234, 210, 0.78);
}

.cx-footer__addr {
  font-size: 0.8rem !important;
  color: rgba(212, 196, 168, 0.7) !important;
}

.cx-footer__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  font-size: 0.88rem !important;
}

.cx-footer__contact a {
  color: #e8c547;
  text-decoration: none;
  font-weight: 700;
}

.cx-footer__flags {
  display: flex;
  gap: 0.55rem;
  margin-top: 1rem;
}

.cx-footer__muted {
  color: rgba(212, 196, 168, 0.7);
  font-size: 0.88rem;
}

.cx-footer__ask p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(244, 234, 210, 0.78);
}

.cx-footer__phone {
  display: inline-block;
  margin-top: 0.85rem;
  color: #e8c547;
  font-weight: 700;
  text-decoration: none;
}

.cx-footer__bottom {
  border-top: 1px solid rgba(201, 162, 39, 0.22);
  background: #050505;
}

.cx-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem 0;
  font-size: 0.75rem;
  color: rgba(244, 234, 210, 0.55);
}

@media (min-width: 700px) {
  .cx-footer__trust-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 900px) {
  .cx-footer__main {
    grid-template-columns: 1.35fr 1fr 0.75fr 1.05fr;
    gap: 2.25rem;
    padding-top: 2.6rem;
    padding-bottom: 2.4rem;
  }
}
