.wb-shop {
	--wb-ink: #172033;
	--wb-muted: #667085;
	--wb-line: #e7eaf0;
	--wb-surface: #fff;
	--wb-soft: #f5f7fb;
	--wb-brand: #5b4df7;
	--wb-brand-dark: #4033d9;
	--wb-sale: #df2c45;
	box-sizing: border-box;
	color: var(--wb-ink);
	margin: 0 auto;
	max-width: 1440px;
	padding: 18px clamp(16px, 3vw, 44px) 72px;
	width: 100%;
}

.wb-shop *,
.wb-shop *::before,
.wb-shop *::after {
	box-sizing: border-box;
}

.wb-shop-hero {
	background:
		radial-gradient(900px 420px at 84% -22%, rgb(129 110 255 / 45%), transparent 62%),
		radial-gradient(620px 380px at 4% 120%, rgb(72 56 226 / 42%), transparent 60%),
		linear-gradient(140deg, #0d1124 0%, #191c3c 52%, #2a2075 100%);
	border-radius: 26px;
	box-shadow: 0 26px 70px rgb(16 20 45 / 28%);
	color: #fff;
	display: grid;
	gap: clamp(14px, 1.8vw, 24px);
	grid-template-columns: minmax(0, 1fr) clamp(250px, 23%, 310px);
	margin-bottom: clamp(42px, 6vw, 76px);
	overflow: hidden;
	padding: clamp(16px, 2vw, 26px);
	position: relative;
}

/* Malha de pontos: da textura ao fundo sem competir com o produto. */
.wb-shop-hero::before {
	background-image: radial-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px);
	background-size: 22px 22px;
	content: "";
	inset: 0;
	-webkit-mask-image: linear-gradient(155deg, #000 0%, transparent 58%);
	mask-image: linear-gradient(155deg, #000 0%, transparent 58%);
	pointer-events: none;
	position: absolute;
}

.wb-shop-hero > * {
	position: relative;
	z-index: 1;
}

/*
 * Coluna flex: viewport cresce e os controles ficam abaixo, no fluxo. Enquanto
 * os controles eram absolutos eles encavalavam o botao do slide em conteudo
 * mais alto — como irmaos isso nao tem como acontecer.
 */
.wb-shop-hero__main {
	display: flex;
	flex-direction: column;
	gap: 14px;
	min-width: 0;
}

.wb-shop-hero__viewport {
	flex: 1;
	min-height: clamp(330px, 29vw, 390px);
	position: relative;
}

.wb-shop-hero__track {
	inset: 0;
	position: absolute;
}

.wb-shop-hero__slide {
	align-items: center;
	display: grid;
	gap: clamp(14px, 2vw, 32px);
	grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(12px);
	transition: opacity .45s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
	visibility: hidden;
}

.wb-shop-hero__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.wb-shop-hero__content {
	min-width: 0;
	padding: clamp(6px, 1vw, 16px) 0 clamp(6px, 1vw, 16px) clamp(8px, 1.4vw, 22px);
}

.wb-shop-hero__meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px;
}

.wb-shop-hero__eyebrow,
.wb-shop-heading__eyebrow {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.wb-shop-hero__eyebrow {
	color: #b9b2ff;
	margin: 0;
}

.wb-shop-hero__tag {
	background: rgb(255 255 255 / 95%);
	border-radius: 999px;
	color: #15192a;
	display: inline-block;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	padding: 6px 12px;
}

.wb-shop-hero__tag--sale {
	background: var(--wb-sale);
	color: #fff;
}

.wb-shop-hero__tag--urgent {
	background: #f5a524;
	color: #241a02;
}

.wb-shop-hero h2 {
	color: #fff;
	display: -webkit-box;
	font-size: clamp(26px, 2.9vw, 42px);
	font-weight: 800;
	letter-spacing: -.032em;
	line-height: 1.12;
	margin: 0 0 12px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wb-shop-hero__text {
	color: rgb(255 255 255 / 68%);
	display: -webkit-box;
	font-size: clamp(13px, 1.1vw, 15px);
	line-height: 1.6;
	margin: 0 0 18px;
	max-width: 560px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wb-shop-hero__offer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-bottom: 22px;
}

.wb-shop-hero__price,
.wb-shop-hero__price .amount {
	color: #fff;
	font-size: clamp(25px, 2.5vw, 35px);
	font-weight: 800;
	letter-spacing: -.02em;
}

.wb-shop-hero__price-label {
	color: rgb(255 255 255 / 62%);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0;
}

.wb-shop-hero__price del,
.wb-shop-hero__price del .amount {
	color: rgb(255 255 255 / 45%);
	font-size: 15px;
	font-weight: 500;
}

.wb-shop-hero__price ins {
	text-decoration: none;
}

.wb-shop-hero__save {
	background: var(--wb-sale);
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .02em;
	padding: 7px 10px;
}

.wb-shop .wb-shop-hero__cta,
.wb-shop .wb-shop-hero__cta:visited,
.wb-shop .wb-shop-hero__cta:hover {
	color: #15192a;
}

.wb-shop-hero__cta {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 24px rgb(4 6 20 / 28%);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 14px;
	padding: 14px 22px;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.wb-shop-hero__cta span {
	transition: transform .2s ease;
}

.wb-shop-hero__cta:hover {
	box-shadow: 0 16px 32px rgb(4 6 20 / 38%);
	transform: translateY(-2px);
}

.wb-shop-hero__cta:hover span {
	transform: translateX(4px);
}

/*
 * Moldura clara: as fotos do catalogo vem com fundo proprio (branco, colorido,
 * com texto queimado na imagem). Sobre o gradiente escuro elas pareciam
 * adesivo colado; dentro de um cartao claro qualquer foto fica intencional.
 */
.wb-shop-hero__visual {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	min-width: 0;
	padding: 4px;
}

.wb-shop-hero__frame {
	align-items: center;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 24px 50px rgb(5 8 24 / 45%);
	display: flex;
	justify-content: center;
	max-height: 100%;
	overflow: hidden;
	padding: 16px;
	transition: transform .55s cubic-bezier(.2, .8, .2, 1);
	width: 100%;
}

.wb-shop-hero__visual img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.wb-shop-hero__slide.is-active .wb-shop-hero__frame {
	transform: translateY(-5px);
}

.wb-shop-hero__controls {
	align-items: center;
	display: flex;
	gap: 12px;
	padding-left: clamp(8px, 1.4vw, 22px);
}

.wb-shop-hero__controls > button {
	align-items: center;
	background: rgb(255 255 255 / 10%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 34px;
	justify-content: center;
	padding: 0;
	transition: background .2s ease, border-color .2s ease;
	width: 34px;
}

.wb-shop-hero__controls > button:hover {
	background: rgb(255 255 255 / 20%);
	border-color: rgb(255 255 255 / 34%);
}

.wb-shop-hero__dots {
	align-items: center;
	display: flex;
	gap: 7px;
}

.wb-shop-hero__dots button {
	background: rgb(255 255 255 / 34%);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 7px;
	padding: 0;
	transition: width .25s ease, background .25s ease;
	width: 7px;
}

.wb-shop-hero__dots button.is-active {
	background: #fff;
	width: 25px;
}

/* Trilho lateral: as duas maiores quedas de preco, com link direto. */
.wb-shop-hero__rail {
	display: grid;
	gap: clamp(9px, 1.1vw, 13px);
	grid-template-rows: repeat(3, minmax(0, 1fr));
	min-width: 0;
}

.wb-shop-hero__offer-card {
	align-items: center;
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 13%);
	border-radius: 18px;
	color: #fff;
	display: flex;
	gap: 12px;
	min-width: 0;
	padding: 12px;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

/*
 * Prefixo .wb-shop so pra ganhar do link do tema, que pinta qualquer <a> de
 * indigo — no escuro do banner isso ficava ilegivel.
 */
.wb-shop .wb-shop-hero__offer-card,
.wb-shop .wb-shop-hero__offer-card:visited,
.wb-shop .wb-shop-hero__offer-name,
.wb-shop .wb-shop-hero__offer-price {
	color: #fff;
}

.wb-shop-hero__offer-card:hover {
	background: rgb(255 255 255 / 15%);
	border-color: rgb(255 255 255 / 28%);
	transform: translateY(-2px);
}

.wb-shop-hero__offer-media {
	background: #fff;
	border-radius: 12px;
	display: block;
	flex-shrink: 0;
	height: 76px;
	overflow: hidden;
	position: relative;
	width: 76px;
}

.wb-shop-hero__offer-media img {
	display: block;
	height: 100%;
	object-fit: contain;
	padding: 6px;
	width: 100%;
}

.wb-shop-hero__offer-badge {
	background: var(--wb-sale);
	border-radius: 6px;
	bottom: 4px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	left: 4px;
	padding: 2px 5px;
	position: absolute;
}

.wb-shop-hero__offer-body {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.wb-shop-hero__offer-name {
	display: -webkit-box;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wb-shop-hero__offer-price,
.wb-shop-hero__offer-price .amount {
	color: #fff;
	font-size: 16px;
	font-weight: 800;
}

.wb-shop-hero__offer-price .wb-shop-hero__price-label {
	font-size: 11px;
}

.wb-shop-hero__offer-price del,
.wb-shop-hero__offer-price del .amount {
	color: rgb(255 255 255 / 45%);
	font-size: 11px;
	font-weight: 500;
}

.wb-shop-hero__offer-price ins {
	text-decoration: none;
}

.wb-shop-hero__trust {
	border-top: 1px solid rgb(255 255 255 / 12%);
	display: flex;
	flex-wrap: wrap;
	gap: 10px clamp(16px, 3vw, 44px);
	grid-column: 1 / -1;
	list-style: none;
	margin: 2px 0 0;
	padding: 16px 4px 2px;
}

.wb-shop-hero__trust li {
	align-items: center;
	color: rgb(255 255 255 / 76%);
	display: flex;
	font-size: 12.5px;
	font-weight: 600;
	gap: 8px;
	margin: 0;
}

.wb-shop-hero__trust span {
	color: #a9a2ff;
	font-size: 14px;
}

.wb-shop-bestsellers {
	margin-bottom: clamp(42px, 6vw, 76px);
}

.wb-shop-bestsellers__head {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 20px;
}

.wb-shop-bestsellers__head h2 {
	color: var(--wb-ink);
	font-size: clamp(22px, 2.4vw, 30px);
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 0;
}

.wb-shop-bestsellers__nav {
	display: flex;
	flex-shrink: 0;
	gap: 8px;
}

.wb-shop-bestsellers__nav button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--wb-line);
	border-radius: 50%;
	color: var(--wb-ink);
	cursor: pointer;
	display: flex;
	height: 38px;
	justify-content: center;
	transition: border-color .2s ease, color .2s ease;
	width: 38px;
}

.wb-shop-bestsellers__nav button:hover {
	border-color: var(--wb-brand);
	color: var(--wb-brand);
}

.wb-shop-bestsellers__track {
	display: grid;
	gap: clamp(14px, 1.6vw, 22px);
	grid-auto-columns: minmax(230px, 22%);
	grid-auto-flow: column;
	overflow-x: auto;
	padding: 2px 2px 14px;
	scroll-behavior: smooth;
	scroll-padding-inline: 2px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.wb-shop-bestsellers__item {
	scroll-snap-align: start;
}

.wb-shop-bestsellers__item .wb-shop-card {
	height: 100%;
}

@media (max-width: 820px) {
	.wb-shop-bestsellers__track {
		grid-auto-columns: minmax(200px, 62%);
	}
}

@media (max-width: 560px) {
	.wb-shop-bestsellers__track {
		grid-auto-columns: minmax(160px, 74%);
	}
}

.wb-shop-heading {
	align-items: flex-end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-bottom: 28px;
}

.wb-shop-heading__eyebrow {
	color: var(--wb-brand);
}

.wb-shop-heading h1 {
	color: var(--wb-ink);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.05;
	margin: 0 0 10px;
}

.wb-shop-heading > div > p:last-child {
	color: var(--wb-muted);
	font-size: 16px;
	margin: 0;
}

.wb-shop-heading__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.wb-shop-heading__perks span {
	align-items: center;
	background: var(--wb-soft);
	border-radius: 999px;
	color: #475467;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 7px;
	padding: 9px 12px;
	white-space: nowrap;
}

.wb-shop-heading__perks b {
	color: var(--wb-brand);
}

.wb-shop-categories {
	display: flex;
	gap: 9px;
	margin: 0 0 32px;
	overflow-x: auto;
	padding: 2px 2px 10px;
	scrollbar-width: thin;
}

.wb-shop-categories a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--wb-line);
	border-radius: 12px;
	color: #344054;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	gap: 9px;
	padding: 10px 14px;
	text-decoration: none;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
	white-space: nowrap;
}

.wb-shop-categories a:hover {
	border-color: #b6afff;
	color: var(--wb-brand);
	transform: translateY(-1px);
}

.wb-shop-categories a.is-active {
	background: var(--wb-brand);
	border-color: var(--wb-brand);
	color: #fff;
}

.wb-shop-categories a span {
	background: rgb(102 112 133 / 10%);
	border-radius: 999px;
	font-size: 10px;
	padding: 2px 6px;
}

.wb-shop-filters {
	align-items: flex-end;
	background: var(--wb-soft);
	border-radius: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
	padding: 16px;
}

.wb-shop-filters__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.wb-shop-filters__field label {
	color: var(--wb-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.wb-shop-filters__field input,
.wb-shop-filters__field select {
	background: #fff;
	border: 1px solid var(--wb-line);
	border-radius: 10px;
	color: var(--wb-ink);
	font-size: 13px;
	min-height: 40px;
	padding: 7px 12px;
	width: 140px;
}

.wb-shop-filters__submit {
	background: var(--wb-brand);
	border: 0;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 800;
	min-height: 40px;
	padding: 0 18px;
	transition: background .2s ease;
}

.wb-shop-filters__submit:hover {
	background: var(--wb-brand-dark);
}

.wb-shop-filters__clear {
	color: var(--wb-muted);
	font-size: 12px;
	font-weight: 700;
	padding-bottom: 11px;
	text-decoration: underline;
}

.wb-shop-filters__clear:hover {
	color: var(--wb-sale);
}

@media (max-width: 560px) {
	.wb-shop-filters__field input,
	.wb-shop-filters__field select {
		width: 100%;
	}

	.wb-shop-filters {
		flex-direction: column;
		align-items: stretch;
	}
}

.wb-shop-toolbar {
	align-items: center;
	border-bottom: 1px solid var(--wb-line);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 28px;
	min-height: 58px;
}

.wb-shop-toolbar .woocommerce-notices-wrapper {
	flex-basis: 100%;
}

.wb-shop-toolbar::after {
	clear: both;
	content: "";
	display: table;
}

.wb-shop-toolbar .woocommerce-result-count,
.wb-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0 0 14px;
}

.wb-shop-toolbar .woocommerce-result-count {
	color: var(--wb-muted);
	font-size: 13px;
}

.wb-shop-toolbar select {
	background-color: #fff;
	border: 1px solid var(--wb-line);
	border-radius: 10px;
	color: var(--wb-ink);
	font-size: 13px;
	min-height: 40px;
	padding: 7px 34px 7px 12px;
}

.wb-shop-grid {
	display: grid;
	gap: clamp(16px, 2vw, 26px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wb-shop-card {
	background: var(--wb-surface);
	border: 1px solid var(--wb-line);
	border-radius: 18px;
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0 !important;
	min-width: 0;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
	width: auto !important;
}

.wb-shop-card:hover {
	border-color: #d7d2ff;
	box-shadow: 0 18px 45px rgb(30 39 73 / 12%);
	transform: translateY(-5px);
}

.wb-shop-card__media {
	aspect-ratio: 1 / .92;
	background: linear-gradient(145deg, #f8f9fc, #eef1f7);
	overflow: hidden;
	position: relative;
}

.wb-shop-card__media.is-loading,
.wb-quickview__media.is-loading {
	background: linear-gradient(100deg, #eef1f7 30%, #f8f9fc 50%, #eef1f7 70%);
	background-size: 250% 100%;
	animation: wb-shop-skeleton 1.4s ease-in-out infinite;
}

.wb-shop-card__media.is-loading .wb-shop-card__image--primary,
.wb-quickview__media.is-loading img {
	opacity: 0;
}

@keyframes wb-shop-skeleton {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -50% 0;
	}
}

.wb-shop-card__media > a {
	display: block;
	height: 100%;
}

.wb-shop-card__image {
	height: 100% !important;
	inset: 0;
	margin: 0 !important;
	object-fit: contain;
	padding: 20px;
	position: absolute;
	transition: opacity .35s ease, transform .45s cubic-bezier(.2, .8, .2, 1);
	width: 100% !important;
}

.wb-shop-card__image--secondary {
	opacity: 0;
	transform: scale(1.04);
}

.wb-shop-card:hover .wb-shop-card__image--primary:has(+ .wb-shop-card__image--secondary) {
	opacity: 0;
}

.wb-shop-card:hover .wb-shop-card__image--secondary {
	opacity: 1;
	transform: scale(1);
}

.wb-shop-card__badges {
	display: flex;
	flex-direction: column;
	gap: 6px;
	left: 12px;
	position: absolute;
	top: 12px;
}

.wb-shop-badge {
	background: var(--wb-brand);
	border-radius: 7px;
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .035em;
	padding: 6px 8px;
	text-transform: uppercase;
	width: fit-content;
}

.wb-shop-badge--sale {
	background: var(--wb-sale);
}

.wb-shop-badge--muted {
	background: #667085;
}

.wb-shop-badge--bestseller {
	background: #18773a;
}

.wb-shop-badge--low-stock {
	background: #f5a524;
	color: #241a02;
}

.wb-shop-card__quick-actions {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.wb-shop-card__quickview,
.wb-shop-card__favorite {
	align-items: center;
	background: rgb(255 255 255 / 92%);
	border: 1px solid rgb(23 32 51 / 8%);
	border-radius: 50%;
	box-shadow: 0 4px 14px rgb(20 28 50 / 10%);
	color: #344054;
	cursor: pointer;
	display: flex;
	height: 38px;
	justify-content: center;
	padding: 0;
	transition: color .2s ease, transform .2s ease;
	width: 38px;
}

.wb-shop-card__quickview:hover {
	color: var(--wb-brand);
	transform: scale(1.07);
}

.wb-shop-card__favorite:hover {
	color: var(--wb-sale);
	transform: scale(1.07);
}

.wb-shop-card__quickview svg,
.wb-shop-card__favorite svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.wb-shop-card__favorite.is-favorited svg {
	fill: currentColor;
}

.wb-shop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.wb-shop-card__category {
	color: var(--wb-brand);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	margin-bottom: 7px;
	text-decoration: none;
	text-transform: uppercase;
}

.wb-shop-card__title {
	font-size: 16px !important;
	font-weight: 750;
	letter-spacing: -.01em;
	line-height: 1.35;
	margin: 0 0 9px !important;
	padding: 0 !important;
}

.wb-shop-card__title a {
	color: var(--wb-ink);
	text-decoration: none;
}

.wb-shop-card__rating {
	align-items: center;
	color: var(--wb-muted);
	display: flex;
	font-size: 11px;
	gap: 7px;
	margin-bottom: 11px;
	min-height: 16px;
}

.wb-shop-card__rating .star-rating {
	color: #f5a524;
	float: none;
	font-size: 12px;
	margin: 0;
}

.wb-shop-card__rating--new {
	min-height: 0;
}

.wb-shop-card__new-tag {
	background: var(--wb-soft);
	border-radius: 999px;
	color: var(--wb-brand);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .03em;
	padding: 3px 9px;
	text-transform: uppercase;
}

.wb-shop-card__summary {
	color: var(--wb-muted);
	display: -webkit-box;
	font-size: 12px;
	line-height: 1.55;
	margin: 0 0 15px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.wb-shop-card__footer {
	margin-top: auto;
}

.wb-shop-card__shipping {
	color: #18773a;
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 4px;
}

.wb-shop-card__price {
	align-items: baseline;
	color: var(--wb-ink);
	display: flex;
	flex-wrap: wrap;
	font-size: 19px;
	font-weight: 800;
	gap: 5px;
	margin-bottom: 13px;
}

.wb-shop-card__price del,
.wb-shop-card__price del .amount {
	color: #98a2b3;
	font-size: 11px;
	font-weight: 500;
}

.wb-shop-card__price ins {
	text-decoration: none;
}

.wb-shop-card__action .button,
.wb-shop-card__action a.button {
	align-items: center;
	background: var(--wb-brand);
	border: 0;
	border-radius: 10px;
	color: #fff;
	display: flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	min-height: 42px;
	padding: 11px 13px;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, transform .2s ease;
	width: 100%;
}

.wb-shop-card__action .button:hover {
	background: var(--wb-brand-dark);
	color: #fff;
	transform: translateY(-1px);
}

.wb-shop-card__action .added_to_cart {
	color: var(--wb-brand);
	display: block;
	font-size: 11px;
	font-weight: 700;
	padding: 8px 0 0;
	text-align: center;
}

.wb-shop .woocommerce-pagination {
	margin-top: 42px;
}

.wb-shop .woocommerce-pagination ul.page-numbers {
	border: 0;
	display: flex;
	gap: 7px;
	justify-content: center;
	margin: 0;
}

.wb-shop .woocommerce-pagination ul.page-numbers li {
	border: 0;
}

.wb-shop .woocommerce-pagination .page-numbers li span,
.wb-shop .woocommerce-pagination .page-numbers li a {
	align-items: center;
	border: 1px solid var(--wb-line);
	border-radius: 9px;
	display: flex;
	height: 39px;
	justify-content: center;
	min-width: 39px;
	padding: 0 10px;
}

.wb-shop .woocommerce-pagination .page-numbers .current {
	background: var(--wb-brand);
	border-color: var(--wb-brand);
	color: #fff;
}

@media (max-width: 1100px) {
	.wb-shop-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* Trilho vertical aperta antes do layout quebrar: vira faixa de dois. */
@media (max-width: 1020px) {
	.wb-shop-hero {
		grid-template-columns: minmax(0, 1fr);
	}

	.wb-shop-hero__rail {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-template-rows: none;
	}
}

@media (max-width: 820px) {
	.wb-shop-hero__viewport {
		min-height: 520px;
	}

	.wb-shop-hero__slide {
		align-items: start;
		grid-template-columns: 1fr;
		grid-template-rows: auto minmax(0, 1fr);
	}

	.wb-shop-hero__content {
		padding: 4px 4px 0;
	}

	.wb-shop-hero__visual {
		justify-content: flex-start;
		padding: 0 4px;
	}

	.wb-shop-hero__frame {
		aspect-ratio: auto;
		height: 100%;
		width: auto;
		max-width: 100%;
		min-width: 210px;
	}

	.wb-shop-hero__controls {
		padding-left: 4px;
	}

	.wb-shop-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.wb-shop-heading__perks {
		justify-content: flex-start;
	}

	.wb-shop-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.wb-shop {
		padding-inline: 12px;
	}

	.wb-shop-hero {
		border-radius: 20px;
	}

	.wb-shop-hero__viewport {
		min-height: 470px;
	}

	.wb-shop-hero__frame {
		min-width: 170px;
		padding: 12px;
	}

	/* Tres colunas nao cabem num celular: vira faixa rolavel. */
	.wb-shop-hero__rail {
		display: flex;
		gap: 10px;
		margin-inline: -4px;
		overflow-x: auto;
		padding: 2px 4px 8px;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.wb-shop-hero__offer-card {
		flex: 0 0 auto;
		flex-direction: column;
		gap: 10px;
		scroll-snap-align: start;
		text-align: center;
		width: 152px;
	}

	.wb-shop-hero__offer-media {
		height: 92px;
		width: 100%;
	}

	.wb-shop-hero__offer-body {
		align-items: center;
		width: 100%;
	}

	.wb-shop-hero__trust {
		gap: 8px 18px;
	}

	.wb-shop-hero__trust li {
		font-size: 11.5px;
	}

	.wb-shop-toolbar {
		align-items: flex-start;
		flex-direction: column;
		padding-bottom: 13px;
	}

	.wb-shop-grid {
		gap: 12px;
	}

	.wb-shop-card {
		border-radius: 14px;
	}

	.wb-shop-card__body {
		padding: 13px;
	}

	.wb-shop-card__image {
		padding: 12px;
	}

	.wb-shop-card__summary {
		display: none;
	}

	.wb-shop-card__title {
		font-size: 14px !important;
	}

	.wb-shop-card__quick-actions {
		gap: 6px;
		right: 9px;
		top: 9px;
	}

	.wb-shop-card__quickview,
	.wb-shop-card__favorite {
		height: 34px;
		width: 34px;
	}

	.wb-shop-card__badges {
		left: 9px;
		top: 9px;
	}
}

.wb-quickview-modal {
	align-items: center;
	background: rgb(15 18 33 / 55%);
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 200;
}

.wb-quickview-modal[hidden] {
	display: none;
}

.wb-quickview-modal__backdrop {
	inset: 0;
	position: absolute;
}

.wb-quickview-modal__dialog {
	background: #fff;
	border-radius: 20px;
	max-height: min(720px, 90vh);
	max-width: 860px;
	overflow-y: auto;
	position: relative;
	width: 100%;
}

.wb-quickview-modal__close {
	align-items: center;
	background: var(--wb-soft);
	border: 0;
	border-radius: 50%;
	color: var(--wb-ink);
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 36px;
	z-index: 2;
}

.wb-quickview {
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	padding: 32px;
}

.wb-quickview__media {
	background: linear-gradient(145deg, #f8f9fc, #eef1f7);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.wb-quickview__media img {
	display: block;
	height: auto;
	width: 100%;
}

.wb-quickview__media .wb-shop-badge {
	left: 12px;
	position: absolute;
	top: 12px;
}

.wb-quickview__title {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.02em;
	margin: 6px 0 12px;
}

.wb-quickview__price {
	color: var(--wb-ink);
	font-size: 24px;
	font-weight: 800;
	margin: 14px 0;
}

.wb-quickview__price del {
	color: #98a2b3;
	font-size: 14px;
	font-weight: 500;
	margin-right: 6px;
}

.wb-quickview__price ins {
	text-decoration: none;
}

.wb-quickview__summary {
	color: var(--wb-muted);
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 20px;
}

.wb-quickview__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.wb-quickview__actions .button {
	background: var(--wb-brand);
	border: 0;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	padding: 13px 22px;
	text-decoration: none;
}

.wb-quickview__actions .button:hover {
	background: var(--wb-brand-dark);
}

.wb-quickview__link {
	color: var(--wb-brand);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.wb-quickview__link:hover {
	text-decoration: underline;
}

.wb-quickview__loading {
	align-items: center;
	color: var(--wb-muted);
	display: flex;
	font-size: 14px;
	height: 260px;
	justify-content: center;
}

.wb-quickview__loading::after {
	animation: wb-quickview-spin .8s linear infinite;
	border: 2px solid var(--wb-line);
	border-radius: 50%;
	border-top-color: var(--wb-brand);
	content: "";
	height: 24px;
	margin-left: 10px;
	width: 24px;
}

.wb-quickview__error {
	color: var(--wb-sale);
	padding: 40px;
	text-align: center;
}

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

@media (max-width: 720px) {
	.wb-quickview {
		grid-template-columns: 1fr;
		padding: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wb-shop-hero__slide,
	.wb-shop-hero__frame,
	.wb-shop-hero__cta,
	.wb-shop-hero__cta span,
	.wb-shop-hero__offer-card,
	.wb-shop-card,
	.wb-shop-card__image {
		transition: none;
	}

	.wb-quickview__loading::after {
		animation: none;
	}

	.wb-shop-card__media.is-loading,
	.wb-quickview__media.is-loading {
		animation: none;
	}
}
