/* Poppins self-hosted (misma fuente que topitop.pe — confirmado vía getComputedStyle en h1, precio y badge de descuento). No usar @import: rompe la cadena de carga y añade latencia (ver lección de rendimiento del proyecto donante). */
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/poppins-400-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/poppins-500-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/poppins-500-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/poppins-600-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/poppins-700-latin.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Poppins";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/poppins-700-latin-ext.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--topitop-black: #1a1a1a;
	--topitop-white: #fff;
	--topitop-wine: #E52320; /* Rojo de acento (action primary), color exacto verificado en topitop.pe: banners, botón Agregar al carrito, raya del logo */
	--topitop-bg-light: #F3F4F6; /* Fondo gris claro para secciones (Tus básicos favoritos, grillas de categoría) */
	--topitop-pink: #ffcccc;
	--topitop-border: rgba(0, 0, 0, 0.12);
	--topitop-muted: #352b1d;
	--topitop-container: 1320px;
	--font-main: "Poppins", sans-serif;
	--font-secondary: "Poppins", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--topitop-black);
	background: var(--topitop-white);
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 1.5;
}

a {
	color: inherit;
}

button,
input {
	font: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.topitop-container {
	width: min(100% - 40px, var(--topitop-container));
	margin-inline: auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: #fff;
}

.official-topbar {
	position: relative;
	z-index: 102;
	height: 38px;
	overflow: hidden;
	background: var(--topitop-wine);
	color: #fff;
}

.official-topbar__track {
	position: relative;
	height: 100%;
}

.official-topbar__slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: center;
	padding: 0 20px;
	margin: 0;
	opacity: 0;
	font-family: var(--font-secondary);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: center;
	transition: opacity 0.35s ease;
}

.official-topbar__slide.is-active {
	opacity: 1;
}

.site-header {
	position: sticky;
	z-index: 100;
	top: 0;
	border-bottom: 1px solid var(--topitop-border);
	background: rgba(255, 255, 255, 0.98);
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 82px;
	gap: 28px;
}

.site-branding__logo-link,
.site-branding__logo {
	display: block;
}

.site-branding__logo {
	width: auto;
	height: 40px;
}

.site-branding__logo--white {
	display: none;
}

.primary-navigation-inline {
	display: none;
}

.header-search-inline {
	display: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	margin-left: auto;
}

.header-action {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.header-action svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.header-action img {
	max-width: 22px;
	max-height: 20px;
	width: auto;
}

.header-cart-link__icon {
	position: relative;
	display: inline-flex;
}

.header-cart-link__count {
	position: absolute;
	top: -7px;
	right: -8px;
	display: grid;
	width: 17px;
	height: 17px;
	place-items: center;
	border-radius: 50%;
	background: var(--topitop-wine);
	color: #fff;
	font-size: 9px;
}

.menu-toggle {
	display: none;
	grid-column: 1;
	justify-self: start;
	width: 34px;
	height: 34px;
	padding: 7px;
	border: 0;
	background: transparent;
}

.menu-toggle__icon,
.menu-toggle__icon::before,
.menu-toggle__icon::after {
	display: block;
	width: 20px;
	height: 1.5px;
	background: #000;
	content: "";
}

.menu-toggle__icon {
	position: relative;
}

.menu-toggle__icon::before {
	position: absolute;
	top: -6px;
}

.menu-toggle__icon::after {
	position: absolute;
	top: 6px;
}

.primary-navigation {
	display: none;
}

.primary-navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(24px, 3.5vw, 58px);
	padding: 15px 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	text-transform: uppercase;
}

.primary-navigation a:hover {
	opacity: 0.6;
}

.header-search {
	padding: 18px 0;
	border-top: 1px solid var(--topitop-border);
}

.header-search[hidden] {
	display: none;
}

.header-search form {
	display: flex;
	max-width: 720px;
	margin: auto;
}

.header-search input {
	flex: 1;
	min-width: 0;
	padding: 13px 15px;
	border: 1px solid #000;
}

.header-search button {
	padding: 13px 24px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}

.site-main {
	min-height: 55vh;
	padding-block: 64px;
}

.home-main {
	padding: 0;
}

.home-hero {
	width: min(100%, 1620px);
	margin: 0 auto;
}

.home-hero picture,
.home-hero img {
	display: block;
	width: 100%;
}

.home-hero img {
	object-fit: cover;
}

.official-store {
	width: 100%;
	padding: 32px 20px;
	border-block: 1px solid rgba(255, 255, 255, 0.08);
	background: #151515;
	color: #fff;
	text-align: center;
}

