/* Dani Fraccaro – Catálogo */
:root {
  --df-rosa: #d19591;
  --df-rosa-claro: #f6e1de;
  --df-rosa-escuro: #9e5f5b;
  --df-btn: #a8625e;
  --df-btn-hover: #8f4f4b;
  --df-texto: #5b3a38;
  --df-texto-suave: #8a6a67;
  --df-creme: #fdf4f2;
  --df-borda: #f0dcd8;
  --df-branco: #fff;
  --df-wa: #1e9e50;
  --df-wa-hover: #178a44;
  --df-radius: 20px;
  --df-shadow: 0 10px 30px -12px rgba(122, 64, 60, .28);
  --df-f-titulo: "Playfair Display", Georgia, serif;
  --df-f-script: "Dancing Script", cursive;
  --df-f-texto: "Nunito", system-ui, sans-serif;
}

html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { font-family: var(--df-f-texto); color: var(--df-texto); background: var(--df-branco); -webkit-font-smoothing: antialiased; }
body :where(a) { color: var(--df-rosa-escuro); }

/* ---------- Cabeçalho (Elementor) ---------- */
.elementor-location-header, #masthead.hfe-site-header, header#masthead {
  position: sticky !important; top: 0; z-index: 90; background: #fff;
  transition: box-shadow .25s;
}
body.admin-bar .elementor-location-header, body.admin-bar #masthead { top: 32px; }
@media (max-width: 782px) { body.admin-bar .elementor-location-header, body.admin-bar #masthead { top: 0; } }
body.df-scrolled .elementor-location-header, body.df-scrolled #masthead { box-shadow: 0 6px 24px -14px rgba(91, 58, 56, .45); }
.elementor .df-topbar .elementor-heading-title { font-family: var(--df-f-texto) !important; font-size: 13px !important; font-weight: 700 !important; color: #4a2a28 !important; letter-spacing: .02em; }
@media (max-width: 767px) { .elementor .df-topbar .elementor-heading-title { font-size: 11.5px !important; } }
.df-headbar .df-grow, .df-headbar .elementor-widget-df_menu { flex: 1 1 auto; }

/* ---------- Logo ---------- */
.df-logo { display: inline-flex; flex-direction: column; align-items: center; line-height: 1; text-decoration: none !important; color: var(--df-rosa-escuro) !important; --df-logo-h: 64px; }
.df-logo-img { height: var(--df-logo-h); width: auto; display: block; }
.df-logo-script { font-family: var(--df-f-script); font-weight: 700; font-size: calc(var(--df-logo-h) * .52); color: var(--df-rosa-escuro); white-space: nowrap; }
.df-logo-sub { font-family: var(--df-f-texto); font-weight: 800; font-size: calc(var(--df-logo-h) * .17); letter-spacing: .42em; text-transform: uppercase; color: var(--df-rosa); margin-top: 3px; padding-left: .42em; }
@media (max-width: 767px) { .df-headbar .df-logo { --df-logo-h: 50px; } }

/* ---------- Menu ---------- */
.df-nav { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.df-nav-list { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.df-nav-item { position: relative; }
.df-nav-item > a { display: flex; align-items: center; gap: 4px; padding: 12px 12px; font-weight: 700; font-size: 15px; color: var(--df-texto) !important; text-decoration: none; border-radius: 999px; transition: background .2s, color .2s; white-space: nowrap; }
.df-nav-item > a:hover, .df-nav-item:focus-within > a { background: var(--df-creme); color: var(--df-rosa-escuro) !important; }
.df-nav-extra > a { font-weight: 600; color: var(--df-texto-suave) !important; }
.df-nav-item .df-ico { width: 14px; height: 14px; transition: transform .2s; }
.df-nav-item:hover .df-ico, .df-nav-item:focus-within .df-ico { transform: rotate(180deg); }
.df-sub { position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px); padding-top: 8px; opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; z-index: 30; }
.df-nav-item:hover .df-sub, .df-nav-item:focus-within .df-sub { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.df-sub-inner { background: #fff; border: 1px solid var(--df-borda); border-radius: 18px; box-shadow: var(--df-shadow); padding: 10px; min-width: 230px; display: flex; flex-direction: column; }
.df-sub-inner::before { content: ""; position: absolute; top: 3px; left: 50%; width: 12px; height: 12px; background: #fff; border-left: 1px solid var(--df-borda); border-top: 1px solid var(--df-borda); transform: translateX(-50%) rotate(45deg); }
.df-sub a { padding: 10px 14px; border-radius: 12px; color: var(--df-texto) !important; text-decoration: none; font-weight: 600; font-size: 15px; transition: background .15s; }
.df-sub a:hover { background: var(--df-creme); color: var(--df-rosa-escuro) !important; }
.df-sub a.df-sub-all, .df-acc-panel a.df-sub-all { color: var(--df-rosa-escuro) !important; font-weight: 800; font-size: 14px; border-top: 1px dashed var(--df-borda); border-radius: 0 0 12px 12px; margin-top: 4px; }

.df-nav-search { position: relative; }
.df-search-toggle, .df-nav-toggle, .df-drawer-close { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 0; background: transparent; color: var(--df-texto); cursor: pointer; padding: 0; transition: background .2s; }
.df-search-toggle:hover, .df-nav-toggle:hover, .df-drawer-close:hover { background: var(--df-creme); }
.df-search-toggle .df-ico, .df-nav-toggle .df-ico, .df-drawer-close .df-ico { width: 22px; height: 22px; }
.df-search-pop { position: absolute; right: 0; top: calc(100% + 8px); width: 320px; opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s; z-index: 30; }
.df-nav-search.is-open .df-search-pop { opacity: 1; visibility: visible; transform: none; }
.df-search { display: flex; background: #fff; border: 1.5px solid var(--df-borda); border-radius: 999px; overflow: hidden; box-shadow: var(--df-shadow); }
.df-search input[type=search] { flex: 1; border: 0 !important; padding: 12px 18px !important; font: inherit; color: var(--df-texto); background: transparent; outline: none; box-shadow: none !important; min-width: 0; }
.df-search button { border: 0; background: var(--df-rosa); color: #fff; width: 48px; cursor: pointer; display: grid; place-items: center; padding: 0; border-radius: 0; }
.df-search button .df-ico { width: 20px; height: 20px; }
.df-nav-toggle { display: none; }

.df-drawer { position: fixed; inset: 0; z-index: 1000; }
.df-drawer[hidden] { display: none; }
.df-drawer-backdrop { position: absolute; inset: 0; background: rgba(74, 42, 40, .35); opacity: 0; transition: opacity .3s; }
.df-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(88vw, 380px); background: #fff; padding: 16px 20px 28px; overflow-y: auto; transform: translateX(100%); transition: transform .32s cubic-bezier(.2, .8, .2, 1); display: flex; flex-direction: column; gap: 14px; }
.df-drawer.is-open .df-drawer-backdrop { opacity: 1; }
.df-drawer.is-open .df-drawer-panel { transform: none; }
.df-drawer-head { display: flex; align-items: center; justify-content: space-between; }
.df-drawer-head .df-logo { --df-logo-h: 48px; }
.df-drawer .df-search { box-shadow: none; }
.df-drawer-title { font-family: var(--df-f-script); font-size: 24px; color: var(--df-rosa-escuro); margin-top: 6px; }
.df-acc { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--df-borda); }
.df-acc > li { border-bottom: 1px solid var(--df-borda); }
.df-acc .df-acc-btn, .df-acc .df-acc-link { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 14px 4px; font: 700 16px var(--df-f-texto); color: var(--df-texto) !important; background: none; border: 0; text-decoration: none; cursor: pointer; text-align: left; }
.df-acc-btn:hover, .df-acc-btn:focus { background: none; color: var(--df-rosa-escuro) !important; }
.df-acc-btn .df-ico { width: 18px; height: 18px; transition: transform .2s; }
.df-acc-btn[aria-expanded=true] .df-ico { transform: rotate(180deg); }
.df-acc-panel { display: flex; flex-direction: column; padding: 0 0 10px 10px; }
.df-acc-panel[hidden] { display: none; }
.df-acc-panel a { padding: 10px 12px; color: var(--df-texto) !important; text-decoration: none; font-weight: 600; border-radius: 10px; }
.df-acc-panel a:hover { background: var(--df-creme); }
body.df-lock { overflow: hidden; }

@media (max-width: 1240px) { .df-nav-extra { display: none; } }
@media (max-width: 1024px) {
  .df-nav-list, .df-nav-search { display: none; }
  .df-nav-toggle { display: grid; }
}

/* Reset dos botões do tema (Hello Elementor pinta todo <button> de rosa com borda) */
.df-nav button, .df-drawer button, .df-hero button, .df-rail-wrap button, .df-gallery button, .df-lightbox button { border: 0; white-space: normal; text-transform: none; letter-spacing: normal; }
.df-hero-dots button:hover, .df-hero-dots button:focus { background: #fff; }
.df-hero-dots button.is-active:hover { background: var(--df-btn); }
.df-gallery-slide:hover, .df-gallery-slide:focus { background: none; }
.df-gallery-thumbs button:hover, .df-gallery-thumbs button:focus { background: var(--df-creme); }
.df-search button:hover, .df-search button:focus { background: var(--df-btn); color: #fff; }
.df-search-toggle:focus, .df-nav-toggle:focus, .df-drawer-close:focus, .df-acc-btn:focus { color: var(--df-texto); background: var(--df-creme); }
.df-hero-arrow:focus, .df-gallery-arrow:focus, .df-rail-arrow:focus { background: #fff; color: var(--df-rosa-escuro); }
.df-lb-close:focus, .df-lb-arrow:focus { color: #fff; background: rgba(255, 255, 255, .28); }

/* ---------- Botões ---------- */
.df-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: 999px; background: var(--df-btn); color: #fff !important; font: 800 15px/1.2 var(--df-f-texto); letter-spacing: .02em; text-decoration: none !important; border: 2px solid transparent; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.df-btn:hover { background: var(--df-btn-hover); transform: translateY(-2px); box-shadow: 0 10px 20px -10px rgba(143, 79, 75, .7); }
.df-btn .df-ico { width: 22px; height: 22px; flex: none; }
.df-btn-wa { background: var(--df-wa); }
.df-btn-wa:hover { background: var(--df-wa-hover); box-shadow: 0 10px 20px -10px rgba(23, 138, 68, .7); }
.df-btn-soft { background: #fff; color: var(--df-rosa-escuro) !important; border-color: var(--df-borda); }
.df-btn-soft:hover { background: var(--df-creme); color: var(--df-rosa-escuro) !important; border-color: var(--df-rosa); box-shadow: none; }
.df-btn-lg { padding: 18px 28px; font-size: 17px; }
.df-btn-block { width: 100%; }
.elementor .df-el-btn .elementor-button { background: var(--df-btn); color: #fff; border-radius: 999px; padding: 15px 30px; font: 800 15px var(--df-f-texto); letter-spacing: .02em; transition: background .2s, transform .2s; }
.elementor .df-el-btn .elementor-button:hover { background: var(--df-btn-hover); transform: translateY(-2px); }

/* ---------- Banner (hero) ---------- */
.df-hero { position: relative; overflow: hidden; border-radius: 28px; margin: 20px auto 0; max-width: 1320px; width: calc(100% - 40px); height: var(--df-hero-h, 560px); background: var(--df-creme); touch-action: pan-y; user-select: none; }
.df-hero-track { display: flex; height: 100%; transition: transform .8s cubic-bezier(.65, 0, .35, 1); will-change: transform; }
.df-slide { position: relative; flex: 0 0 100%; height: 100%; display: block; text-decoration: none !important; overflow: hidden; }
.df-slide picture, .df-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.df-slide img { transform: scale(1.06); transition: transform 6s ease-out; }
.df-slide.is-active img { transform: scale(1); }
.df-slide-content { position: absolute; top: 50%; left: 7%; transform: translateY(-50%); max-width: min(520px, 46%); display: flex; flex-direction: column; align-items: flex-start; gap: 14px; color: #4a2a28; }
.df-slide.pos-centro .df-slide-content { left: 50%; transform: translate(-50%, -50%); align-items: center; text-align: center; max-width: 640px; }
.df-slide.pos-direita .df-slide-content { left: auto; right: 7%; align-items: flex-end; text-align: right; }
.df-slide.tema-claro .df-slide-content { color: #fff; text-shadow: 0 2px 18px rgba(0, 0, 0, .35); }
.df-slide-tag { background: #fff; color: var(--df-rosa-escuro); font-weight: 800; font-size: 14px; padding: 7px 16px; border-radius: 999px; box-shadow: 0 6px 16px -8px rgba(122, 64, 60, .5); text-shadow: none; }
.df-slide-title { font: 600 clamp(30px, 4.2vw, 56px)/1.1 var(--df-f-titulo); color: inherit; margin: 0; }
.df-slide-text { font-size: clamp(16px, 1.4vw, 19px); margin: 0; line-height: 1.5; }
.df-slide .df-btn { margin-top: 8px; }
.df-slide-content > * { opacity: 0; transform: translateY(18px); transition: opacity .6s, transform .6s; }
.df-slide.is-active .df-slide-content > * { opacity: 1; transform: none; }
.df-slide.is-active .df-slide-content > *:nth-child(2) { transition-delay: .12s; }
.df-slide.is-active .df-slide-content > *:nth-child(3) { transition-delay: .24s; }
.df-slide.is-active .df-slide-content > *:nth-child(4) { transition-delay: .36s; }
.df-hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .9); color: var(--df-rosa-escuro); display: grid; place-items: center; cursor: pointer; box-shadow: var(--df-shadow); transition: background .2s, transform .2s; z-index: 3; padding: 0; }
.df-hero-arrow:hover { background: #fff; transform: translateY(-50%) scale(1.08); }
.df-hero-arrow .df-ico { width: 22px; height: 22px; }
.df-hero-arrow.prev { left: 18px; }
.df-hero-arrow.next { right: 18px; }
.df-hero-dots { position: absolute; bottom: 18px; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; z-index: 3; }
.df-hero-dots button { width: 10px; height: 10px; border-radius: 999px; border: 0; background: rgba(255, 255, 255, .75); padding: 0; cursor: pointer; transition: width .3s, background .3s; box-shadow: 0 1px 4px rgba(0, 0, 0, .15); }
.df-hero-dots button.is-active { width: 30px; background: var(--df-btn); }
.df-hero-empty { padding: 60px 20px; text-align: center; background: var(--df-creme); border-radius: 20px; margin: 20px; }
@media (max-width: 767px) {
  .df-hero { height: var(--df-hero-hm, 520px); width: 100%; margin-top: 0; border-radius: 0; }
  .df-slide-content, .df-slide.pos-centro .df-slide-content, .df-slide.pos-direita .df-slide-content { top: auto; bottom: 0; left: 0; right: 0; transform: none; max-width: none; padding: 60px 22px 50px; align-items: flex-start; text-align: left; gap: 10px; }
  .df-slide.tema-escuro .df-slide-content { background: linear-gradient(to top, rgba(255, 255, 255, .95) 55%, rgba(255, 255, 255, 0)); }
  .df-slide.tema-claro .df-slide-content { background: linear-gradient(to top, rgba(40, 20, 18, .6) 50%, rgba(40, 20, 18, 0)); }
  .df-hero-arrow { display: none; }
  .df-hero-dots { bottom: 16px; }
  .df-slide .df-btn { padding: 12px 22px; }
}

/* ---------- Títulos das seções (Elementor) ---------- */
.elementor .df-kicker .elementor-heading-title { font-family: var(--df-f-script) !important; font-weight: 700; font-size: 26px; color: #bf7a75; line-height: 1; }
.elementor .df-title .elementor-heading-title { font-family: var(--df-f-titulo); font-weight: 600; font-size: clamp(32px, 4vw, 46px); color: var(--df-texto); line-height: 1.12; }
.elementor .df-title-script .elementor-heading-title { font-family: var(--df-f-script); font-weight: 700; font-size: clamp(44px, 5.5vw, 64px); color: var(--df-rosa-escuro); }
.elementor .df-title-sm .elementor-heading-title { font-family: var(--df-f-titulo); font-size: 26px; color: var(--df-texto); }
.elementor .df-lead { font-size: 17.5px; line-height: 1.65; color: var(--df-texto-suave); }
.df-lead p { max-width: 620px; margin: 0 auto 8px; }
.elementor .df-lead-left { font-size: 17px; line-height: 1.75; color: var(--df-texto); }
.elementor .df-list .elementor-icon-list-text { font-size: 16.5px; font-weight: 700; color: var(--df-texto); }
.df-list .elementor-icon-list-icon { display: none; }
.df-list .elementor-icon-list-item { padding: 6px 0 !important; }
.df-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 22px; transition: transform .5s; display: block; }
.df-photo { overflow: hidden; border-radius: 22px; }
.df-cantinho-grid .df-photo:hover img { transform: scale(1.05); }
.df-photo-arch, .df-photo-arch img { border-radius: 260px 260px 28px 28px; }
.df-photo-arch img { aspect-ratio: 4/5; box-shadow: 18px 18px 0 var(--df-rosa-claro); }
.df-photo-arch { overflow: visible; }
.df-cantinho-grid > .e-con { --width: calc(25% - 12px) !important; }
@media (max-width: 767px) {
  .df-cantinho-grid > .e-con { --width: calc(50% - 5px) !important; }
  .df-photo-arch img { box-shadow: 10px 10px 0 var(--df-rosa-claro); }
}

/* FAQ */
.df-faq .elementor-toggle-item { background: #fff; border: 1px solid var(--df-borda); border-radius: 18px; margin-bottom: 12px; overflow: hidden; transition: box-shadow .2s; }
.df-faq .elementor-toggle-item:hover { box-shadow: var(--df-shadow); }
.df-faq .elementor-tab-title { padding: 20px 22px !important; border: 0 !important; font: 700 17px var(--df-f-texto); color: var(--df-texto) !important; display: flex; align-items: center; gap: 10px; }
.df-faq .elementor-tab-title a { color: inherit !important; }
.df-faq .elementor-tab-title .elementor-toggle-icon { order: 2; margin-left: auto; color: var(--df-rosa); }
.df-faq .elementor-tab-title.elementor-active { color: var(--df-rosa-escuro) !important; }
.df-faq .elementor-tab-content { border: 0 !important; padding: 0 22px 22px !important; font-size: 16px; line-height: 1.7; color: var(--df-texto-suave); }
.df-cta-box { background: var(--df-creme); border-radius: 24px; margin-top: 24px; text-align: center; }

/* ---------- Grade de produtos / cards ---------- */
.df-grid { display: grid; gap: 24px; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
.df-cols-2 { --cols: 2; } .df-cols-3 { --cols: 3; } .df-cols-4 { --cols: 4; } .df-cols-5 { --cols: 5; }
@media (max-width: 1024px) { .df-grid { --cols: 3; } }
@media (max-width: 767px) { .df-grid { --cols: 2; gap: 14px; } }
.df-card { background: #fff; border: 1px solid var(--df-borda); border-radius: var(--df-radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.df-card:hover { transform: translateY(-4px); box-shadow: var(--df-shadow); }
.df-card-media { position: relative; display: block; aspect-ratio: 1; background: var(--df-creme); overflow: hidden; }
.df-card-img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover; transition: opacity .4s, transform .6s; }
.df-card-img-alt { opacity: 0; }
.df-card:hover .df-card-img-alt { opacity: 1; }
.df-card:hover .df-card-img { transform: scale(1.04); }
.df-badge { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--df-rosa); color: #3f2321; font-weight: 800; font-size: 12px; letter-spacing: .04em; padding: 5px 12px; border-radius: 999px; }
.df-card-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.df-card-cat { font-size: 11.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--df-rosa); }
.df-card-title { font: 600 17px/1.3 var(--df-f-titulo); margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.df-card-title a { color: var(--df-texto) !important; text-decoration: none; }
.df-card-actions { display: flex; gap: 8px; margin-top: auto; padding-top: 8px; align-items: center; }
.df-card-actions .df-btn { flex: 1; padding: 10px 12px; font-size: 13.5px; }
.df-card-wa { flex: none; width: 42px; height: 42px; border-radius: 50%; background: var(--df-wa); color: #fff !important; display: grid; place-items: center; transition: background .2s, transform .2s; }
.df-card-wa:hover { background: var(--df-wa-hover); transform: scale(1.08); }
.df-card-wa .df-ico { width: 22px; height: 22px; }
@media (max-width: 767px) {
  .df-card-body { padding: 10px 12px 12px; }
  .df-card-title { font-size: 15px; }
  .df-card-actions .df-btn { font-size: 12.5px; padding: 9px 8px; }
  .df-card-wa { width: 38px; height: 38px; }
}
.df-empty { text-align: center; padding: 40px; color: var(--df-texto-suave); }

/* Carrossel horizontal (Novidades / relacionados) */
.df-rail-wrap { position: relative; }
.df-grid.df-rail { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 6px 2px 18px; margin: -6px -2px 0; scroll-behavior: smooth; }
.df-grid.df-rail::-webkit-scrollbar { display: none; }
.df-rail > .df-card { flex: 0 0 calc((100% - (var(--cols) - 1) * 24px) / var(--cols)); scroll-snap-align: start; }
@media (max-width: 767px) { .df-rail > .df-card { flex-basis: 64%; } }
.df-rail-arrow { position: absolute; top: 38%; z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--df-borda) !important; background: #fff; color: var(--df-rosa-escuro); display: grid; place-items: center; cursor: pointer; box-shadow: var(--df-shadow); transition: opacity .2s, transform .2s; padding: 0; }
.df-rail-arrow:hover { transform: scale(1.08); background: #fff; }
.df-rail-arrow .df-ico { width: 20px; height: 20px; }
.df-rail-arrow.prev { left: -22px; } .df-rail-arrow.next { right: -22px; }
.df-rail-arrow[disabled] { opacity: 0; pointer-events: none; }
@media (max-width: 1280px) { .df-rail-arrow.prev { left: -8px; } .df-rail-arrow.next { right: -8px; } }
@media (max-width: 767px) { .df-rail-arrow { display: none; } }

/* Cartões de categorias */
.df-cats { display: grid; gap: 22px; grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr)); }
@media (max-width: 1024px) { .df-cats { --cols: 2; } }
@media (max-width: 767px) { .df-cats { gap: 12px; } }
.df-cat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; text-decoration: none !important; padding: 14px 14px 20px; background: #fff; border-radius: 26px; border: 1px solid var(--df-borda); transition: transform .25s, box-shadow .25s; }
.df-cat:hover { transform: translateY(-4px); box-shadow: var(--df-shadow); }
.df-cat-img { display: block; width: 100%; aspect-ratio: 1; border-radius: 20px; overflow: hidden; background: var(--df-creme); margin-bottom: 10px; }
.df-cat-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.df-cat:hover .df-cat-img img { transform: scale(1.06); }
.df-cat-ph { display: grid; place-items: center; height: 100%; font-size: 64px; }
.df-cat-name { font: 600 21px var(--df-f-titulo); color: var(--df-texto); }
.df-cat-subs { font-size: 13.5px; color: var(--df-texto-suave); }
@media (max-width: 767px) { .df-cat { padding: 10px 10px 14px; border-radius: 20px; } .df-cat-name { font-size: 17px; } .df-cat-subs { font-size: 12px; } }

/* ---------- Páginas do plugin ---------- */
.df-page { padding-bottom: 60px; }
.df-wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.df-crumbs ol { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; margin: 0; padding: 22px 0; font-size: 14px; }
.df-crumbs li { color: var(--df-texto-suave); display: flex; gap: 6px; align-items: center; }
.df-crumbs li + li::before { content: "›"; color: var(--df-rosa); }
.df-crumbs a { color: var(--df-texto-suave) !important; text-decoration: none; }
.df-crumbs a:hover { color: var(--df-rosa-escuro) !important; text-decoration: underline; }
.df-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.df-chip { display: inline-block; padding: 6px 14px; border-radius: 999px; background: var(--df-rosa-claro); color: var(--df-rosa-escuro) !important; font-weight: 700; font-size: 13px; text-decoration: none !important; transition: background .2s; }
.df-chip:hover { background: #f0cfca; }
.df-chips-lg { justify-content: center; margin-top: 18px; }
.df-chips-lg .df-chip { padding: 10px 20px; font-size: 15px; background: #fff; border: 1.5px solid var(--df-borda); }
.df-chips-lg .df-chip.is-active, .df-chips-lg .df-chip:hover { background: var(--df-btn); border-color: var(--df-btn); color: #fff !important; }
.df-h2 { font: 600 clamp(26px, 3vw, 34px)/1.2 var(--df-f-titulo); color: var(--df-texto); margin: 0 0 22px; }
.df-h3 { font: 600 22px var(--df-f-titulo); color: var(--df-texto); margin: 0 0 14px; }
.df-script { font-family: var(--df-f-script); font-weight: 700; font-size: 30px; color: var(--df-rosa-escuro); }

/* Produto */
.df-product-top { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 56px; align-items: start; }
@media (max-width: 960px) { .df-product-top { grid-template-columns: 1fr; gap: 28px; } }
.df-gallery { position: sticky; top: 130px; }
@media (max-width: 960px) { .df-gallery { position: static; margin: 0 -20px; } }
.df-gallery-main { position: relative; aspect-ratio: 1; border-radius: 28px; overflow: hidden; background: var(--df-creme); touch-action: pan-y; }
@media (max-width: 960px) { .df-gallery-main { border-radius: 0; } }
.df-gallery-track { display: flex; height: 100%; transition: transform .45s cubic-bezier(.65, 0, .35, 1); }
.df-gallery-slide { flex: 0 0 100%; height: 100%; border: 0; padding: 0; margin: 0; background: none; cursor: zoom-in; display: block; border-radius: 0; }
.df-gallery-slide img { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }
.df-gallery-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .92); color: var(--df-rosa-escuro); display: grid; place-items: center; cursor: pointer; box-shadow: var(--df-shadow); padding: 0; z-index: 2; }
.df-gallery-arrow:hover { background: #fff; }
.df-gallery-arrow .df-ico { width: 20px; height: 20px; }
.df-gallery-arrow.prev { left: 14px; } .df-gallery-arrow.next { right: 14px; }
.df-gallery-count { position: absolute; bottom: 14px; left: 14px; background: rgba(255, 255, 255, .92); color: var(--df-texto); font-weight: 800; font-size: 13px; padding: 5px 12px; border-radius: 999px; }
.df-gallery-zoom { position: absolute; bottom: 14px; right: 14px; width: 38px; height: 38px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--df-rosa-escuro); display: grid; place-items: center; pointer-events: none; }
.df-gallery-zoom .df-ico { width: 18px; height: 18px; }
.df-gallery-thumbs { display: flex; gap: 10px; margin-top: 14px; overflow-x: auto; scrollbar-width: none; }
@media (max-width: 960px) { .df-gallery-thumbs { padding: 0 20px; } }
.df-gallery-thumbs button { flex: 0 0 78px; height: 78px; border-radius: 14px; overflow: hidden; border: 2px solid transparent !important; padding: 0; cursor: pointer; background: var(--df-creme); opacity: .65; transition: opacity .2s, border-color .2s; }
.df-gallery-thumbs button.is-active, .df-gallery-thumbs button:hover { opacity: 1; border-color: var(--df-rosa) !important; }
.df-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; display: block; }
.df-product-info { display: flex; flex-direction: column; gap: 18px; }
.df-product-title { font: 600 clamp(28px, 3.2vw, 40px)/1.15 var(--df-f-titulo); color: var(--df-texto); margin: 0; }
.df-product-lead { font-size: 18px; line-height: 1.6; color: var(--df-texto-suave); }
.df-product-lead p { margin: 0; }
.df-price-box { background: var(--df-creme); border: 1px solid var(--df-borda); border-radius: 24px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.df-price-label { font: 600 22px var(--df-f-titulo); color: var(--df-texto); }
.df-price-box p { margin: 0; line-height: 1.6; color: var(--df-texto-suave); }
.df-perks { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 18px; list-style: none; margin: 2px 0 0; padding: 0; font-size: 14px; font-weight: 700; color: var(--df-texto-suave); }
.df-feats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
@media (max-width: 480px) { .df-feats { grid-template-columns: 1fr; } }
.df-feat { display: flex; gap: 14px; align-items: center; padding: 14px 16px; background: #fff; border: 1px solid var(--df-borda); border-radius: 18px; transition: border-color .2s, box-shadow .2s; }
.df-feat:hover { border-color: var(--df-rosa); box-shadow: 0 8px 20px -14px rgba(122, 64, 60, .5); }
.df-feat-emoji { flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--df-creme); display: grid; place-items: center; font-size: 24px; }
.df-feat-name { display: block; font-size: 11.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--df-rosa); }
.df-feat-val { display: block; font-size: 15.5px; font-weight: 700; color: var(--df-texto); line-height: 1.35; margin-top: 2px; }
.df-product-desc { margin-top: 64px; max-width: 820px; }
.df-prose { font-size: 17px; line-height: 1.8; color: var(--df-texto); }
.df-related { margin-top: 64px; }
.df-sticky-cta { display: none; }
@media (max-width: 767px) {
  .df-sticky-cta { display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96); backdrop-filter: blur(8px); border-top: 1px solid var(--df-borda); transform: translateY(110%); transition: transform .3s; }
  .df-sticky-cta.is-visible { transform: none; }
  .df-product ~ .df-float-wa, body.single-product .df-float-wa { display: none; }
  .df-product { padding-bottom: 90px; }
}
.df-lightbox { position: fixed; inset: 0; z-index: 1001; background: rgba(40, 22, 20, .92); display: grid; place-items: center; touch-action: pan-y; }
.df-lightbox[hidden] { display: none; }
.df-lightbox img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 12px; }
.df-lb-close, .df-lb-arrow { position: absolute; width: 50px; height: 50px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .15); color: #fff; display: grid; place-items: center; cursor: pointer; padding: 0; }
.df-lb-close:hover, .df-lb-arrow:hover { background: rgba(255, 255, 255, .28); }
.df-lb-close .df-ico, .df-lb-arrow .df-ico { width: 24px; height: 24px; }
.df-lb-close { top: 18px; right: 18px; }
.df-lb-arrow.prev { left: 18px; } .df-lb-arrow.next { right: 18px; }

/* Arquivo / categoria */
.df-archive-head { background: var(--df-creme); padding-bottom: 36px; text-align: center; }
.df-archive-head .df-crumbs ol { justify-content: center; }
.df-archive-title { font: 600 clamp(32px, 4.5vw, 50px)/1.1 var(--df-f-titulo); color: var(--df-texto); margin: 4px 0 10px; }
.df-archive-desc { max-width: 640px; margin: 0 auto; font-size: 17px; line-height: 1.6; color: var(--df-texto-suave); }
.df-archive-desc p { margin: 0; }
.df-archive-body { padding-top: 26px; }
.df-count { font-size: 14px; font-weight: 700; color: var(--df-texto-suave); margin: 0 0 16px; }
.df-archive-cta { margin: 64px auto 0; max-width: 640px; text-align: center; background: var(--df-creme); border-radius: 28px; padding: 36px 24px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.df-archive-cta p { margin: 0 0 8px; color: var(--df-texto-suave); }
.df-pagination .nav-links, .navigation.pagination .nav-links { display: flex; gap: 8px; justify-content: center; margin-top: 36px; }
.navigation.pagination .page-numbers { min-width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--df-borda); text-decoration: none; color: var(--df-texto); font-weight: 700; }
.navigation.pagination .page-numbers.current { background: var(--df-btn); color: #fff; border-color: var(--df-btn); }

/* ---------- Rodapé ---------- */
.df-footer .df-logo { align-items: flex-start; }
.df-footer .df-logo-sub { padding-left: 0; }
.elementor .df-foot-title .elementor-heading-title { font: 600 20px var(--df-f-titulo); color: var(--df-texto); }
.df-foot-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.df-foot-links a, .df-contato a { color: var(--df-texto) !important; text-decoration: none; font-weight: 600; transition: color .2s; }
.df-foot-links a:hover, .df-contato a:hover { color: var(--df-rosa-escuro) !important; }
.df-contato { display: flex; flex-direction: column; gap: 10px; margin-bottom: 6px; }
.df-contato a, .df-contato span { display: inline-flex; align-items: center; gap: 10px; }
.df-contato .df-ico { width: 20px; height: 20px; color: var(--df-rosa-escuro); }
.df-foot-bottom { border-top: 1px solid var(--df-borda); }
@media (min-width: 768px) { .df-foot-bottom { padding-right: 84px !important; } }
.df-creditos { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; color: var(--df-texto-suave); }
.df-creditos a { color: var(--df-rosa-escuro) !important; font-weight: 800; text-decoration: none; }
.df-topo { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: 14px; color: var(--df-rosa-escuro) !important; text-decoration: none !important; padding: 10px 18px; border-radius: 999px; background: #fff; border: 1px solid var(--df-borda); transition: transform .2s; }
.df-topo:hover { transform: translateY(-3px); }
.df-topo .df-ico { width: 18px; height: 18px; }

/* ---------- WhatsApp flutuante ---------- */
.df-float-wa { position: fixed; right: 22px; bottom: 22px; z-index: 95; display: flex; align-items: center; gap: 10px; text-decoration: none !important; }
.df-float-wa > .df-ico { order: 2; width: 62px; height: 62px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px -8px rgba(18, 140, 60, .7); transition: transform .2s; position: relative; }
.df-float-wa > .df-ico svg { width: 34px; height: 34px; }
.df-float-wa > .df-ico::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: df-pulse 2.4s infinite; }
.df-float-wa:hover > .df-ico { transform: scale(1.08); }
.df-float-label { background: #fff; color: var(--df-texto); font-weight: 800; font-size: 14px; padding: 10px 16px; border-radius: 999px; box-shadow: var(--df-shadow); opacity: 0; transform: translateX(10px); transition: .25s; pointer-events: none; white-space: nowrap; }
.df-float-wa:hover .df-float-label, .df-float-wa.show-label .df-float-label { opacity: 1; transform: none; }
@keyframes df-pulse { 0% { transform: scale(1); opacity: .7; } 80%, 100% { transform: scale(1.5); opacity: 0; } }
@media (max-width: 767px) { .df-float-wa { right: 16px; bottom: 16px; } .df-float-wa > .df-ico { width: 56px; height: 56px; } .df-float-label { display: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}

.df-ico { display: inline-grid; place-items: center; line-height: 0; }
.df-ico svg { width: 100%; height: 100%; }
