/* Fozzi - Página de produto mobile (identidade Fozzi) */
.fz-pdp {
	--fz-rosa: #ea4c89;
	--fz-rosa-esc: #d63b76;
	--fz-rosa-claro: #fdedf3;
	--fz-tinta: #101828;
	--fz-texto: #344054;
	--fz-cinza: #667085;
	--fz-cinza-2: #98a2b3;
	--fz-linha: #e4e7ec;
	--fz-fundo: #f2f4f7;
	--fz-verde: #12a150;
	--fz-raio: 8px;
	color: var(--fz-texto);
	font-size: 14px;
	line-height: 1.45;
	padding: 0 16px 110px;
	max-width: 640px;
	margin: 0 auto;
}
.fz-pdp *, .fz-pdp *::before, .fz-pdp *::after { box-sizing: border-box; }
.fz-pdp .fz-ico { width: 20px; height: 20px; flex: none; }
.fz-pdp a { color: inherit; }
.fz-pdp button { font-family: inherit; }

/* Breadcrumb */
.fz-bread { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--fz-cinza-2); padding: 12px 0 10px; white-space: nowrap; overflow-x: auto; scrollbar-width: none; }
.fz-bread::-webkit-scrollbar { display: none; }
.fz-bread a { color: var(--fz-cinza-2); text-decoration: none; }
.fz-bread span { margin: 0 8px; }

.fz-top { display: block; }

/* ---------- Galeria ---------- */
.fz-gal { margin: 0 -16px; }
.fz-gal-main { position: relative; background: var(--fz-fundo); overflow: hidden; }
.fz-slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; aspect-ratio: 4 / 5; }
.fz-slides::-webkit-scrollbar { display: none; }
.fz-slide { flex: 0 0 100%; margin: 0; scroll-snap-align: start; }
.fz-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fz-gal-badges { position: absolute; top: 16px; left: 16px; display: flex; flex-direction: column; gap: 6px; pointer-events: none; }
.fz-badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1; }
.fz-badge-novo { color: var(--fz-rosa); background: transparent; padding: 0; }
.fz-badge-off { color: #fff; background: var(--fz-rosa); padding: 6px 10px; border-radius: 6px; letter-spacing: .02em; }

.fz-arrow {
	position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 40px; height: 40px; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 50%;
	background: rgba(255,255,255,.92); color: var(--fz-tinta); box-shadow: 0 2px 10px rgba(16,24,40,.12);
	display: flex; align-items: center; justify-content: center;
}
.fz-arrow svg { width: 20px; height: 20px; }
.fz-prev { left: 12px; }
.fz-next { right: 12px; }
.fz-counter { position: absolute; right: 16px; bottom: 16px; background: rgba(16,24,40,.55); color: #fff; font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: 99px; }
.fz-counter b { font-weight: 600; }

/* Coração sobre a foto */
.fz-heart { position: absolute; top: 12px; right: 12px; z-index: 2; }
.fz-heart .yith-wcwl-add-to-wishlist { margin: 0 !important; }
.fz-heart a {
	width: 40px; height: 40px; border-radius: 50%; background: #fff; color: var(--fz-tinta) !important;
	display: flex !important; align-items: center; justify-content: center; box-shadow: 0 2px 10px rgba(16,24,40,.12);
	font-size: 0 !important; text-decoration: none !important;
}
.fz-heart a i, .fz-heart a img, .fz-heart .feedback, .fz-heart .separator, .fz-heart .view-wishlist { display: none !important; }
.fz-heart a::before {
	content: ""; width: 20px; height: 20px; background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1.1L12 21l7.8-7.5 1-1.1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 0 0-7.8 7.8l1 1.1L12 21l7.8-7.5 1-1.1a5.5 5.5 0 0 0 0-7.8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.fz-heart .yith-wcwl-wishlistaddedbrowse a::before, .fz-heart .yith-wcwl-wishlistexistsbrowse a::before,
.fz-heart .exists a::before { -webkit-mask: none; mask: none; background: none; content: "♥"; font-size: 22px; width: auto; height: auto; color: var(--fz-rosa); }

/* Miniaturas + bolinhas */
.fz-thumbs { display: grid; grid-auto-flow: column; position: relative; grid-auto-columns: calc((100% - 32px - 30px) / 4); gap: 10px; padding: 8px 16px 0; overflow-x: auto; scrollbar-width: none; }
.fz-thumbs::-webkit-scrollbar { display: none; }
.fz-thumb { position: relative; padding: 0 0 5px; margin: 0; border: 0; border-radius: 0; background: none; min-height: 0; line-height: 0; }
.fz-thumb img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--fz-fundo); opacity: .75; transition: opacity .2s; }
.fz-thumb::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; border-radius: 3px; background: transparent; transition: background .2s; }
.fz-thumb.is-active img { opacity: 1; }
.fz-thumb.is-active::after { background: var(--fz-rosa); }
.fz-dots { display: flex; justify-content: center; gap: 6px; padding: 12px 0 4px; }
.fz-dots i { width: 7px; height: 7px; border-radius: 99px; background: #d0d5dd; transition: background .2s, width .2s; }
.fz-dots i.is-active { background: var(--fz-rosa); width: 18px; }

.fz-btn-video {
	display: flex; align-items: center; justify-content: center; gap: 8px; width: calc(100% - 32px); margin: 8px 16px 0; min-height: 40px;
	border: 1px solid var(--fz-tinta); border-radius: 99px; background: #fff; color: var(--fz-tinta);
	font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; line-height: 1;
}
.fz-btn-video .fz-ico { width: 18px; height: 18px; }

/* ---------- Informações ---------- */
.fz-info { padding-top: 14px; }
.fz-info-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; }
.fz-ref { font-size: 12px; color: var(--fz-cinza); letter-spacing: .02em; }
.fz-salvar {
	display: inline-flex; align-items: center; gap: 6px; margin: 0; padding: 4px 0; min-height: 0; border: 0; background: none;
	font-size: 11px; font-weight: 600; letter-spacing: .14em; color: var(--fz-cinza); line-height: 1;
}
.fz-salvar svg { width: 22px; height: 22px; color: var(--fz-tinta); }
.fz-salvar.is-saved svg { color: var(--fz-rosa); fill: var(--fz-rosa); }