.official-store__badge {
	display: inline-block;
	padding: 8px 18px;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.official-store h2 {
	margin: 0 0 12px;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.official-store p {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
}

.home-collection {
	padding-block: 48px;
}

.home-collection--sale {
	padding-top: 16px;
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.section-heading h2,
.collection-cards > h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.section-heading a {
	font-family: var(--font-secondary);
	font-size: 14px;
}

.home-strip {
	width: 100%;
	overflow: hidden;
	margin: 18px 0;
}

.home-strip a,
.home-strip picture,
.home-strip img {
	display: block;
}

.home-strip img {
	width: 100%;
	height: auto;
}

.sale-banner {
	width: 100%;
	overflow: hidden;
}

.sale-banner a,
.sale-banner picture,
.sale-banner img {
	display: block;
}

.sale-banner a {
	position: relative;
}

.sale-banner img {
	width: 100%;
}

.sale-banner span {
	position: absolute;
	top: 50%;
	right: 28px;
	display: grid;
	min-width: 230px;
	height: 70px;
	place-items: center;
	padding: 0 22px;
	transform: translateY(-50%);
	border: 1px solid #151515;
	background: #fdfeeb;
	color: #191b1d;
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
}

.collection-cards {
	padding-block: 48px;
}

.collection-cards > h2 {
	margin-bottom: 24px;
}

.collection-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.collection-card {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
}

.collection-card::after {
	position: absolute;
	inset: 50% 0 0;
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.55));
	content: "";
}

.collection-card picture,
.collection-card img {
	display: block;
	width: 100%;
}

.collection-card img {
	aspect-ratio: 1;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.collection-card:hover img {
	transform: scale(1.025);
}

.collection-card strong {
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 22px;
	left: 20px;
	font-size: 23px;
	letter-spacing: 0.03em;
	text-align: center;
}

.social-universe {
	padding: 48px 20px 56px;
	background: #000;
	color: #fff;
	text-align: center;
}

.social-universe p {
	margin: 0 0 14px;
	font-size: 14px;
	letter-spacing: 2px;
}

.social-universe__handle {
	display: inline-block;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.social-universe__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 28px;
}

.social-universe__links a {
	font-family: var(--font-secondary);
	font-size: 13px;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.newsletter-banner {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 20px 48px;
	background: var(--topitop-pink);
	color: #151515;
	text-align: center;
}

.newsletter-banner__icon {
	margin-bottom: 16px;
	font-size: 42px;
}

.newsletter-banner h2 {
	margin: 0 0 12px;
	font-family: var(--font-secondary);
	font-size: 33px;
	line-height: 1.1;
}

.newsletter-banner p {
	margin: 0 0 24px;
	font-family: var(--font-secondary);
	font-size: 16px;
	letter-spacing: 0.12em;
}

.newsletter-banner__form {
	display: flex;
	width: min(100%, 520px);
}

.newsletter-banner__form input {
	flex: 1;
	min-width: 0;
	padding: 13px 15px;
	border: 1px solid #151515;
	background: transparent;
}

.newsletter-banner__form button {
	padding: 13px 20px;
	border: 1px solid #151515;
	background: #151515;
	color: #fff;
	text-transform: uppercase;
}

.content-card {
	max-width: 900px;
	margin-inline: auto;
}

.site-footer {
	padding: 58px 0 22px;
	border-top: 1px solid var(--topitop-border);
	background: #fff;
	color: #000;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	padding-top: 40px;
	border-top: 3px solid var(--topitop-wine, #E52320);
}

.site-footer__brand-col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.site-footer__logo {
	width: auto;
	height: 30px;
}

.site-footer__address {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #333;
}

.site-footer__libro img {
	width: 80px;
	height: auto;
}

.site-footer__menus {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.site-footer__column h2 {
	padding-bottom: 9px;
	margin: 0 0 14px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: 600;
}

.site-footer ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	text-decoration: none;
}

.site-footer__column--marcas a {
	display: block;
}

.site-footer a img {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 34px;
	margin-top: 40px;
	border-top: 1px solid var(--topitop-border);
	font-family: var(--font-secondary);
	font-size: 12px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px 20px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product {
	clear: none;
	float: none;
	width: auto;
	margin: 0;
	text-align: center;
}

.woocommerce ul.products li.product a img {
	display: block;
	width: 100%;
	aspect-ratio: 1;
	margin-bottom: 14px;
	background: #f5f5f5;
	object-fit: cover;
}

.woocommerce ul.products li.product a .topitop-product-card__wishlist img,
.topitop-collection-view ul.products li.product a .topitop-product-card__wishlist img {
	width: 20px;
	height: 18px;
	aspect-ratio: auto;
	margin-bottom: 0;
	background: transparent;
	object-fit: contain;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-family: var(--font-secondary);
	font-size: 14px;
}

.woocommerce ul.products li.product .button {
	display: none;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button {
	padding: 14px 22px;
	border-radius: 0;
	background: #000;
	color: #fff;
	font-family: var(--font-secondary);
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: 1fr auto 1fr;
		min-height: 66px;
	}

	.menu-toggle {
		display: block;
	}

	.site-branding__logo {
		height: 27px;
	}

	.header-action span:not(.header-cart-link__icon, .header-cart-link__count) {
		display: none;
	}

	.site-header__actions {
		gap: 12px;
	}

	.primary-navigation {
		display: none;
	}

	.site-header.is-menu-open .primary-navigation {
		display: block;
	}

	.primary-navigation ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px 0 18px;
	}

	.primary-navigation a {
		display: block;
		padding: 10px 0;
		font-size: 16px;
	}

	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.collection-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 767px) {
	.topitop-container {
		width: min(100% - 28px, var(--topitop-container));
	}

	.official-topbar {
		height: 42px;
	}

	.official-topbar__slide {
		font-size: 10px;
		line-height: 1.25;
	}

	.official-store {
		padding: 24px 18px;
	}

	.official-store h2 {
		font-size: 18px;
	}

	.official-store p {
		font-size: 13px;
		line-height: 1.6;
	}

	.home-collection,
	.collection-cards {
		padding-block: 36px;
	}

	.section-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.section-heading h2,
	.collection-cards > h2 {
		font-size: 22px;
	}

	.sale-banner a {
		display: flex;
		flex-direction: column;
	}

	.sale-banner span {
		position: static !important;
		width: calc(100% - 32px);
		min-width: 0;
		height: 48px;
		margin: 10px 16px 0;
		transform: none;
		background: #000;
		color: #fff;
		font-size: 15px;
	}

	.collection-cards__grid {
		gap: 12px;
	}

	.collection-card strong {
		right: 10px;
		bottom: 12px;
		left: 10px;
		font-size: 15px;
	}

	.social-universe {
		padding: 36px 16px 44px;
	}

	.social-universe p {
		font-size: 12px;
	}

	.social-universe__handle {
		margin-bottom: 24px;
		font-size: 18px;
	}

	.social-universe__links {
		gap: 18px;
	}

	.newsletter-banner {
		padding: 36px 18px 28px;
	}

	.newsletter-banner h2 {
		font-size: 30px;
		line-height: 1.08;
	}

	.newsletter-banner__form {
		flex-direction: column;
		gap: 8px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Catalog */
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.single-product .site-main {
	padding-top: 34px;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 30px;
	color: #5d5d5d;
	font-family: var(--font-secondary);
	font-size: 12px;
	text-align: center;
}

.woocommerce-products-header {
	padding: 18px 0 28px;
	text-align: center;
}

.woocommerce-products-header__title {
	margin: 0;
	font-size: clamp(28px, 4vw, 48px);
	font-weight: 400;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.woocommerce-products-header .term-description {
	max-width: 720px;
	margin: 12px auto 0;
	color: var(--topitop-muted);
}

.catalog-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	margin-bottom: 28px;
}

.catalog-categories a {
	padding: 9px 16px;
	border: 1px solid #000;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.catalog-categories a:hover {
	background: #000;
	color: #fff;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin-bottom: 28px;
	font-family: var(--font-secondary);
	font-size: 13px;
}

.woocommerce .woocommerce-ordering select {
	min-width: 230px;
	padding: 10px 34px 10px 12px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
}

.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products {
	clear: both;
	padding-top: 8px;
}

.woocommerce span.onsale {
	top: 10px;
	left: 10px;
	min-width: 0;
	min-height: 0;
	padding: 7px 10px;
	border-radius: 0;
	background: #000;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination {
	padding: 36px 0 12px;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	padding: 0;
	border: 1px solid var(--topitop-border);
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000;
	color: #fff;
}

/* Single product */
.single-product div.product {
	display: flow-root;
}

.single-product div.product .woocommerce-product-gallery {
	position: sticky;
	top: 132px;
	width: 58%;
}

.single-product div.product .summary {
	width: 38%;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image img {
	border-radius: 0;
}

/* Contexto de posicionamiento para los badges superpuestos. */
.single-product .woocommerce-product-gallery__wrapper {
	position: relative;
}

.single-product .woocommerce-product-gallery__image img {
	width: 100%;
}

.single-product .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 8px;
	padding-top: 10px !important;
}

.single-product div.product div.images .flex-control-thumbs li {
	width: auto;
}

.single-product div.product .product_title {
	margin: 0 0 12px;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: 0.035em;
	line-height: 1.12;
	text-transform: uppercase;
}

.product-trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 10px 0 18px;
	font-family: var(--font-secondary);
	font-size: 13px;
}

.product-trust__stars {
	color: #00b67a;
	letter-spacing: 1px;
}

.product-trust__stars span {
	color: #dbdbe0;
}

.single-product div.product p.price,
.single-product div.product span.price {
	margin: 0 0 18px;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 23px;
	font-weight: 500;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 20px;
	color: #4a4a4a;
}

.single-product .stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 18px;
	color: #176c49 !important;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-product .stock::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00b67a;
	box-shadow: 0 0 0 4px rgba(0, 182, 122, 0.1);
	content: "";
}

.size-guide-trigger {
	padding: 9px 0;
	margin-bottom: 14px;
	border: 0;
	border-bottom: 1px solid #000;
	background: transparent;
	font-family: var(--font-secondary);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 14px !important;
}

.single-product form.cart .variations {
	flex: 0 0 100%;
	margin-bottom: 12px;
}

.single-product form.cart .variations th,
.single-product form.cart .variations td {
	display: block;
	padding: 0 0 7px;
	text-align: left;
}

.single-product form.cart .variations label {
	font-family: var(--font-secondary);
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-product form.cart .variations select {
	width: 100%;
	min-width: 100%;
	padding: 13px 42px 13px 14px;
	border: 1px solid #000;
	border-radius: 0;
	background: #fff;
}

.single-product .reset_variations {
	display: inline-block;
	margin-top: 7px;
	font-size: 12px;
}

.single-product .woocommerce-variation {
	margin-bottom: 12px;
}

.single-product .quantity .qty {
	width: 64px;
	height: 48px;
	border: 1px solid #000;
	border-radius: 0;
}

.single-product .single_add_to_cart_button {
	flex: 1;
	min-height: 48px;
	border-radius: 0 !important;
	background: var(--topitop-wine) !important;
	font-family: var(--font-secondary);
	font-size: 14px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.shipping-reassurance {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 11px 12px;
	margin: 14px 0 22px;
	border-radius: 2px;
	background: #f1f1f1;
	font-family: var(--font-secondary);
	font-size: 10px;
	font-weight: 600;
}

.shipping-reassurance > span {
	display: flex;
	align-items: center;
	gap: 5px;
}

.shipping-reassurance i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #00b67a;
}

.shipping-reassurance strong {
	color: #008d5e;
}

.single-product .product_meta {
	padding-top: 15px;
	border-top: 1px solid var(--topitop-border);
	font-family: var(--font-secondary);
	font-size: 12px;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
	clear: both;
	padding-top: 64px;
}

.single-product .woocommerce-tabs ul.tabs {
	padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs::before {
	border-color: var(--topitop-border) !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 8px 0 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product .woocommerce-tabs ul.tabs li a {
	font-family: var(--font-secondary);
	font-size: 13px;
	text-transform: uppercase;
}

.single-product .related > h2,
.single-product .upsells > h2 {
	margin-bottom: 28px;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

.size-guide[hidden] {
	display: none;
}

.size-guide {
	position: fixed;
	z-index: 10000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 20px;
}

.size-guide__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 16, 16, 0.55);
	backdrop-filter: blur(3px);
}

.size-guide__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 430px);
	max-height: calc(100vh - 40px);
	overflow: hidden;
	border: 1px solid #ddd7d1;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.size-guide__dialog header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 18px 20px 14px;
	border-bottom: 1px solid #ddd7d1;
	background: #f7f5f2;
}

.size-guide__dialog small {
	color: var(--topitop-wine);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.size-guide__dialog h2 {
	margin: 5px 0 0;
	font-size: 19px;
	letter-spacing: 0.06em;
}

.size-guide__dialog header button {
	width: 34px;
	height: 34px;
	border: 0;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}

.size-guide__tip,
.size-guide__footer {
	padding: 12px 16px;
	margin: 0;
	background: #fbfaf8;
	color: #6f6a66;
	font-size: 12px;
	text-align: center;
}

.size-guide__table-wrap {
	max-height: 52vh;
	overflow-y: auto;
}

.size-guide table {
	width: 100%;
	border-collapse: collapse;
}

.size-guide th {
	position: sticky;
	top: 0;
	padding: 12px 8px;
	background: #1a1a1a;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.12em;
}

.size-guide td {
	padding: 10px 8px;
	border-bottom: 1px solid #f0ebe7;
	font-size: 13px;
	text-align: center;
}

body.has-open-dialog {
	overflow: hidden;
}

@media (max-width: 900px) {
	.single-product div.product .woocommerce-product-gallery {
		position: static;
		top: auto;
		width: 52%;
	}

	.single-product div.product .summary {
		width: 44%;
	}
}

@media (max-width: 767px) {
	.single-product div.product {
		display: flex;
		flex-direction: column;
	}

	.post-type-archive-product .site-main,
	.tax-product_cat .site-main,
	.single-product .site-main {
		padding-top: 22px;
	}

	.woocommerce-products-header {
		padding-bottom: 20px;
	}

	.catalog-categories {
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 5px;
		scrollbar-width: none;
	}

	.catalog-categories a {
		flex: 0 0 auto;
	}

	.woocommerce .woocommerce-result-count {
		float: none;
		margin-bottom: 10px;
	}

	.woocommerce .woocommerce-ordering {
		float: none;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}

	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary {
		float: none;
		flex-shrink: 0;
		width: 100%;
	}

	.single-product div.product .summary {
		padding-top: 25px;
	}

	.single-product div.product .product_title {
		font-size: 28px;
	}

	.shipping-reassurance {
		font-size: 9px;
	}

	.single-product .woocommerce-tabs,
	.single-product .related,
	.single-product .upsells {
		padding-top: 44px;
	}
}

/* Cart drawer */
.cart-drawer {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: grid;
	grid-template-columns: 1fr minmax(340px, 460px);
}

.cart-drawer[hidden] {
	display: none;
}

.cart-drawer__backdrop {
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: rgba(0, 0, 0, 0.42);
	cursor: default;
}

.cart-drawer__panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow-y: auto;
	background: #fff;
	box-shadow: -16px 0 50px rgba(0, 0, 0, 0.12);
}

.cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 28px 20px;
	border-bottom: 1px solid var(--topitop-border);
}

.cart-drawer__header small {
	display: block;
	margin-bottom: 2px;
	font-family: var(--font-secondary);
	font-size: 10px;
	letter-spacing: 0.2em;
}

.cart-drawer__header h2 {
	margin: 0;
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.cart-drawer__close {
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--topitop-border);
	border-radius: 50%;
	background: #fff;
	font-size: 25px;
	line-height: 1;
	cursor: pointer;
}

.cart-drawer__shipping {
	padding: 11px 28px;
	background: #f5f3f2;
	font-family: var(--font-secondary);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cart-drawer__shipping span {
	margin-right: 7px;
	color: #35b976;
}

.cart-drawer .widget_shopping_cart_content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 0 28px 28px;
}

.cart-drawer .woocommerce-mini-cart {
	flex: 1;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cart-drawer .woocommerce-mini-cart-item {
	position: relative;
	display: block;
	min-height: 124px;
	padding: 22px 28px 22px 0;
	border-bottom: 1px solid var(--topitop-border);
}

.cart-drawer .woocommerce-mini-cart-item > a:not(.remove) {
	display: block;
	min-height: 104px;
	padding-right: 22px;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-drawer .woocommerce-mini-cart-item img {
	float: left !important;
	width: 92px;
	height: 104px;
	margin-right: 16px;
	object-fit: cover;
}

.cart-drawer .woocommerce-mini-cart-item .remove {
	position: absolute;
	top: 21px;
	right: 0;
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border: 1px solid var(--topitop-border);
	border-radius: 50%;
	color: #000 !important;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

.cart-drawer .woocommerce-mini-cart-item .remove:hover {
	background: #000 !important;
	color: #fff !important;
}

.cart-drawer .woocommerce-mini-cart-item .quantity {
	display: block;
	margin: -24px 0 0 108px;
	font-family: var(--font-secondary);
	font-size: 13px;
}

.cart-drawer .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	padding: 19px 0;
	margin: 0;
	border-top: 1px solid #000;
	font-family: var(--font-secondary);
	font-size: 16px;
}

.cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0;
}

.cart-drawer .woocommerce-mini-cart__buttons .button {
	display: grid;
	min-height: 48px;
	place-items: center;
	padding: 10px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-drawer .woocommerce-mini-cart__buttons .checkout {
	background: #000;
	color: #fff;
}

.cart-drawer .woocommerce-mini-cart__empty-message {
	display: grid;
	flex: 1;
	min-height: 330px;
	place-items: center;
	margin: 0;
	color: #4d4845;
	font-family: var(--font-secondary);
	text-align: center;
}

body.has-open-cart {
	overflow: hidden;
}

/* WooCommerce Cart and Checkout blocks */
.woocommerce-cart .content-card,
.woocommerce-checkout .content-card {
	padding-block: 62px 90px;
}

.woocommerce-cart .content-card > h1,
.woocommerce-checkout .content-card > h1 {
	margin: 0 0 38px;
	font-family: var(--font-secondary);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 400;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-cart .wp-block-woocommerce-cart,
.woocommerce-checkout .wp-block-woocommerce-checkout {
	font-family: var(--font-main);
}

.wc-block-components-sidebar-layout {
	gap: clamp(28px, 4vw, 62px);
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	width: 62%;
	padding-right: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar {
	width: 38%;
	padding-left: 0;
}

.wc-block-cart-items__header {
	font-family: var(--font-secondary);
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wc-block-cart-items__row {
	border-bottom: 1px solid var(--topitop-border);
}

.wc-block-cart-item__image img {
	aspect-ratio: 0.9;
	border-radius: 8px;
	object-fit: cover;
}

.wc-block-components-product-name {
	font-family: var(--font-secondary);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-transform: uppercase;
}

.wc-block-components-product-metadata,
.wc-block-components-product-details {
	color: #65605d;
	font-size: 12px;
}

.wc-block-components-quantity-selector {
	border: 1px solid #bdb8b5 !important;
	border-radius: 0 !important;
}

.wc-block-cart-item__remove-link {
	color: #5d5652 !important;
	font-size: 11px !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wc-block-components-sidebar {
	align-self: start;
	padding: 26px !important;
	border: 1px solid var(--topitop-border);
	background: #faf9f8;
}

.wc-block-cart__totals-title,
.wc-block-components-checkout-order-summary__title-text {
	font-family: var(--font-secondary);
	font-size: 18px !important;
	font-weight: 600 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.wc-block-components-totals-wrapper {
	border-color: var(--topitop-border) !important;
}

.wc-block-components-totals-item__label,
.wc-block-components-totals-item__value {
	font-family: var(--font-secondary);
}

.wc-block-components-totals-footer-item {
	font-size: 20px;
	font-weight: 600;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
	min-height: 54px;
	border: 1px solid #000 !important;
	border-radius: 0 !important;
	background: #000 !important;
	color: #fff !important;
	font-family: var(--font-secondary);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
	background: var(--topitop-wine) !important;
}

.wc-block-components-button:not(.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button) {
	border-radius: 0;
}

.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-address-form__country .components-combobox-control__input {
	border-radius: 0 !important;
}

.wc-block-components-checkout-step {
	padding-bottom: 28px !important;
	margin-bottom: 28px !important;
	border-bottom: 1px solid var(--topitop-border);
}

.wc-block-components-checkout-step__heading {
	margin-bottom: 18px !important;
}

.wc-block-components-checkout-step__title {
	font-family: var(--font-secondary);
	font-size: 20px !important;
	font-weight: 600 !important;
	letter-spacing: 0.03em;
}

.wc-block-components-checkout-step__description {
	color: #68615e;
	font-size: 13px;
}

.wc-block-components-radio-control__option {
	border-radius: 0 !important;
}

/* Caixa de opções de frete — limpa, com o rótulo em largura total e o selo
   GRATIS compacto; alinhada à identidade visual e responsiva. */
.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
	border: 1.5px solid var(--topitop-border) !important;
	padding: 15px 16px 15px 46px !important; /* espaço à esquerda para o rádio */
	background: #fbfaf8;
	transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__input {
	left: 16px !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option-checked {
	border-color: var(--topitop-wine) !important;
	background: #fdf6f4;
	box-shadow: 0 0 0 1px var(--topitop-wine);
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__label {
	flex: 1 1 100%;
	font-family: var(--font-secondary);
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0.01em;
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__secondary-label {
	flex: 0 0 auto;
	width: auto;
	align-self: flex-start;
	margin: 0;
	padding: 3px 9px;
	border-radius: 2px;
	background: var(--topitop-wine);
	color: #fff;
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.wc-block-components-order-summary-item__image img {
	border-radius: 7px;
	object-fit: cover;
}

.wc-block-components-notice-banner {
	border-radius: 0 !important;
}

.woocommerce-cart .wc-block-cart__empty-cart__title {
	font-family: var(--font-secondary);
	font-size: 24px;
	font-weight: 500;
}

.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading {
	font-family: var(--font-secondary);
	font-weight: 500;
}

@media (max-width: 900px) {
	.wc-block-components-sidebar-layout {
		display: block;
	}

	.wc-block-components-sidebar-layout .wc-block-components-main,
	.wc-block-components-sidebar-layout .wc-block-components-sidebar {
		width: 100%;
	}

	.wc-block-components-sidebar {
		margin-top: 30px;
	}

	/*
	 * Checkout mobile — orden pedido por el propietario:
	 * Envío -> Pago -> Botón "Realizar el pedido" -> Resumen del pedido (colapsable, cerrado).
	 * WooCommerce Blocks duplica el resumen en mobile: un "fill" expandido dentro de
	 * .wc-block-checkout__actions (encima del botón) y la versión colapsable del sidebar.
	 * Ocultamos el fill para dejar únicamente el resumen colapsable, que ya cae debajo
	 * del botón y llega cerrado por defecto.
	 */
	.wc-block-checkout__actions .checkout-order-summary-block-fill-wrapper {
		display: none !important;
	}

	/* Resumen colapsable del sidebar: aspecto de acordeón claramente clicable. */
	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 18px 20px;
		border: 1.5px solid var(--topitop-border);
		border-radius: 4px;
		background: #fbfaf8;
		transition: border-color 0.15s ease, background-color 0.15s ease;
	}

	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
		margin-inline-end: auto;
	}

	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title[aria-expanded="true"] {
		border-color: var(--topitop-wine);
		background: #fdf6f4;
	}

	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title-text {
		font-family: var(--font-secondary);
		font-weight: 600;
		letter-spacing: 0.01em;
	}

	/* En modo respaldo ocultamos el icono nativo (no rota con nuestro toggle)
	   y usamos un chevron propio que sí gira según aria-expanded. */
	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title[data.topitop-collapse] .wc-block-components-checkout-order-summary__title-icon {
		display: none;
	}

	/* Chevron indicador cuando el colapsable lo cablea nuestro respaldo JS
	   (el modo nativo ya trae su propio icono). */
	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title[data.topitop-collapse]::after {
		content: "";
		width: 9px;
		height: 9px;
		margin-inline-start: 12px;
		border-right: 2px solid var(--topitop-wine);
		border-bottom: 2px solid var(--topitop-wine);
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		flex-shrink: 0;
	}

	.wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title[data.topitop-collapse][aria-expanded="true"]::after {
		transform: rotate(-135deg);
	}
}

@media (max-width: 767px) {
	.cart-drawer {
		grid-template-columns: 1fr;
	}

	.cart-drawer__backdrop {
		display: none;
	}

	.cart-drawer__panel {
		width: 100%;
	}

	.cart-drawer__header {
		padding: 19px 18px 16px;
	}

	.cart-drawer__shipping {
		padding-inline: 18px;
	}

	.cart-drawer .widget_shopping_cart_content {
		padding-inline: 18px;
	}

	.woocommerce-cart .content-card,
	.woocommerce-checkout .content-card {
		padding-block: 34px 65px;
	}

	.woocommerce-cart .content-card > h1,
	.woocommerce-checkout .content-card > h1 {
		margin-bottom: 26px;
		font-size: 32px;
	}

	.wc-block-components-sidebar {
		padding: 20px !important;
	}

	.wc-block-cart-items__header {
		display: none !important;
	}

	.wc-block-cart-item__image {
		padding-right: 12px !important;
	}

	.wc-block-cart-item__product {
		padding-right: 0 !important;
	}
}

/* --------------------------------------------------------------------------
   Butrich visual parity pass — reference storefront
   -------------------------------------------------------------------------- */

.official-topbar--mobile {
	display: none;
}

.official-topbar--desktop {
	height: 34px;
	background: var(--topitop-black);
}

.official-topbar--desktop .official-topbar__slide {
	font-size: 11px;
}

.site-header {
	position: relative;
	top: auto;
}

.site-header__inner {
	grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
	min-height: 100px;
}

.site-header__left {
	display: flex;
	grid-column: 1;
	align-items: center;
}

.search-toggle {
	color: #747474;
	font-family: var(--font-main);
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

.search-toggle svg {
	width: 22px;
	height: 22px;
	color: #000;
}

.site-header__actions {
	gap: 22px;
}

.header-cart-link__icon svg {
	width: 24px;
	height: 24px;
}

.header-cart-link__count {
	top: -8px;
	right: -8px;
}

.primary-navigation {
	min-height: 50px;
	border-top: 1px solid var(--topitop-border);
}

.primary-navigation .menu {
	gap: 27px;
}

.primary-navigation a {
	font-size: 15px;
	font-weight: 600;
}

.single-product .site-main {
	padding-top: 0;
}

.single-product .woocommerce-breadcrumb {
	padding: 13px 0 14px;
	margin: 0 0 34px;
	border-bottom: 1px solid var(--topitop-border);
	color: #2f2b29;
	font-size: 12px;
	text-align: center;
}

.single-product div.product {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	align-items: start;
	max-width: 1320px;
	gap: 24px;
	margin-inline: auto;
}

.single-product div.product .woocommerce-product-gallery {
	position: sticky;
	top: 20px;
	width: 100% !important;
	padding-left: 92px;
	margin-bottom: 0;
}

.single-product .woocommerce-product-gallery .flex-viewport {
	border-radius: 0;
	background: #f2f2f2;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a {
	display: block;
}

.single-product .woocommerce-product-gallery__image img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 0;
	background: #f2f2f2;
	object-fit: cover;
}

.single-product .flex-control-thumbs {
	position: absolute;
	top: 40px;
	left: 0;
	display: flex;
	width: 72px;
	flex-direction: column;
	gap: 12px;
	padding: 0 !important;
	margin: 0 !important;
}

.single-product div.product div.images .flex-control-thumbs li {
	float: none;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 1px solid transparent;
	border-radius: 8px;
	background: #f2f2f2;
}

.single-product div.product div.images .flex-control-thumbs li:has(img.flex-active) {
	border-color: #b5b5b5;
}

.single-product div.product div.images .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	opacity: 1;
	object-fit: cover;
}

.topitop-gallery-navigation {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 72px;
	justify-content: space-between;
}

.topitop-gallery-navigation button {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	padding: 0;
	border: 1px solid #75716e;
	border-radius: 50%;
	background: #fff;
	color: #3b3735;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}

.single-product div.product .summary {
	width: 100% !important;
	padding: 0 0 0 2px;
	margin: 0;
}

.single-product .product-trust {
	margin: 4px 0 29px;
}

.single-product .product-trust__stars {
	color: #49b68c;
	letter-spacing: 0;
}

.single-product .product-trust__stars span {
	color: #d8dadd;
}

.single-product div.product .product_title {
	margin: 0 0 22px;
	font-family: var(--font-main);
	font-size: clamp(28px, 2.2vw, 38px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.08;
	text-transform: uppercase;
}

.single-product div.product p.price,
.single-product div.product span.price {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0 0 16px;
	font-family: var(--font-secondary);
	font-size: 22px;
	font-weight: 500;
	color: #000;
}

.single-product div.product .price del {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}

.single-product div.product .price ins {
	text-decoration: none;
}

.single-product .topitop-discount {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 25px;
	background: #000;
	color: #fff;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}

.single-product div.product .price .onsale,
.single-product div.product > .onsale {
	display: none;
}

.single-product .woocommerce-product-details__short-description {
	display: none;
}

.single-product .stock {
	display: none !important;
}

.topitop-native-variations {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.topitop-variation-controls {
	display: grid;
	gap: 20px;
	margin-bottom: 22px;
}

.topitop-variation-field {
	padding: 0;
	margin: 0;
	border: 0;
}

.topitop-variation-field legend {
	padding: 0;
	margin-bottom: 9px;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 600;
}

.topitop-variation-field--sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.topitop-variation-field--sizes legend {
	flex-basis: 100%;
}

.topitop-size-chip {
	min-width: 54px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid #d2cecb;
	border-radius: 2px;
	background: #fff;
	color: #4b4745;
	font-family: var(--font-secondary);
	font-size: 13px;
	cursor: pointer;
}

.topitop-size-chip:hover {
	border-color: #000;
}

.topitop-size-chip.is-active {
	border-color: var(--topitop-black);
	background: var(--topitop-black);
	color: #fff;
}

.topitop-size-chip:disabled {
	opacity: 0.35;
	cursor: not-allowed;
	text-decoration: line-through;
}

.topitop-color-chip {
	display: block;
	width: 39px;
	height: 39px;
	padding: 4px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.topitop-color-chip::before {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--swatch-color, #000);
	content: "";
}

.single-product form.cart {
	display: grid;
	grid-template-columns: 160px minmax(210px, 1fr) minmax(190px, 1fr);
	gap: 15px;
	margin-bottom: 0;
}

/*
 * Fix: el clearfix de WooCommerce agrega ::before/::after con content:" " a
 * form.cart. En un contenedor grid esos pseudo-elementos se vuelven celdas
 * fantasma y empujan el botón (visible solo en productos SIMPLES, sin tallas).
 * Los neutralizamos para que quantity/agregar/comprar queden en una sola fila.
 */
.single-product div.product form.cart::before,
.single-product div.product form.cart::after,
.single-product form.cart::before,
.single-product form.cart::after {
	content: none !important;
	display: none !important;
}

.single-product form.cart .woocommerce-variation,
.single-product form.cart .topitop-variation-controls,
.single-product form.cart .topitop-native-variations,
.single-product form.cart .reset_variations {
	grid-column: 1 / -1;
}

.single-product form.cart .woocommerce-variation:empty {
	display: none;
}

.single-product form.cart .single_variation_wrap {
	display: contents;
}

.single-product form.cart .woocommerce-variation-add-to-cart {
	display: contents;
}

.single-product .quantity {
	position: relative;
	display: grid;
	grid-template-columns: 42px 1fr 42px;
	height: 50px;
	border: 1px solid #bdb8b5;
}

.single-product .quantity .qty {
	width: 100%;
	height: 48px;
	padding: 0;
	border: 0;
	text-align: center;
	-moz-appearance: textfield;
}

.single-product .quantity .qty::-webkit-inner-spin-button,
.single-product .quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.topitop-quantity-step {
	display: grid;
	width: 42px;
	height: 48px;
	place-items: center;
	padding: 0;
	border: 0;
	background: #fff;
	color: #777;
	cursor: pointer;
}

.single-product .single_add_to_cart_button {
	width: 100%;
	min-height: 50px;
	padding: 0 18px;
	border: 0 !important;
	border-radius: 0 !important;
	background: var(--topitop-wine) !important;
	color: #fff !important;
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.015em;
	text-transform: uppercase;
	white-space: nowrap;
}

.single-product .size-guide-trigger {
	grid-column: 1 / -1;
	justify-self: start;
	min-height: 42px;
	padding: 0 18px;
	margin: 0 0 15px;
	border: 1px solid #000;
	background: #fff;
}

.single-product .shipping-reassurance {
	display: flex;
	grid-column: 1 / -1;
	justify-content: space-between;
	padding: 13px 12px;
	margin: 0 0 18px;
	border-radius: 8px;
}

.single-product .product_meta {
	display: none;
}

.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
	grid-column: 1 / -1;
}

.product-share {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 2px 0;
}

.product-share__label {
	font-family: var(--font-secondary);
	font-size: 14px;
	color: #151515;
}

.product-share__icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f2f1ef;
	color: #151515;
	cursor: pointer;
}

.product-share__icon svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.product-share__icon:first-of-type svg {
	fill: currentcolor;
	stroke: none;
}

.product-share__icon.is-copied {
	background: var(--topitop-black);
	color: #fff;
}

.single-product .woocommerce-tabs {
	padding-top: 8px;
}

.single-product .woocommerce-tabs ul.tabs {
	margin: 0 0 18px !important;
}

.single-product .woocommerce-tabs ul.tabs li:not(.active) {
	display: none !important;
}

.single-product .woocommerce-tabs .panel {
	font-size: 14px;
}

.single-product .woocommerce-tabs .panel > h2:first-child {
	display: none;
}

.single-product .related,
.single-product .upsells {
	padding-top: 70px;
}

.single-product .related > h2,
.single-product .upsells > h2 {
	font-size: 24px;
	text-align: center;
}

/* Reference cart drawer */
.cart-drawer {
	grid-template-columns: 1fr minmax(360px, 380px);
}

.cart-drawer__panel {
	background: #fff;
	box-shadow: none;
}

.cart-drawer__header {
	min-height: 46px;
	padding: 12px 12px 11px;
	border-bottom: 0;
	background: #f0f0f0;
}

.cart-drawer__header h2 {
	margin: 0;
	font-family: var(--font-main);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.cart-drawer__header h2 span {
	margin-right: 7px;
	font-size: 12px;
}

.cart-drawer__close {
	width: 26px;
	height: 26px;
	border: 0;
	background: transparent;
	color: #5e5a58;
	font-size: 20px;
}

.topitop-cart-drawer-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
}

.cart-drawer__items {
	padding: 14px 10px 0;
	margin: 0;
	overflow-y: auto;
	list-style: none;
}

.cart-drawer__item {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 10px;
	padding: 0 0 16px;
	margin-bottom: 14px;
	border-bottom: 1px solid #ece9e7;
}

.cart-drawer__image {
	display: block;
	width: 76px;
	height: 76px;
	overflow: hidden;
	border-radius: 8px;
	background: #f1f1f1;
}

.cart-drawer__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-drawer__item-info {
	min-width: 0;
}

.cart-drawer__item-name {
	display: block;
	margin-bottom: 2px;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	text-transform: uppercase;
}

.cart-drawer__item-price {
	margin-bottom: 3px;
	font-size: 12px;
}

.cart-drawer__variation {
	display: grid;
	margin-bottom: 8px;
	color: #7d7773;
	font-size: 11px;
	line-height: 1.4;
	text-transform: uppercase;
}

.cart-drawer__item-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.cart-drawer__quantity {
	display: grid;
	grid-template-columns: 25px 28px 25px;
	height: 32px;
	border: 1px solid #cfcbc8;
	border-radius: 8px;
}

.cart-drawer__quantity button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #8a8582;
	font-size: 13px;
	cursor: pointer;
}

.cart-drawer__quantity span {
	display: grid;
	place-items: center;
	font-size: 12px;
}

.cart-drawer__remove {
	color: #373230;
	font-size: 10px;
	text-underline-offset: 3px;
}

.cart-drawer__totals {
	padding: 0 10px;
	font-size: 12px;
}

.cart-drawer__totals > div {
	display: flex;
	justify-content: space-between;
	padding: 3px 0;
}

.cart-drawer__totals strong {
	font-weight: 600;
}

.cart-drawer__totals .cart-drawer__grand-total {
	padding-top: 13px;
	margin-top: 8px;
	border-top: 1px solid #efedeb;
	font-size: 15px;
	font-weight: 700;
}

.cart-drawer__buttons {
	display: grid;
	gap: 10px;
	padding: 12px 10px 10px;
	margin-top: auto;
	border-top: 1px solid #efedeb;
	background: #fff;
}

.cart-drawer__buttons a,
.cart-drawer__empty a {
	display: grid;
	min-height: 43px;
	place-items: center;
	border: 1px solid #252525;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.cart-drawer__checkout {
	background: #252525;
	color: #fff;
}

.cart-drawer__cart {
	background: #fff;
	color: #252525;
}

.cart-drawer__empty {
	display: grid;
	flex: 1;
	place-content: center;
	gap: 20px;
	padding: 30px;
	text-align: center;
}

.cart-drawer.is-updating .topitop-cart-drawer-content {
	opacity: 0.55;
	pointer-events: none;
}

@media (max-width: 900px) {
	.site-header__inner {
		grid-template-columns: 1fr auto 1fr;
		min-height: 68px;
	}

	.search-toggle span {
		display: none;
	}

	.search-toggle {
		display: inline-flex;
	}

	.single-product div.product {
		display: flex;
		max-width: 720px;
		flex-direction: column;
		gap: 38px;
	}

	.single-product div.product .woocommerce-product-gallery {
		position: relative !important;
		top: 0;
		width: 100%;
	}

	.single-product div.product .summary {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.official-topbar--desktop {
		display: none;
	}

	.official-topbar--mobile {
		display: block;
		height: 50px;
		background: var(--topitop-black);
	}

	.official-topbar--mobile .official-topbar__slide {
		font-size: 11px;
	}

	.site-header {
		position: sticky;
		top: 0;
	}

	.admin-bar .site-header {
		top: 46px;
	}

	.site-header.is-scrolled .official-topbar--mobile {
		display: none;
	}

	.site-header__inner {
		width: 100%;
		padding-inline: 18px;
		gap: 12px;
	}

	.site-header__left {
		gap: 10px;
	}

	.menu-toggle {
		display: grid;
	}

	.search-toggle svg {
		width: 23px;
		height: 23px;
	}

	.site-branding__logo {
		width: 158px;
		height: auto;
	}

	.header-cart-link__icon {
		width: 30px;
		height: 30px;
		background: transparent;
		color: #000;
	}

	.header-cart-link__icon svg {
		width: 22px;
		height: 22px;
	}

	.primary-navigation {
		min-height: 0;
	}

	.single-product .site-main {
		width: 100%;
		padding: 0 14px 60px;
	}

	.single-product .woocommerce-breadcrumb {
		display: none;
	}

	.single-product div.product {
		display: flex;
		max-width: none;
		flex-direction: column;
		gap: 0;
	}

	.single-product div.product .woocommerce-product-gallery {
		position: relative !important;
		top: 0;
		width: 100%;
		padding-left: 0;
		margin: 0 0 34px;
	}

	.single-product .woocommerce-product-gallery__image img {
		border-radius: 0;
	}

	.single-product .flex-control-thumbs {
		position: static;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
		padding: 20px 52px 0 !important;
	}

	.single-product .topitop-gallery-navigation {
		top: auto;
		bottom: 29px;
		left: 0;
		width: 100%;
	}

	.single-product div.product div.images .flex-control-thumbs li {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.single-product div.product .summary {
		padding: 0;
	}

	.single-product .product-trust {
		padding-bottom: 16px;
		margin: 0 0 20px;
		border-bottom: 1px solid var(--topitop-border);
	}

	.single-product div.product .product_title {
		margin-bottom: 15px;
		font-size: 23px;
	}

	.single-product div.product p.price,
	.single-product div.product span.price {
		font-size: 20px;
	}

	.topitop-variation-controls,
	.topitop-variation-field {
		width: 100%;
	}

	.butrish-size-chip {
		min-width: 49px;
		flex: 1 0 49px;
	}

	.single-product form.cart {
		display: grid;
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.single-product form.cart > *,
	.single-product form.cart .single_variation_wrap,
	.single-product form.cart .woocommerce-variation-add-to-cart {
		grid-column: 1;
	}

	.single-product form.cart .single_variation_wrap,
	.single-product form.cart .woocommerce-variation-add-to-cart {
		display: contents;
	}

	.single-product .quantity,
	.single-product .single_add_to_cart_button,
	.single-product .topitop-buy-now {
		width: 100%;
	}

	.single-product .size-guide-trigger {
		grid-column: 1;
		margin-top: 10px;
	}

	.single-product .shipping-reassurance {
		grid-column: 1;
		padding-inline: 8px;
		margin-top: 4px;
		font-size: 8.5px;
	}

	.single-product .woocommerce-tabs {
		padding-top: 6px;
	}

	.single-product .related,
	.single-product .upsells {
		padding-top: 56px;
	}

	.single-product .related ul.products,
	.single-product .upsells ul.products {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.single-product .related ul.products li.product,
	.single-product .upsells ul.products li.product {
		width: 100% !important;
		margin: 0 !important;
	}

	.cart-drawer {
		display: grid;
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.cart-drawer[hidden] {
		display: none;
	}

	.cart-drawer__backdrop {
		display: block;
		position: absolute;
		inset: 0;
	}

	.cart-drawer__panel {
		position: relative;
		width: min(100%, 390px);
		height: 100%;
		margin-left: auto;
		border-radius: 9px;
	}

	.cart-drawer__items {
		padding-top: 16px;
	}

	.cart-drawer__buttons {
		padding-bottom: 0;
	}
}

/* --------------------------------------------------------------------------
   Butrich collections — responsive catalogue, filters and navigation
   -------------------------------------------------------------------------- */

.primary-navigation__backdrop,
.primary-navigation__close,
.mobile-submenu {
	display: none;
}

.menu-item__chevron {
	display: none;
}

.menu-item--sale > a {
	color: #d65c8d;
}

.header-wishlist-link {
	display: none;
}

.topitop-collection-view .official-topbar--desktop {
	height: 30px;
	background: #000;
}

.topitop-collection-view .official-topbar--desktop .official-topbar__slide {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
}

.topitop-collection-view .site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
}

.topitop-collection-view .site-header__inner {
	min-height: 94px;
}

.topitop-collection-view .site-branding__logo {
	height: 32px;
}

.topitop-collection-view .site-header__actions {
	gap: 15px;
}

.topitop-collection-view .header-account-link,
.topitop-collection-view .header-wishlist-link {
	display: inline-flex;
}

.topitop-collection-view .header-action svg {
	width: 27px;
	height: 27px;
	stroke-width: 1.35;
}

.topitop-collection-view .header-cart-link__icon {
	width: 32px;
	height: 36px;
	background: transparent;
	color: #000;
}

.topitop-collection-view .header-cart-link__icon svg {
	width: 29px;
	height: 29px;
}

.topitop-collection-view .header-cart-link__count {
	top: -5px;
	right: -6px;
	background: #d06c8c;
}

.topitop-collection-view .primary-navigation {
	min-height: 61px;
	border-top: 0;
}

.topitop-collection-view .primary-navigation .menu {
	gap: 19px;
	padding-block: 19px;
}

.topitop-collection-view .primary-navigation a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.topitop-collection-view .site-main {
	width: min(100% - 72px, 1400px);
	padding: 0 0 80px;
}

.topitop-collection-view .woocommerce-breadcrumb,
.topitop-collection-view .woocommerce-products-header,
.topitop-collection-view .woocommerce-result-count,
.topitop-collection-view .woocommerce-ordering {
	display: none;
}

.collection-banner {
	width: 100%;
	margin: 0 0 38px;
}

.collection-banner picture,
.collection-banner img {
	display: block;
	width: 100%;
}

.collection-banner img {
	aspect-ratio: 1600 / 288;
	object-fit: cover;
}

.collection-filter-toggle {
	display: none;
}

.collection-layout {
	display: grid;
	grid-template-columns: 324px minmax(0, 1fr);
	align-items: start;
	gap: 34px;
}

.collection-filter-backdrop {
	display: none;
}

.collection-filter {
	position: sticky;
	top: 18px;
	max-height: calc(100vh - 36px);
	overflow: auto;
	padding-right: 20px;
	scrollbar-color: #111 transparent;
	scrollbar-width: thin;
}

.collection-filter__close {
	display: none;
}

.collection-filter__section {
	padding: 0 0 26px;
	margin: 0 0 2px;
}

.collection-filter__section summary {
	position: relative;
	padding: 0 30px 19px 0;
	font-size: 20px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
}

.collection-filter__section summary::-webkit-details-marker {
	display: none;
}

.collection-filter__section summary::after {
	position: absolute;
	top: -1px;
	right: 4px;
	font-size: 22px;
	font-weight: 300;
	content: "⌄";
	transition: transform 0.2s ease;
}

.collection-filter__section:not([open]) summary::after {
	transform: rotate(-90deg);
}

.collection-filter__options {
	display: grid;
	gap: 12px;
}

.collection-filter__options--scroll {
	max-height: 350px;
	overflow-y: auto;
	padding-right: 4px;
}

.collection-filter__option {
	display: grid;
	grid-template-columns: 17px auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 24px;
	font-size: 14px;
	cursor: pointer;
}

.collection-filter__option input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.collection-filter__checkbox {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d1d1;
	background: #fff;
}

.collection-filter__option input:checked + .collection-filter__checkbox {
	border-color: #111;
	background: #111;
	box-shadow: inset 0 0 0 3px #fff;
}

.collection-filter__swatch {
	width: 28px;
	height: 28px;
	margin-left: -2px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--filter-swatch);
	box-shadow: 0 0 0 1px #bcbcbc;
}

.collection-filter__option:not(:has(.collection-filter__swatch)) .collection-filter__label {
	grid-column: 2 / 4;
}

.collection-filter__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.collection-filter__count {
	display: grid;
	min-width: 25px;
	height: 25px;
	place-items: center;
	padding: 0 6px;
	border-radius: 20px;
	background: #f6f6f6;
	font-size: 11px;
}

.collection-filter__option.is-unavailable {
	color: #777;
	text-decoration: line-through;
	cursor: not-allowed;
}

.collection-filter__apply,
.collection-filter__clear {
	display: none;
}

.collection-results {
	min-width: 0;
}

.topitop-collection-view ul.products {
	clear: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px 30px;
	padding: 10px 0 0;
	margin: 0;
}

.topitop-collection-view ul.products li.product,
.topitop-collection-view ul.products[class*="columns-"] li.product {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: stretch;
	margin: 0;
	text-align: left;
}

.topitop-collection-view ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
	color: #111;
	text-decoration: none;
}

.topitop-collection-view ul.products li.product a img {
	aspect-ratio: 1;
	margin: 0 0 13px;
	background: #f1f1f1;
	object-fit: cover;
}

.topitop-collection-view ul.products li.product .woocommerce-loop-product__title {
	min-height: 2.5em;
	padding: 0;
	margin: 0 0 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.015em;
}

.topitop-collection-view ul.products li.product .star-rating {
	display: none;
}

.topitop-collection-view ul.products li.product .price {
	margin: 0 0 10px;
	color: #111;
	font-family: var(--font-main);
	font-size: 16px;
	font-weight: 400;
}

.topitop-collection-view ul.products li.product .price del {
	color: #777;
	font-size: 13px;
}

.topitop-collection-view ul.products li.product .price ins {
	text-decoration: none;
}

.topitop-collection-view ul.products li.product .button {
	display: grid;
	min-height: 46px;
	place-items: center;
	padding: 10px 12px;
	margin: auto 0 0;
	border: 1px solid #8e8e8e;
	background: transparent;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.topitop-collection-view ul.products li.product .button:hover {
	border-color: #111;
	background: #111;
	color: #fff;
}

.topitop-collection-view span.onsale {
	top: 8px;
	left: 8px;
	padding: 7px 9px;
}

.topitop-collection-view nav.woocommerce-pagination {
	padding: 62px 0 34px;
}

.topitop-collection-view nav.woocommerce-pagination ul {
	display: inline-flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.topitop-collection-view nav.woocommerce-pagination ul li a,
.topitop-collection-view nav.woocommerce-pagination ul li span {
	width: 40px;
	height: 30px;
	border: 0;
	background: transparent;
	color: #111;
}

.topitop-collection-view nav.woocommerce-pagination ul li span.current {
	border-bottom: 1px solid #111;
	background: transparent;
	color: #111;
}

.site-footer {
	padding: 74px 0 18px;
}

.site-footer__inner {
	grid-template-columns: 1fr 1.6fr;
	align-items: start;
	gap: 42px;
}

.site-footer__logo {
	height: 28px;
}

.site-footer__column h2 {
	padding: 0;
	margin: 0 0 25px;
	border: 0;
	font-size: 13px;
	font-weight: 700;
}

.site-footer ul {
	gap: 13px;
}

.site-footer a {
	font-size: 12px;
	line-height: 1.6;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 10px;
}

.site-footer__social a {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
}

.site-footer__social img {
	width: 20px;
	height: 20px;
}

.site-footer__bottom {
	align-items: end;
	padding-top: 40px;
	margin-top: 0;
	border: 0;
}

.site-footer__payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.site-footer__payments span {
	display: grid;
	min-width: 42px;
	height: 25px;
	place-items: center;
	padding: 0 6px;
	border: 1px solid #e3e3e3;
	color: #555;
	font-size: 7px;
	font-weight: 700;
}

body.has-open-menu,
body.has-open-filters {
	overflow: hidden;
}

@media (min-width: 901px) {
	.admin-bar.topitop-collection-view .site-header {
		top: 32px;
	}

	.topitop-collection-view .site-header.is-scrolled {
		height: 72px;
	}

	.topitop-collection-view .site-header.is-scrolled .site-header__inner {
		grid-template-columns: 1fr auto;
		min-height: 72px;
	}

	.topitop-collection-view .site-header.is-scrolled .site-header__left {
		display: none;
	}

	.topitop-collection-view .site-header.is-scrolled .site-branding {
		grid-column: 1;
		justify-self: start;
	}

	.topitop-collection-view .site-header.is-scrolled .site-branding__logo {
		height: 28px;
	}

	.topitop-collection-view .site-header.is-scrolled .site-header__actions {
		grid-column: 2;
	}

	.topitop-collection-view .site-header.is-scrolled .primary-navigation {
		position: absolute;
		top: 0;
		left: 50%;
		width: auto;
		min-height: 72px;
		transform: translateX(-50%);
		border: 0;
	}

	.topitop-collection-view .site-header.is-scrolled .primary-navigation__menu-wrap {
		width: max-content;
	}

	.topitop-collection-view .site-header.is-scrolled .primary-navigation .menu {
		padding-block: 26px;
	}
}

@media (max-width: 1100px) and (min-width: 901px) {
	.topitop-collection-view .primary-navigation .menu {
		gap: 13px;
	}

	.topitop-collection-view .primary-navigation a {
		font-size: 11px;
	}

	.collection-layout {
		grid-template-columns: 250px minmax(0, 1fr);
		gap: 25px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr 1.6fr;
	}
}

@media (max-width: 900px) {
	.site-header.is-menu-open .primary-navigation {
		position: fixed;
		z-index: 100000;
		inset: 0;
		display: block;
	}

	.primary-navigation__backdrop,
	.primary-navigation__close {
		display: block;
	}

	.primary-navigation__backdrop {
		position: fixed;
		inset: 0;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.42);
	}

	.primary-navigation__panel {
		position: fixed;
		z-index: 2;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(82vw, 335px);
		overflow: hidden;
		background: #fff;
		box-shadow: 5px 0 20px rgba(0, 0, 0, 0.08);
	}

	.primary-navigation__close {
		position: absolute;
		z-index: 5;
		top: 23px;
		right: 17px;
		width: 34px;
		height: 34px;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #fafafa;
		font-size: 25px;
		font-weight: 300;
		line-height: 1;
	}

	.primary-navigation__menu-wrap {
		width: auto;
		height: 100%;
		padding: 69px 22px 25px;
		overflow-y: auto;
	}

	.primary-navigation ul.menu {
		display: block;
		padding: 0;
	}

	.primary-navigation .menu > li {
		border-bottom: 1px solid #eee;
	}

	.primary-navigation .menu > li > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 0;
		font-size: 14px;
		font-weight: 400;
	}

	.menu-item__chevron {
		display: inline-block;
		color: #bdbdbd;
		font-size: 25px;
		font-weight: 300;
	}

	.mobile-submenu {
		position: absolute;
		z-index: 4;
		inset: 0;
		display: block;
		overflow: hidden;
		background: #fff;
	}

	.mobile-submenu[hidden] {
		display: none;
	}

	.mobile-submenu__header {
		display: grid;
		grid-template-columns: 40px 1fr 40px;
		align-items: center;
		min-height: 112px;
		padding: 45px 12px 12px;
		border-bottom: 1px solid #eee;
		text-align: center;
	}

	.mobile-submenu__header button {
		width: 36px;
		height: 36px;
		padding: 0;
		border: 0;
		background: transparent;
		font-size: 26px;
	}

	.mobile-submenu__header strong {
		grid-column: 2;
		font-size: 11px;
		font-weight: 400;
		letter-spacing: 0.22em;
	}

	.mobile-submenu__content {
		height: calc(100% - 112px);
		overflow-y: auto;
		padding: 31px 20px 50px;
	}

	.mobile-submenu__group {
		display: grid;
		gap: 12px;
		margin-bottom: 47px;
	}

	.mobile-submenu__group h2 {
		margin: 0 0 10px;
		font-size: 14.5px;
		font-weight: 700;
	}

	.mobile-submenu__group a {
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
	}

	.topitop-collection-view .site-header__inner {
		min-height: 72px;
	}

	.topitop-collection-view .site-header__actions {
		gap: 10px;
	}

	.topitop-collection-view .header-account-link,
	.topitop-collection-view .header-wishlist-link {
		display: inline-flex;
	}

	.topitop-collection-view .header-action svg {
		width: 23px;
		height: 23px;
	}

	.topitop-collection-view .header-cart-link__icon {
		width: 27px;
		height: 29px;
	}

	.topitop-collection-view .site-main {
		width: min(100% - 30px, 760px);
		padding-bottom: 55px;
	}

	.collection-banner {
		margin-bottom: 45px;
	}

	.collection-filter-toggle {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		min-height: 39px;
		padding: 8px 13px;
		margin: 0 0 20px;
		border: 1px solid #222;
		background: #fff;
		font-size: 12px;
		letter-spacing: 0.12em;
	}

	.collection-filter-toggle svg {
		width: 15px;
		height: 15px;
		fill: none;
		stroke: currentcolor;
		stroke-linecap: round;
		stroke-width: 1.5;
	}

	.collection-layout {
		display: block;
	}

	.collection-filter-backdrop {
		position: fixed;
		z-index: 10000;
		inset: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(0, 0, 0, 0.38);
	}

	.collection-filter {
		position: fixed;
		z-index: 10001;
		top: 0;
		bottom: 0;
		left: 0;
		width: min(88vw, 352px);
		max-height: none;
		padding: 82px 17px 35px 30px;
		overflow-y: auto;
		background: #fff;
		box-shadow: 6px 0 20px rgba(0, 0, 0, 0.08);
		transform: translateX(-105%);
		transition: transform 0.28s ease;
	}

	body.has-open-filters .collection-filter-backdrop {
		display: block;
	}

	body.has-open-filters .collection-filter {
		transform: translateX(0);
	}

	.collection-filter__close {
		position: absolute;
		top: 24px;
		right: 17px;
		display: grid;
		width: 35px;
		height: 35px;
		place-items: center;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #fafafa;
		font-size: 25px;
		font-weight: 300;
	}

	.collection-filter__section {
		padding-bottom: 27px;
	}

	.collection-filter__section summary {
		font-size: 20px;
	}

	.collection-filter__apply,
	.collection-filter__clear {
		display: block;
		width: 100%;
		min-height: 44px;
		padding: 11px;
		margin-top: 10px;
		text-align: center;
		text-decoration: none;
	}

	.collection-filter__apply {
		border: 1px solid #111;
		background: #111;
		color: #fff;
	}

	.collection-filter__clear {
		border: 1px solid #111;
		background: #fff;
		color: #111;
		font-size: 12px;
	}

	.topitop-collection-view ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 15px;
		padding-top: 0;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.site-footer__brand-col {
		align-items: center;
		text-align: center;
	}

	.site-footer__menus {
		grid-template-columns: 1fr;
		text-align: left;
	}
}

@media (max-width: 767px) {
	.topitop-collection-view .site-header {
		display: flex;
		flex-direction: column;
	}

	.topitop-collection-view .official-topbar--mobile {
		order: -1;
		height: 56px;
		background: #000;
	}

	.topitop-collection-view .official-topbar--mobile .official-topbar__slide {
		padding-inline: 44px;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.5;
	}

	.topitop-collection-view .site-header__inner {
		grid-template-columns: auto minmax(115px, 1fr) auto;
		padding-inline: 14px;
		gap: 9px;
	}

	.topitop-collection-view .site-header__left {
		gap: 4px;
	}

	.topitop-collection-view .menu-toggle {
		width: 29px;
		height: 32px;
		padding: 5px;
	}

	.topitop-collection-view .search-toggle svg {
		width: 22px;
		height: 22px;
	}

	.topitop-collection-view .site-branding__logo {
		width: min(33vw, 145px);
		height: auto;
	}

	.topitop-collection-view .site-header__actions {
		gap: 7px;
	}

	.topitop-collection-view .header-action svg,
	.topitop-collection-view .header-cart-link__icon svg {
		width: 22px;
		height: 22px;
	}

	.topitop-collection-view .header-cart-link__count {
		top: -5px;
		right: -4px;
	}

	.topitop-collection-view .site-main {
		width: 100%;
		padding: 0 15px 52px;
	}

	.collection-banner {
		margin-bottom: 45px;
	}

	.collection-banner img {
		aspect-ratio: 767 / 599;
		object-fit: cover;
	}

	.topitop-collection-view ul.products {
		gap: 28px 14px;
	}

	.topitop-collection-view ul.products li.product .woocommerce-loop-product__title {
		min-height: 2.8em;
		font-size: 14px;
	}

	.topitop-collection-view ul.products li.product .price {
		font-size: 14px;
	}

	.topitop-collection-view ul.products li.product .button {
		min-height: 42px;
		padding-inline: 7px;
		font-size: 11px;
	}

	.site-footer {
		padding-top: 50px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__brand-col {
		align-items: center;
		text-align: center;
	}

	.site-footer__menus {
		grid-template-columns: 1fr;
		text-align: left;
	}

	.site-footer__bottom {
		align-items: flex-start;
		padding-top: 50px;
	}
}

@media (max-width: 390px) {
	.topitop-collection-view .site-branding__logo {
		width: 124px;
	}

	.topitop-collection-view .site-header__actions {
		gap: 4px;
	}
}

/* ==========================================================================
   Ficha de producto — badges sobre la imagen + acordeón de detalles
   (ajustes para alinear con la tienda oficial: esquinas cuadradas, badges).
   ========================================================================== */

/* Badges superpuestos sobre la imagen principal. */
.topitop-media-badges {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.topitop-media-badge {
	position: absolute;
	padding: 9px 16px;
	font-family: var(--font-secondary);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.topitop-media-badge--sale {
	top: 0;
	left: 0;
	background: #000;
}

.topitop-media-badge--stock {
	right: 0;
	bottom: 0;
	background: var(--topitop-wine);
}

/* Miniaturas también cuadradas. */
.single-product .flex-control-thumbs img {
	border-radius: 0;
}

/* Acordeón de detalles (DESCRIPCIÓN / TIEMPO DE ENVÍO). */
.topitop-product-accordion {
	margin: 8px 0 4px;
	border-top: 1px solid var(--topitop-border);
}

.topitop-acc-item {
	border-bottom: 1px solid var(--topitop-border);
}

.topitop-acc-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 16px 2px;
	border: 0;
	background: none;
	cursor: pointer;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 600;
	color: #151515;
	text-align: left;
}

.topitop-acc-icon {
	position: relative;
	width: 14px;
	height: 14px;
	flex: none;
}

.topitop-acc-icon::before,
.topitop-acc-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #151515;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.topitop-acc-icon::before {
	width: 14px;
	height: 1.5px;
	transform: translate(-50%, -50%);
}

.topitop-acc-icon::after {
	width: 1.5px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.topitop-acc-trigger[aria-expanded="true"] .topitop-acc-icon::after {
	transform: translate(-50%, -50%) scaleY(0);
	opacity: 0;
}

.topitop-acc-panel {
	padding: 2px 2px 20px;
	color: #5a5a5a;
	font-family: var(--font-secondary);
	font-size: 14px;
	line-height: 1.7;
}

.topitop-acc-panel[hidden] {
	display: none;
}

.topitop-acc-panel ul {
	margin: 0 0 10px;
	padding-left: 18px;
}

.topitop-acc-panel p {
	margin: 0 0 10px;
}

.topitop-acc-panel p:last-child {
	margin-bottom: 0;
}

/* La descripción ahora vive en el acordeón de la derecha: ocultamos las
   pestañas horizontales por defecto de WooCommerce para no duplicarla. */
.single-product .woocommerce-tabs {
	display: none;
}

@media (max-width: 767px) {
	.topitop-media-badge {
		padding: 7px 12px;
		font-size: 11px;
	}
}

/* ==========================================================================
   Bloque de entrega + beneficios (estilo tienda premium, colores de marca).
   ========================================================================== */
.topitop-delivery {
	margin: 14px 0 22px;
	padding: 14px 16px;
	border: 1px solid var(--topitop-border);
	border-radius: 2px;
	background: #fff;
	font-family: var(--font-secondary);
	color: #1c1c1c;
	text-align: center;
}

.topitop-delivery__estimate {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--topitop-border);
}

.topitop-delivery__lead {
	display: block;
	font-size: 15px;
	line-height: 1.45;
}

.topitop-delivery__lead strong {
	font-weight: 700;
	white-space: nowrap;
}

.topitop-delivery__note {
	display: block;
	margin-top: 5px;
	color: #8a8a8a;
	font-size: 12.5px;
	line-height: 1.45;
}

.topitop-delivery__benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 22px;
}

.topitop-delivery__benefit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #1c1c1c;
}

.topitop-delivery__benefit svg {
	width: 17px;
	height: 17px;
	color: var(--topitop-wine);
	flex: none;
}

.topitop-delivery__flag {
	display: inline-block;
	width: 22px;
	height: 15px;
	flex: none;
	border-radius: 2px;
	background: linear-gradient(to right, #d91023 0 33.33%, #fff 33.33% 66.66%, #d91023 66.66% 100%);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
	.topitop-delivery__lead {
		font-size: 14px;
	}

	.topitop-delivery__benefits {
		gap: 8px 16px;
	}

	.topitop-delivery__benefit {
		font-size: 12px;
	}
}

/* Butrich order bump — "Completa tu look" (drawer del carrito) */
.cart-drawer__bump {
	margin: 14px 10px 4px;
	padding: 14px 12px 6px;
	border: 1px solid #efedeb;
	border-radius: 4px;
	background: linear-gradient(180deg, #fbf8f6 0%, #fff 100%);
}

.cart-drawer__bump-title {
	margin: 0 0 12px;
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #252525;
}

.cart-drawer__bump-title::before {
	content: "✦";
	margin-right: 7px;
	color: var(--topitop-wine);
}

.cart-drawer__bump-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cart-drawer__bump-item {
	display: grid;
	grid-template-columns: 46px 1fr auto;
	align-items: center;
	gap: 11px;
}

.cart-drawer__bump-image {
	display: block;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border: 1px solid #efedeb;
	background: #fff;
}

.cart-drawer__bump-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-drawer__bump-info {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.cart-drawer__bump-name {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.3;
	color: #252525;
	text-decoration: none;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cart-drawer__bump-name:hover {
	text-decoration: underline;
}

.cart-drawer__bump-price {
	font-size: 12px;
	font-weight: 700;
	color: #252525;
}

.cart-drawer__bump-price del {
	margin-right: 5px;
	font-weight: 400;
	opacity: 0.55;
}

.cart-drawer__bump-add {
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid #252525;
	background: #fff;
	color: #252525;
	font-family: var(--font-secondary);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	white-space: nowrap;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.cart-drawer__bump-add:hover,
.cart-drawer__bump-add:focus-visible {
	background: #252525;
	color: #fff;
}

.cart-drawer__bump-add.is-loading {
	opacity: 0.6;
	cursor: default;
}

@media (max-width: 767px) {
	.cart-drawer__bump-add {
		min-height: 38px;
		padding: 0 15px;
		font-size: 12px;
	}
}

/* Butrich — página "Pedido recibido" (thank you) con marca */
.topitop-thankyou {
	max-width: 700px;
	margin: 6px auto 10px;
	text-align: center;
}
.topitop-ty-hello {
	font-family: var(--font-secondary);
	font-size: 22px;
	font-weight: 700;
	color: var(--topitop-wine);
	letter-spacing: .02em;
	margin: 0 0 6px;
}
.topitop-ty-lead {
	font-size: 15px;
	line-height: 1.6;
	color: #2b2320;
	margin: 0 0 18px;
}
.topitop-ty-notice {
	max-width: 560px;
	margin: 0 auto 24px;
	padding: 13px 18px;
	background: #fbf3f6;
	border: 1px solid rgba(88, 35, 51, .18);
	border-radius: 6px;
	font-size: 13.5px;
	line-height: 1.6;
	color: #2b2320;
}
.topitop-ty-cta {
	margin: 0 0 32px;
}
.topitop-ty-btn {
	display: inline-block;
	padding: 14px 34px;
	background: var(--topitop-wine);
	color: #fff !important;
	font-family: var(--font-secondary);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
}
.topitop-ty-btn:hover {
	opacity: .92;
}
.topitop-ty-cross {
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid rgba(0, 0, 0, .08);
}
.topitop-ty-cross-title {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #2b2320;
	margin: 0 0 18px;
}
@media (max-width: 767px) {
	.topitop-ty-hello { font-size: 19px; }
	.topitop-ty-lead { font-size: 14px; }
	.topitop-ty-cross-title { font-size: 14px; }
}

/* --------------------------------------------------------------------------
   VTEX -> WooCommerce visual migration (topitop_vtex_layout_spec.md)
   -------------------------------------------------------------------------- */

/* ---- Sección 4: Product Card ---- */
.topitop-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	list-style: none;
}

.topitop-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	background: var(--topitop-bg-light);
}

.topitop-product-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.topitop-product-card__discount {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: var(--topitop-black);
	color: var(--topitop-white);
	font-family: var(--font-secondary);
	font-size: 12px;
	font-weight: 700;
}

.topitop-product-card__wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.topitop-product-card__wishlist svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--topitop-black);
	stroke-width: 1.6;
}

.topitop-product-card__body {
	padding-top: 10px;
}

.topitop-product-card__row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
}

.topitop-product-card__brand {
	overflow: hidden;
	color: #767676;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topitop-product-card__was {
	flex: none;
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
}

.topitop-product-card__name {
	overflow: hidden;
	color: var(--topitop-black);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.topitop-product-card__price {
	flex: none;
	font-size: 15px;
	font-weight: 700;
}

.topitop-product-card__sizes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
}

.topitop-product-card__sizes-label {
	margin-right: 2px;
	color: #767676;
	font-size: 11px;
}

.topitop-size-chip--sm {
	display: inline-grid;
	width: 26px;
	height: 26px;
	padding: 0;
	place-items: center;
	border-radius: 4px;
	font-size: 11px;
	cursor: default;
}

ul.products.topitop-products-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (min-width: 700px) {
	ul.products.topitop-products-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 32px 24px;
	}

	/* Igual a topitop.pe: la grilla de escritorio no muestra tallas ni
	   botón "Agregar al carrito" en la tarjeta — eso solo aparece en la
	   vista de lista mobile. */
	.topitop-product-card__sizes {
		display: none;
	}
}

/* ---- Sección 3-A: Hero Banner (video de fondo) ---- */
.topitop-hero {
	position: relative;
	display: flex;
	min-height: 480px;
	align-items: center;
	overflow: hidden;
	background: #1a1a1a;
	color: var(--topitop-white);
}

@media (min-width: 900px) {
	.topitop-hero {
		min-height: 720px;
	}
}

.topitop-hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topitop-hero__video--desktop {
	display: block;
}

@media (max-width: 767px) {
	.topitop-hero__video--desktop {
		display: none;
	}

	.topitop-hero__video--mobile {
		display: block;
	}
}

.topitop-hero__arrow {
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 2;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	color: var(--topitop-white);
	transform: translateX(-50%);
}

.topitop-hero__nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	color: var(--topitop-white);
	cursor: pointer;
	transform: translateY(-50%);
}

.topitop-hero__nav--prev {
	left: 18px;
}

.topitop-hero__nav--next {
	right: 18px;
}


/* ---- Header transparente sobre el hero (solo home, antes de hacer scroll) ---- */
body.home .site-header {
	position: absolute;
	top: 34px;
	right: 0;
	left: 0;
	z-index: 100;
	background: transparent;
	border-bottom: 0;
}

body.home .site-header.is-scrolled {
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--topitop-border);
}

@media (max-width: 767px) {
	body.home .site-header {
		top: 50px;
	}
}

body.home .site-branding__logo--white {
	display: none;
}

body.home .site-header:not(.is-scrolled) .site-branding__logo--black {
	display: none;
}

body.home .site-header:not(.is-scrolled) .site-branding__logo--white {
	display: block;
}

body.home .site-header:not(.is-scrolled) .header-action,
body.home .site-header:not(.is-scrolled) .header-action svg,
body.home .site-header:not(.is-scrolled) .search-toggle,
body.home .site-header:not(.is-scrolled) .search-toggle svg {
	color: var(--topitop-white);
}

body.home .site-header:not(.is-scrolled) .header-cart-link__count {
	color: var(--topitop-white);
}

/* ---- Sección 3-B: Banner Promocional Secundario (imagen real de topitop.pe) ---- */
.topitop-promo-strip img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---- Sección 3-C: Tus básicos favoritos (medidas verificadas en topitop.pe) ---- */
.topitop-basics {
	padding-block: 40px;
	text-align: center;
}

.topitop-basics__title {
	margin: 0 0 24px;
	font-size: 20px;
	font-weight: 400;
	color: var(--topitop-black);
}

.topitop-basics__title b {
	font-weight: 700;
}

.topitop-basics__grid {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (min-width: 900px) {
	.topitop-basics__grid {
		flex-direction: row;
		gap: 20px;
	}
}

.topitop-basics__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 12px;
	background: rgb(240, 240, 240);
	padding: 12px 16px;
	color: var(--topitop-black);
	text-decoration: none;
}

@media (min-width: 900px) {
	.topitop-basics__item {
		flex: 1;
		flex-direction: column;
		padding: 0;
		background: none;
	}
}

.topitop-basics__item-image {
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 90px;
	border-radius: 8px;
	padding: 5px;
}

@media (min-width: 900px) {
	.topitop-basics__item-image {
		width: 100%;
		height: 150px;
		border-radius: 12px;
		background: rgb(240, 240, 240);
		padding: 10px;
	}
}

.topitop-basics__item-image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.topitop-basics__item-label {
	margin-left: 16px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}

@media (min-width: 900px) {
	.topitop-basics__item-label {
		margin: 10px 0 0;
		font-size: 14.4px;
		text-align: center;
	}
}

/* ---- Sección 3-D: "comprar-looks" — 2 imágenes ya compuestas (fondo, título
   y "VER TODO" vienen dentro del propio PNG, igual al hero y al banner S/25) ---- */
.topitop-promo-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
}

@media (min-width: 900px) {
	.topitop-promo-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.topitop-promo-grid__cell {
	display: block;
}

.topitop-promo-grid__cell img {
	display: block;
	width: 100%;
	height: auto;
}

/* ---- Sección 3-E: Lo Nuevo ---- */
.topitop-lo-nuevo {
	margin-block: 56px;
}

.topitop-lo-nuevo__grid {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

@media (min-width: 1000px) {
	.topitop-lo-nuevo__grid {
		display: grid;
		grid-template-columns: 0.7fr 1.1fr 1fr;
		min-height: 620px;
	}
}

.topitop-lo-nuevo__label {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	background: var(--topitop-black);
	color: var(--topitop-white);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}

.topitop-lo-nuevo__media {
	position: relative;
	overflow: hidden;
	background: var(--topitop-bg-light);
}

.topitop-lo-nuevo__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 260px;
	object-fit: cover;
}

.topitop-lo-nuevo__list {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
	margin: 0;
	background: var(--topitop-white);
	list-style: none;
}

.topitop-lo-nuevo__list .topitop-product-card {
	flex-direction: row;
	gap: 14px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--topitop-border);
}

.topitop-lo-nuevo__list .topitop-product-card__media {
	width: 96px;
	flex: none;
}

.topitop-lo-nuevo__list .topitop-product-card__body {
	flex: 1;
	padding-top: 0;
}

.topitop-lo-nuevo__list .topitop-product-card__row {
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

/* ---- Sección 3-F: Sliders de productos (tabs) ---- */
.topitop-shelf {
	padding-block: 48px;
}

.topitop-shelf__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-bottom: 24px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--topitop-border);
}

.topitop-shelf__tab {
	padding: 0;
	border: 0;
	background: transparent;
	color: #999;
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	cursor: pointer;
}

.topitop-shelf__tab.is-active {
	color: var(--topitop-black);
	text-decoration: underline;
	text-underline-offset: 6px;
}

/* ---- Sección 6: Filtros de colección ---- */
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_price_filter,
.woocommerce .widget_layered_nav_filters ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce .widget-area .widget > h2,
.woocommerce .widget-area .widget > .widget-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--topitop-border);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.woocommerce .widget-area .widget > h2::after,
.woocommerce .widget-area .widget > .widget-title::after {
	content: "\2303";
	display: inline-block;
	transform: rotate(180deg);
}

.woocommerce .widget_layered_nav li,
.woocommerce .widget_product_categories li {
	padding: 6px 0;
}

.woocommerce .widget_layered_nav li a,
.woocommerce .widget_product_categories li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--topitop-black);
	font-size: 13px;
	text-decoration: none;
}

.woocommerce .widget_layered_nav li a::before,
.woocommerce .widget_product_categories li a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	flex: none;
	border: 1px solid #b8b8b8;
	border-radius: 2px;
}

/* ---- Header en una sola fila desde 900px (igual a topitop.pe) ---- */
@media (min-width: 900px) {
	.menu-toggle {
		display: none;
	}

	.search-toggle {
		display: none;
	}

	.primary-navigation-inline {
		display: flex;
		align-items: center;
	}

	.primary-navigation-inline ul {
		display: flex;
		align-items: center;
		gap: 22px;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.primary-navigation-inline a {
		color: var(--topitop-black);
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
	}

	.primary-navigation-inline a:hover {
		opacity: 0.65;
	}

	.header-search-inline {
		display: block;
		margin-right: 4px;
	}

	.header-search-inline form {
		position: relative;
		display: flex;
		align-items: center;
	}

	.header-search-inline .search-field {
		width: 190px;
		padding: 6px 26px 6px 2px;
		border: 0;
		border-bottom: 1px solid #ccc;
		background: transparent;
		color: var(--topitop-black);
		font-size: 13px;
	}

	.header-search-inline .search-field::placeholder {
		color: #8a8a8a;
	}

	.header-search-inline__submit {
		position: absolute;
		right: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 16px;
		height: 16px;
		padding: 0;
		border: 0;
		background: transparent;
		color: var(--topitop-black);
		font-size: 0;
		cursor: pointer;
	}

	.header-search-inline__submit img {
		width: 14px;
		height: 14px;
	}

	.header-search-inline .screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}

	body.home .site-header:not(.is-scrolled) .primary-navigation-inline a {
		color: var(--topitop-white);
	}

	body.home .site-header:not(.is-scrolled) .header-search-inline .search-field {
		border-bottom-color: rgba(255, 255, 255, 0.5);
		color: var(--topitop-white);
	}

	body.home .site-header:not(.is-scrolled) .header-search-inline .search-field::placeholder {
		color: rgba(255, 255, 255, 0.75);
	}

	body.home .site-header:not(.is-scrolled) .header-search-inline__submit {
		color: var(--topitop-white);
	}
}

/* ---- Cabeçalho de categoria (título + foto opcional), medidas verificadas em topitop.pe ---- */
.topitop-category-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 305px;
	margin-bottom: 24px;
	overflow: hidden;
	background: var(--topitop-bg-light);
}

@media (min-width: 900px) {
	.topitop-category-hero {
		min-height: 469px;
	}
}

.topitop-category-hero__title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding-left: 20px;
	font-weight: 500;
	font-size: 50px;
}

@media (min-width: 900px) {
	.topitop-category-hero__title {
		padding-left: 60px;
		font-size: 80px;
	}
}

.topitop-category-hero__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
}

/* Mega menú desktop (hover) — solo aparece desde 900px, igual al mobile off-canvas queda intacto. */
.topitop-mega-menu {
	position: static;
}

.topitop-mega-menu__panels {
	display: none;
}

@media (min-width: 900px) {
	.topitop-mega-menu #primary-menu-inline li.menu-item[data-mega-key] {
		position: relative;
	}

	.topitop-mega-menu__panels {
		display: block;
	}

	.topitop-mega-menu__panel {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 500;
		display: flex;
		background: #fff;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
		border-top: 1px solid #eee;
	}

	.topitop-mega-menu__panel[hidden] {
		display: none;
	}

	.topitop-mega-menu.is-panel-open .topitop-mega-menu__panel[hidden] {
		display: none;
	}

	.topitop-mega-menu__sidebar {
		width: 300px;
		flex: 0 0 300px;
		padding: 40px 32px;
		border-right: 1px solid #eee;
	}

	.topitop-mega-menu__title {
		margin: 0 0 16px;
		font-size: 28px;
		font-weight: 600;
		color: var(--topitop-wine, #E52320);
	}

	.topitop-mega-menu__links {
		list-style: none;
		margin: 0 0 32px;
		padding: 0;
		border-bottom: 1px solid #eee;
		padding-bottom: 24px;
	}

	.topitop-mega-menu__links li + li {
		margin-top: 12px;
	}

	.topitop-mega-menu__panel .topitop-mega-menu__links a {
		font-size: 16px;
		color: #111 !important;
		text-decoration: none;
	}

	.topitop-mega-menu__links a:hover {
		text-decoration: underline;
	}

	.topitop-mega-menu__help-title {
		margin: 0 0 8px;
		font-weight: 600;
	}

	.topitop-mega-menu__help-text {
		margin: 0 0 16px;
		font-size: 13px;
		color: #666;
		line-height: 1.4;
	}

	.topitop-mega-menu__help-cta {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: #000;
		color: #fff;
		text-decoration: none;
		padding: 12px 20px;
		border-radius: 4px;
		font-size: 14px;
		font-weight: 500;
	}

	.topitop-mega-menu__grid {
		flex: 1;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
		padding: 40px;
		max-width: 1100px;
	}

	.topitop-mega-menu__column {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.topitop-mega-menu__column-heading {
		grid-column: 1 / -1;
		margin: 0 0 4px;
		font-size: 15px;
		font-weight: 600;
		border-bottom: 1px solid #eee;
		padding-bottom: 8px;
	}

	.topitop-mega-menu__item {
		display: flex;
		align-items: center;
		gap: 16px;
		text-decoration: none;
		color: #111 !important;
	}

	.topitop-mega-menu__item-label {
		color: #111 !important;
	}

	.topitop-mega-menu__title {
		color: var(--topitop-wine, #E52320) !important;
	}

	.topitop-mega-menu__column-heading,
	.topitop-mega-menu__help-title,
	.topitop-mega-menu__help-text {
		color: #111 !important;
	}

	.topitop-mega-menu__item:hover .topitop-mega-menu__item-label {
		text-decoration: underline;
	}

	.topitop-mega-menu__item-image {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
		border-radius: 50%;
		overflow: hidden;
		background: #f2f2f2;
	}

	.topitop-mega-menu__item-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.topitop-mega-menu__item-label {
		font-size: 15px;
	}
}