.fz-title {
	font-size: 22px !important; line-height: 1.22 !important; font-weight: 800 !important; color: var(--fz-tinta) !important;
	margin: 0 0 8px !important; text-transform: uppercase !important; letter-spacing: .01em !important;
}
.fz-rating { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fz-cinza) !important; text-decoration: none; margin-bottom: 10px; }
.fz-stars { --pct: calc(var(--r, 0) / 5 * 100%); font-size: 15px; letter-spacing: 2px; line-height: 1; background: linear-gradient(90deg, #f5a524 var(--pct), #d0d5dd var(--pct)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.fz-stars::before { content: "★★★★★"; }
.fz-social { display: flex; width: fit-content; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; color: var(--fz-rosa); background: var(--fz-rosa-claro); border-radius: 99px; padding: 4px 10px; margin-bottom: 10px; }
.fz-social .fz-ico { width: 14px; height: 14px; }

/* Preço */
.fz-price { position: relative; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid var(--fz-linha); }
.fz-price::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 40px; height: 2px; background: var(--fz-rosa); border-radius: 2px; }
.fz-price .price, .fz-price p.price { margin: 0 !important; font-size: inherit !important; }
.fz-price .wcsp-container, .fz-price .payment, .fz-price .payment-info { display: block; }
.fz-price .payment-price, .fz-price .payment-price .amount, .fz-price .payment-price bdi { font-size: 30px !important; font-weight: 800 !important; color: var(--fz-tinta) !important; line-height: 1.1 !important; letter-spacing: -.01em; }
.fz-price .payment-price del, .fz-price .payment-price del .amount, .fz-price .payment-price del bdi { font-size: 15px !important; font-weight: 400 !important; color: var(--fz-cinza-2) !important; text-decoration: line-through; margin-right: 6px; }
.fz-price .payment-price ins { text-decoration: none; }
.fz-price .payment-name { display: block !important; font-size: 14px !important; color: var(--fz-cinza); line-height: 1.4; margin-top: 4px; }
.fz-price .payment-name .amount, .fz-price .payment-name bdi { font-weight: 700; font-size: inherit !important; color: var(--fz-tinta) !important; display: inline !important; float: none !important; }
.fz-price .payment-name.full_options { margin-top: 2px; }
.fz-price .wcsp-toggle-all-installments { color: var(--fz-tinta) !important; text-decoration: underline; text-underline-offset: 3px; font-size: 14px; }
.fz-price .wcsp-installments-table { font-size: 13px; margin-top: 8px; }
.fz-price .wcsp-installments-table .installment-option { display: block; padding: 3px 0; border-bottom: 1px dashed var(--fz-linha); }
.fz-price .fz-eco { display: table; margin: 6px 0 2px; font-size: 12px; font-weight: 600; color: var(--fz-rosa); background: var(--fz-rosa-claro); border-radius: 4px; padding: 3px 8px; }

/* ---------- Formulário ---------- */
html body .fz-pdp .fz-form { position: relative; }
html body .fz-pdp .fz-form form.cart { margin: 0 !important; }
html body .fz-pdp .fz-form table.variations, html body .fz-pdp .fz-form table.variations tbody, html body .fz-pdp .fz-form table.variations tr, html body .fz-pdp .fz-form table.variations th, html body .fz-pdp .fz-form table.variations td { display: block; width: 100%; padding: 0; border: 0; }
html body .fz-pdp .fz-form table.variations tr { margin-bottom: 16px; position: relative; }
html body .fz-pdp .fz-form table.variations th.label { padding: 0 0 8px !important; }
html body .fz-pdp .fz-form table.variations th.label label { font-size: 14px !important; font-weight: 400 !important; color: var(--fz-tinta) !important; text-transform: none !important; letter-spacing: 0 !important; margin: 0; }
html body .fz-pdp .fz-form table.variations th.label label b { font-weight: 600; }
html body .fz-pdp .fz-form .woo-selected-variation-item-name, html body .fz-pdp .fz-form .reset_variations { display: none !important; }
html body .fz-pdp .fz-form .variable-items-wrapper { display: flex !important; flex-wrap: wrap; gap: 10px; margin: 0 !important; padding: 0 !important; }
html body .fz-pdp .fz-form .variable-items-wrapper .variable-item { margin: 0 !important; box-shadow: 0 0 0 1px #d0d5dd !important; border-radius: 4px !important; background: #fff !important; transition: box-shadow .15s; }
html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item { width: 46px !important; height: 46px !important; padding: 0 !important; }
html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item .variable-item-contents, html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item .variable-item-span { border-radius: 3px !important; width: 100%; height: 100%; }
html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item.selected { box-shadow: 0 0 0 2px var(--fz-rosa) !important; }
html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item.selected .variable-item-contents::before { display: none !important; }
html body .fz-pdp .fz-form .button-variable-items-wrapper { gap: 8px; }
html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item { min-width: 0 !important; width: calc((100% - 32px) / 5) !important; max-width: 64px; height: 44px !important; padding: 0 !important; }
html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item .variable-item-span { font-size: 14px !important; font-weight: 500; color: var(--fz-tinta); padding: 0 !important; }
html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item.selected { background: var(--fz-tinta) !important; box-shadow: 0 0 0 1px var(--fz-tinta) !important; }
html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item.selected .variable-item-span { color: #fff !important; }
html body .fz-pdp .fz-form .variable-items-wrapper .variable-item.disabled, html body .fz-pdp .fz-form .variable-items-wrapper .variable-item.no-stock { opacity: .4; }
html body .fz-pdp .fz-form .fz-missing .variable-items-wrapper { animation: fz-shake .4s; }
html body .fz-pdp .fz-form .fz-missing th.label label { color: var(--fz-rosa) !important; }
@keyframes fz-shake { 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }

.fz-guia { position: absolute; right: 0; top: 0; font-size: 13px; color: var(--fz-tinta) !important; text-decoration: underline; text-underline-offset: 3px; z-index: 1; }
.fz-guia .fz-ico { display: none; }

html body .fz-pdp .fz-form .single_variation_wrap .woocommerce-variation-price,
html body .fz-pdp .fz-form .single_variation_wrap .woocommerce-variation-description,
html body .fz-pdp .fz-form .woocommerce-variation-availability { display: none !important; }

.fz-disp { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--fz-verde); margin: -4px 0 14px; }
.fz-disp::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--fz-verde); box-shadow: 0 0 0 3px rgba(18,161,80,.15); }
.fz-disp .fz-ico { display: none; }
.fz-disp[hidden], .fz-stock-msg[hidden] { display: none !important; }
.fz-stock-msg { display: flex; align-items: center; gap: 6px; width: fit-content; font-size: 12px; font-weight: 600; color: var(--fz-rosa); background: var(--fz-rosa-claro); border-radius: 99px; padding: 4px 10px; margin: -6px 0 14px; }
.fz-stock-msg .fz-ico { width: 14px; height: 14px; }

/* Quantidade + botão */
html body .fz-pdp .fz-form .woocommerce-variation-add-to-cart,
html body .fz-pdp .fz-form form.cart:not(.variations_form) { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 20px; row-gap: 16px; }
html body .fz-pdp .fz-form .woocommerce-variation-add-to-cart::before,
html body .fz-pdp .fz-form form.cart:not(.variations_form)::before { content: "Quantidade"; font-size: 14px; color: var(--fz-tinta); }
html body .fz-pdp .fz-form .quantity { justify-self: start; display: inline-flex !important; align-items: center; margin: 0 !important; border: 1px solid #d0d5dd; border-radius: 4px; overflow: hidden; height: 42px; }
html body .fz-pdp .fz-form .quantity .button, html body .fz-pdp .fz-form .quantity input.qty { height: 40px !important; min-height: 40px !important; border: 0 !important; box-shadow: none !important; margin: 0 !important; background: #fff !important; }
html body .fz-pdp .fz-form .quantity .button { width: 44px; padding: 0 !important; font-size: 18px !important; font-weight: 300 !important; color: var(--fz-cinza) !important; }
html body .fz-pdp .fz-form .quantity input.qty { width: 52px !important; font-size: 15px !important; padding: 0 !important; color: var(--fz-tinta); }
html body .fz-pdp .fz-form .single_add_to_cart_button {
	grid-column: 1 / -1; width: 100% !important; margin: 0 !important; min-height: 52px; line-height: 52px !important; padding: 0 12px !important;
	border-radius: var(--fz-raio) !important; background: var(--fz-rosa) !important; color: #fff !important;
	font-size: 15px !important; font-weight: 700 !important; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
	box-shadow: 0 8px 20px rgba(234,76,137,.28); transition: background .2s, transform .1s;
}
html body .fz-pdp .fz-form .single_add_to_cart_button.disabled { opacity: .55 !important; box-shadow: none; }
html body .fz-pdp .fz-form .single_add_to_cart_button:active { background: var(--fz-rosa-esc) !important; transform: scale(.99); }

/* ---------- Selos ---------- */
.fz-trust { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px -16px 0; padding: 14px 8px; border-top: 1px solid var(--fz-linha); border-bottom: 1px solid var(--fz-linha); }
.fz-trust > div { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; padding: 0 8px; }
.fz-trust > div + div { border-left: 1px solid var(--fz-linha); }
.fz-trust .fz-ico { grid-row: span 2; width: 24px; height: 24px; color: var(--fz-tinta); }
.fz-trust strong { font-size: 11.5px; font-weight: 600; line-height: 1.2; color: var(--fz-tinta); }
.fz-trust small { font-size: 10px; color: var(--fz-cinza); line-height: 1.25; }

/* ---------- Primeira compra ---------- */
.fz-promo { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--fz-linha); font-size: 13.5px; color: var(--fz-tinta); }
.fz-promo > .fz-ico { width: 24px; height: 24px; color: var(--fz-rosa); }
.fz-promo span { flex: 1; }
.fz-promo strong { color: var(--fz-rosa); font-weight: 700; }
.fz-promo-btn { display: inline-flex; align-items: center; gap: 4px; margin: 0 !important; min-height: 0 !important; padding: 0 !important; line-height: 1.2 !important; border: 0 !important; background: none !important; color: var(--fz-tinta) !important; font-size: 13.5px !important; font-weight: 400 !important; text-transform: none !important; letter-spacing: 0 !important; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.fz-promo-btn .fz-ico { width: 16px; height: 16px; transform: rotate(-90deg); }
.fz-promo-btn.is-ok { color: var(--fz-rosa) !important; }

/* ---------- Frete ---------- */
.fz-frete { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--fz-linha); }
.fz-frete > .fz-ico { width: 28px; height: 28px; color: var(--fz-tinta); margin-top: 2px; }
.fz-frete-main { flex: 1; min-width: 0; }
.fz-frete-main strong { display: block; font-size: 13.5px; font-weight: 500; color: var(--fz-tinta); margin-bottom: 8px; }
.fz-frete-form { display: flex; align-items: center; gap: 12px; margin: 0; }
.fz-frete-form input { flex: 1; min-width: 0; height: 42px !important; margin: 0 !important; border: 1px solid #d0d5dd !important; border-radius: 4px !important; box-shadow: none !important; font-size: 15px !important; padding: 0 12px !important; }
.fz-frete-form input:focus { border-color: var(--fz-rosa) !important; }
.fz-frete-form button { display: inline-flex; align-items: center; gap: 4px; margin: 0 !important; padding: 0 !important; min-height: 0; border: 0; background: none !important; color: var(--fz-tinta) !important; font-size: 14px !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; text-decoration: underline; text-underline-offset: 3px; }
.fz-frete-form button .fz-ico { width: 16px; height: 16px; transform: rotate(-90deg); }
.fz-frete-form button.is-loading { opacity: .5; pointer-events: none; }
.fz-frete-foot { display: flex; justify-content: space-between; gap: 8px; margin-top: 6px; }
.fz-frete-foot small { font-size: 11px; color: var(--fz-cinza); }
.fz-frete-link { font-size: 11px; text-decoration: underline; color: var(--fz-tinta) !important; white-space: nowrap; }
.fz-frete-res:empty { display: none; }
.fz-frete-res { margin-top: 10px; }
.fz-frete-res table { width: 100%; margin: 0; font-size: 13px; border-collapse: collapse; }
.fz-frete-res td { padding: 8px 0 !important; border-bottom: 1px solid var(--fz-linha) !important; color: var(--fz-texto); }
.fz-frete-res td:last-child { text-align: right; font-weight: 700; color: var(--fz-tinta); white-space: nowrap; }
.fz-frete-res .shipping-to td { font-size: 11px; color: var(--fz-cinza); border: 0 !important; font-weight: 400; text-align: left; }
.fz-frete-res .error { color: #b42318; font-size: 12.5px; }

/* ---------- Acordeões ---------- */
.fz-acc { margin-top: 4px; }
.fz-acc-item { border-bottom: 1px solid var(--fz-linha); }
.fz-acc-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 14px 0; font-size: 14.5px; color: var(--fz-tinta); cursor: pointer; }
.fz-acc-item summary::-webkit-details-marker { display: none; }
.fz-acc-item summary .fz-ico { width: 18px; height: 18px; color: var(--fz-cinza); transition: transform .2s; }
.fz-acc-item[open] summary { font-weight: 600; }
.fz-acc-item[open] summary .fz-ico { transform: rotate(180deg); color: var(--fz-rosa); }
.fz-acc-body { padding: 0 0 16px; font-size: 13.5px; color: var(--fz-texto); overflow-x: auto; }
.fz-acc-body h2 { display: none; }
.fz-acc-body table { width: 100%; font-size: 13px; margin: 0; }
.fz-acc-body th, .fz-acc-body td { padding: 8px 4px !important; text-align: center; }

/* ---------- Recomendados ---------- */
.fz-rel { margin: 28px -16px 0; }
.fz-rel-head { display: flex; justify-content: space-between; align-items: center; padding: 0 16px; margin-bottom: 12px; }
.fz-rel-head { gap: 10px; }
.fz-rel-head h2 { flex: 1; min-width: 0; font-size: 15px !important; line-height: 1.2 !important; font-weight: 800 !important; color: var(--fz-tinta); margin: 0 !important; display: block; letter-spacing: .01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fz-rel-head h2 span { color: var(--fz-rosa); }
.fz-rel-head h2 img { width: 16px; margin: -3px 4px 0 0 !important; vertical-align: middle; display: inline-block; }
.fz-rel-head a { display: inline-flex; align-items: center; gap: 2px; font-size: 12px; color: var(--fz-tinta) !important; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.fz-rel-head a .fz-ico { width: 14px; height: 14px; transform: rotate(-90deg); }
.fz-rel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc(50% - 22px); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 16px 8px; scrollbar-width: none; }
.fz-rel-track::-webkit-scrollbar { display: none; }
.fz-rel-card { position: relative; scroll-snap-align: start; background: #fff; }
.fz-rel-img { position: relative; display: block; aspect-ratio: 3 / 4; background: var(--fz-fundo); overflow: hidden; }
.fz-rel-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fz-rel-novo { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--fz-rosa); }
.fz-rel-txt { position: relative; padding: 10px 0 0; text-align: center; }
.fz-rel-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.3; text-transform: uppercase; color: var(--fz-tinta) !important; text-decoration: none; min-height: 2.6em; }
.fz-rel-price { position: relative; display: block; margin-top: 16px; }
.fz-rel-price::before { content: ""; position: absolute; left: 50%; top: -9px; width: 28px; height: 2px; margin-left: -14px; background: var(--fz-rosa); border-radius: 2px; }
.fz-rel-price, .fz-rel-price .amount { font-size: 15px; font-weight: 800; color: var(--fz-tinta); }
.fz-rel-card .fz-heart { top: 8px; right: 8px; }
.fz-rel-card .fz-heart a { width: 32px; height: 32px; }
.fz-rel-card .fz-heart a::before { width: 16px; height: 16px; }

/* ---------- Barra fixa ---------- */
.fz-sticky {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 998;
	display: flex; align-items: center; gap: 14px; background: #fff;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--fz-linha); box-shadow: 0 -6px 24px rgba(16,24,40,.08);
	transform: translateY(110%); transition: transform .25s;
}
.fz-sticky.is-visible { transform: none; }
.fz-sticky-price { flex: 1; min-width: 0; line-height: 1.25; }
.fz-sticky-valor, .fz-sticky-valor .amount { font-size: 19px; font-weight: 800; color: var(--fz-tinta); }
.fz-sticky-parc { display: block; font-size: 11.5px; color: var(--fz-cinza); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fz-sticky-parc b { color: var(--fz-tinta); }
.fz-sticky-btn { flex: 0 0 auto; width: 54%; margin: 0 !important; min-height: 48px; padding: 0 10px !important; border-radius: var(--fz-raio) !important; background: var(--fz-rosa) !important; color: #fff !important; font-size: 12.5px !important; font-weight: 700 !important; letter-spacing: .03em; white-space: nowrap; }

/* ---------- Página ---------- */
body.fz-pdp-mobile .product-footer, body.fz-pdp-mobile .wc-shipping-simulator { display: none !important; }
html body.fz-pdp-mobile button#aurum-yt-open.aurum-yt-open { display: none !important; }
html body.fz-pdp-mobile:not(.fz-video-on) div#aurum-yt-overlay.aurum-yt-overlay { display: none !important; }
body.fz-pdp-mobile #stories-videos-bubble { transform: scale(.7); transform-origin: left bottom; transition: bottom .25s; }
body.fz-pdp-mobile .woot-widget-bubble:not(.woot--close) { transform: scale(.85); transform-origin: right bottom; transition: bottom .25s; }
body.fz-pdp-mobile.fz-sticky-on #stories-videos-bubble,
body.fz-pdp-mobile.fz-sticky-on .woot-widget-bubble:not(.woot--close) { bottom: 84px !important; }

.fz-toast {
	position: fixed; left: 50%; bottom: 32px; z-index: 100000;
	display: flex; align-items: center; gap: 12px; max-width: min(440px, calc(100vw - 32px));
	padding: 14px 18px; border-radius: 12px; background: #101828; color: #fff;
	font-size: 14px; line-height: 1.35; text-align: left; white-space: normal;
	box-shadow: 0 12px 32px rgba(16,24,40,.28);
	opacity: 0; transform: translate(-50%, 12px); transition: opacity .25s, transform .25s; pointer-events: none;
}
.fz-toast.is-on { opacity: 1; transform: translate(-50%, 0); }
.fz-toast-ico { flex: none; width: 32px; height: 32px; border-radius: 50%; background: #ea4c89; display: flex; align-items: center; justify-content: center; }
.fz-toast-ico svg { width: 18px; height: 18px; }
.fz-toast strong { display: block; font-size: 14px; font-weight: 700; }
.fz-toast small { display: block; font-size: 12.5px; color: #d0d5dd; margin-top: 2px; }
body.fz-sticky-on .fz-toast { bottom: 92px; }

/* Elementos só do desktop (ocultos no celular) */
.fz-zoom, .fz-t-d { display: none; }
.fz-thumb-video { position: relative; }
.fz-play { position: absolute; inset: 0 0 5px; display: flex; align-items: center; justify-content: center; }
.fz-play svg { width: 34px; height: 34px; padding: 8px; border-radius: 50%; background: rgba(16,24,40,.85); color: #fff; }

/* =====================================================================
   DESKTOP (>= 850px)
   ===================================================================== */
@media (min-width: 850px) {
	body.fz-pdp-mobile #main, body.fz-pdp-mobile .page-wrapper { background: #f2f4f7; }

	.fz-pdp {
		--fz-w: min(1600px, calc(100vw - 64px));
		width: var(--fz-w); max-width: none; margin-left: calc((100% - var(--fz-w)) / 2); margin-right: 0;
		padding: 0 0 64px; font-size: 15px; display: block;
	}
	.fz-top { display: grid; grid-template-columns: minmax(0, 52fr) minmax(0, 48fr); column-gap: 48px; align-items: start; }
	.fz-bread { padding: 18px 0 14px; }
	.fz-t-m { display: none; }
	.fz-t-d { display: inline; }

	/* ---- Galeria: miniaturas verticais + foto principal ---- */
	.fz-gal { margin: 0; display: grid; grid-template-columns: 96px minmax(0, 1fr); column-gap: 24px; align-items: start; }
	.fz-gal-main { grid-column: 2; grid-row: 1; border-radius: 2px; overflow: visible; background: transparent; }
	/* Todas as fotos empilhadas: a página rola pelas fotos */
	.fz-slides { display: flex; flex-direction: column; gap: 12px; overflow: visible; aspect-ratio: auto; height: auto; max-height: none; scroll-snap-type: none; }
	.fz-slide { flex: none; width: 100%; background: var(--fz-fundo); }
	.fz-slide img { height: auto; aspect-ratio: 4 / 5; }
	.fz-slide img { cursor: zoom-in; }
	.fz-thumbs {
		grid-column: 1; grid-row: 1; display: flex !important; flex-direction: column; gap: 12px;
		position: sticky; top: 100px; padding: 2px; overflow-y: auto; max-height: calc(100vh - 120px); scrollbar-width: none;
	}
	.fz-thumb {
		flex: none; width: 100%; padding: 0; border-radius: 6px; overflow: hidden; background: var(--fz-fundo);
		box-shadow: 0 0 0 1px var(--fz-linha); transition: box-shadow .2s, transform .2s; cursor: pointer;
	}
	.fz-thumb img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; max-height: none; object-fit: cover; object-position: center top; opacity: .6; transition: opacity .2s; }
	.fz-thumb::after { display: none; }
	.fz-thumb:hover img { opacity: 1; }
	.fz-thumb.is-active { box-shadow: 0 0 0 2px var(--fz-rosa); }
	.fz-thumb.is-active img { opacity: 1; }
	.fz-play { inset: 0; }
	.fz-play svg { width: 36px; height: 36px; padding: 9px; }
	.fz-thumb-video img { opacity: .85; }
	.fz-dots, .fz-btn-video, .fz-arrow { display: none !important; }

	.fz-gal-badges { top: 20px; left: 20px; }
	.fz-badge-novo { background: var(--fz-rosa); color: #fff; padding: 8px 16px; border-radius: 4px; font-size: 14px; letter-spacing: .04em; }
	.fz-heart { top: 20px; right: 20px; }
	.fz-heart a { width: 48px; height: 48px; }
	.fz-heart a::before { width: 24px; height: 24px; }
	.fz-counter { display: none; left: 20px; right: auto; bottom: 20px; font-size: 15px; padding: 8px 18px; background: rgba(16,24,40,.72); }
	.fz-zoom {
		display: none; align-items: center; gap: 8px; position: absolute; right: 20px; bottom: 20px; z-index: 2;
		margin: 0; min-height: 0; padding: 10px 18px; border: 0; border-radius: 99px; background: rgba(16,24,40,.72); color: #fff;
		font-size: 14px; font-weight: 600; letter-spacing: .03em; line-height: 1;
	}
	.fz-zoom svg { width: 20px; height: 20px; }
	.fz-zoom:hover { background: var(--fz-tinta); }
	.fz-slide { position: relative; }

	/* ---- Coluna da direita ---- */
	/* Coluna fixa enquanto as fotos rolam */
	.fz-side { position: sticky; top: 100px; display: flex; flex-direction: column; padding-bottom: 12px; }
	.fz-info { order: 1; padding-top: 2px; }
	.fz-promo { order: 2; }
	.fz-trust { order: 3; }
	.fz-acc { order: 4; }
	.fz-frete { order: 5; }

	.fz-info-head { margin-bottom: 4px; }
	.fz-ref { font-size: 14px; }
	.fz-salvar { font-size: 14px; letter-spacing: .04em; color: var(--fz-tinta); font-weight: 600; }
	.fz-salvar svg { width: 26px; height: 26px; }
	.fz-title { font-size: clamp(26px, 2.2vw, 38px) !important; line-height: 1.15 !important; font-weight: 800 !important; text-transform: none !important; letter-spacing: -.01em !important; margin: 0 0 18px !important; }
	.fz-rating { display: none; }
	.fz-social { margin-bottom: 12px; }

	.fz-price { border-bottom: 0; padding-bottom: 0; margin-bottom: 26px; }
	.fz-price::after { display: none; }
	.fz-price .payment-price, .fz-price .payment-price .amount, .fz-price .payment-price bdi { font-size: 34px !important; color: var(--fz-rosa) !important; }
	.fz-price .payment-price del, .fz-price .payment-price del .amount, .fz-price .payment-price del bdi { font-size: 17px !important; color: var(--fz-cinza-2) !important; }
	.fz-price .payment-name { font-size: 17px !important; color: var(--fz-texto); margin-top: 2px; }
	.fz-price .wcsp-toggle-all-installments { font-size: 16px; }

	/* Variações */
	html body .fz-pdp .fz-form table.variations tr { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 86px; margin-bottom: 22px; }
	html body .fz-pdp .fz-form table.variations th.label { grid-column: 1; padding: 0 0 8px !important; width: auto; }
	html body .fz-pdp .fz-form table.variations td.value { grid-column: 1 / -1; display: flex; align-items: center; gap: 36px; flex-wrap: wrap; }
	html body .fz-pdp .fz-form table.variations th.label label { font-size: 17px !important; font-weight: 600 !important; }
	html body .fz-pdp .fz-form table.variations th.label label b { font-weight: 600; }
	.fz-guia { position: static; grid-column: 2; grid-row: 1; justify-self: start; padding-bottom: 8px; font-size: 15px; font-weight: 500; }
	html body .fz-pdp .fz-form .variable-items-wrapper { gap: 16px; }
	html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item { width: 46px !important; height: 46px !important; padding: 0 !important; box-shadow: 0 0 0 1px #d0d5dd !important; }
	html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item.selected { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--fz-rosa) !important; }
	html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item.selected .variable-item-contents { position: relative; }
	html body .fz-pdp .fz-form .color-variable-items-wrapper .variable-item.selected .variable-item-contents::after {
		content: ""; position: absolute; inset: 0; margin: auto; width: 20px; height: 20px; background: #fff;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
		filter: drop-shadow(0 0 1px rgba(0,0,0,.6));
	}
	html body .fz-pdp .fz-form .button-variable-items-wrapper { gap: 10px; }
	html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item { width: 70px !important; max-width: none; height: 52px !important; border-radius: 4px !important; }
	html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item .variable-item-span { font-size: 17px !important; }

	.fz-disp { margin: 0; font-size: 16px; font-weight: 600; }
	.fz-disp::before {
		width: 16px; height: 16px; border-radius: 0; box-shadow: none; background: var(--fz-verde);
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
		mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
	}
	.fz-stock-msg { margin: 0; }

	/* Quantidade + botão na mesma linha */
	html body .fz-pdp .fz-form .woocommerce-variation-add-to-cart,
	html body .fz-pdp .fz-form form.cart:not(.variations_form) { grid-template-columns: 174px 1fr; column-gap: 18px; row-gap: 0; }
	html body .fz-pdp .fz-form .woocommerce-variation-add-to-cart::before,
	html body .fz-pdp .fz-form form.cart:not(.variations_form)::before { display: none; }
	html body .fz-pdp .fz-form .quantity { width: 100%; height: 52px; border: 1.5px solid var(--fz-tinta); border-radius: 99px; justify-content: space-between; padding: 0 6px; }
	html body .fz-pdp .fz-form .quantity .button, html body .fz-pdp .fz-form .quantity input.qty { height: 48px !important; min-height: 48px !important; background: transparent !important; }
	html body .fz-pdp .fz-form .quantity .button { width: 44px; font-size: 22px !important; color: var(--fz-tinta) !important; }
	html body .fz-pdp .fz-form .quantity input.qty { flex: 1; font-size: 18px !important; }
	html body .fz-pdp .fz-form .single_add_to_cart_button { grid-column: auto; margin: 0 !important; min-height: 54px; line-height: 54px !important; font-size: 18px !important; letter-spacing: .08em; border-radius: 6px !important; box-shadow: none; }
	html body .fz-pdp .fz-form .single_add_to_cart_button:hover { background: var(--fz-rosa-esc) !important; }

	/* Cupom */
	.fz-promo { margin-top: 18px; padding: 12px 18px; background: #fff; border: 0; border-radius: 6px; box-shadow: 0 1px 2px rgba(16,24,40,.05); font-size: 16px; font-weight: 600; }
	.fz-promo strong { color: var(--fz-tinta); }
	.fz-promo > .fz-ico { width: 28px; height: 28px; }
	.fz-promo-btn { font-size: 13px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: .04em !important; }
	.fz-promo-btn .fz-ico { display: none; }

	/* Selos */
	.fz-trust { margin: 14px 0 0; padding: 16px 0; border-top: 0; border-bottom: 1px solid var(--fz-linha); grid-template-columns: repeat(3, 1fr); }
	.fz-trust > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 0 10px; }
	.fz-trust > div + div { border-left: 1px solid #d0d5dd; }
	.fz-trust .fz-ico { width: 30px; height: 30px; }
	.fz-trust strong { font-size: 16px; font-weight: 400; color: var(--fz-texto); }
	.fz-trust small { display: none; }

	/* Acordeões */
	.fz-acc { display: flex; flex-direction: column; margin: 0; }
	.fz-acc-item { border-bottom: 1px solid #d0d5dd; }
	.fz-acc-item summary { padding: 13px 0; font-size: 18px; }
	.fz-acc-item summary .fz-ico { width: 22px; height: 22px; color: var(--fz-tinta); transform: rotate(-90deg); }
	.fz-acc-item[open] summary .fz-ico { transform: rotate(0); color: var(--fz-rosa); }
	.fz-acc-description { order: 1; }
	.fz-acc-instrucoes-de-lavagem { order: 2; }
	.fz-acc-tabela-de-medidas { order: 3; }
	.fz-acc-reviews { order: 4; }
	.fz-acc-trocas { display: none; }
	.fz-acc-body { font-size: 15px; }

	/* Frete compacto abaixo dos acordeões */
	.fz-frete { margin-top: 18px; padding: 16px 18px; background: #fff; border: 0; border-radius: 6px; }
	.fz-frete-main strong { font-size: 15px; }

	/* Recomendados em linha inteira */
	.fz-rel { margin: 64px 0 0; position: relative; z-index: 1; }
	.fz-rel-head { padding: 0; }
	.fz-rel-head h2 { font-size: 22px !important; }
	.fz-rel-head h2 img { width: 22px; }
	.fz-rel-head a { font-size: 14px; }
	.fz-rel-track { grid-auto-columns: calc((100% - 3 * 24px) / 4); gap: 24px; padding: 0; overflow: visible; }
	.fz-rel-card { background: transparent; }
	.fz-rel-name { font-size: 13px; }
	.fz-rel-price, .fz-rel-price .amount { font-size: 16px; }
	.fz-rel-img img { transition: transform .35s; }
	.fz-rel-card:hover .fz-rel-img img { transform: scale(1.04); }

	.fz-sticky { display: none !important; }
	body.fz-pdp-mobile #stories-videos-bubble, body.fz-pdp-mobile .woot-widget-bubble:not(.woot--close) { transform: none; }
	body.fz-pdp-mobile.fz-sticky-on #stories-videos-bubble,
	body.fz-pdp-mobile.fz-sticky-on .woot-widget-bubble:not(.woot--close) { bottom: 20px !important; }
}

@media (min-width: 850px) and (max-width: 1199px) {
	.fz-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); column-gap: 28px; }
	.fz-gal { grid-template-columns: 80px minmax(0, 1fr); column-gap: 14px; }
	html body .fz-pdp .fz-form table.variations td.value { gap: 16px; }
	html body .fz-pdp .fz-form .button-variable-items-wrapper .variable-item { width: 54px !important; height: 46px !important; }
	.fz-trust strong { font-size: 13px; }
	.fz-trust .fz-ico { width: 24px; height: 24px; }
	.fz-rel-track { grid-auto-columns: calc((100% - 3 * 16px) / 4); gap: 16px; }
}

/* Selos em imagem (substituem os ícones) */
.fz-pdp .fz-trust.fz-selos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; align-items: center; padding: 14px 16px; }
.fz-pdp .fz-trust.fz-selos > * { border: 0 !important; padding: 0 !important; }
.fz-pdp .fz-trust.fz-selos img { display: block; width: 100%; height: auto; max-width: 182px; margin: 0 auto; border-radius: 8px; }
@media (min-width: 850px) {
	.fz-pdp .fz-trust.fz-selos { gap: 14px; padding: 16px 0; }
}
