/* Menu mobile v2 — so <801px. Desktop inalterado. */
.cv2-micon{display:inline-flex;align-items:center;justify-content:center;line-height:0;}
.cv2-micon svg{display:block;}
.cv2-micon--solid{color:#fff;}
.cv2-micon--outline{color:#A6004B;}

@media (min-width:801px){
	.cv2-mmenu{display:none!important;}
}

@media (max-width:800px){
	body.cv2-mmenu-on #webstore-mobile-menu .cv2-mobile-menu-head,
	body.cv2-mmenu-on #webstore-mobile-menu .mobile-top-menus,
	body.cv2-mmenu-on #webstore-mobile-menu ul.mobile-categories{
		display:none!important;
	}
	body.cv2-mmenu-on #webstore-mobile-menu .mobile-menu-container{
		padding:0!important;
		height:100%;
		overflow:hidden;
	}

	#webstore-mobile-menu:has(#cv2Mmenu) .cv2-mobile-menu-head,
	#webstore-mobile-menu:has(#cv2Mmenu) .mobile-top-menus,
	#webstore-mobile-menu:has(#cv2Mmenu) .mobile-categories{
		display:none!important;
	}
	#webstore-mobile-menu:has(#cv2Mmenu) .mobile-menu-container{
		padding:0!important;
		height:100%;
		overflow:hidden;
	}
	#webstore-mobile-menu:has(#cv2Mmenu){
		padding:0!important;
	}

	.cv2-mmenu{
		position:relative;
		inset:auto;
		z-index:auto;
		display:flex;
		flex-direction:column;
		width:100%;
		max-width:100%;
		box-sizing:border-box;
		overflow-x:hidden;
		height:100%;
		min-height:0;
		background:linear-gradient(180deg,#fff 0%,#f7f3ef 100%);
		font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	}
	.cv2-mmenu[hidden]{display:none!important;}
	.cv2-mmenu__drawer{
		position:relative;
		top:auto;left:auto;bottom:auto;
		width:100%;
		height:100%;
		min-height:100%;
		background:linear-gradient(180deg,#fff 0%,#f7f3ef 100%);
		box-shadow:none;
		display:flex;
		flex-direction:column;
		overflow:hidden;
		outline:none;
	}
	.cv2-mmenu__track{
		display:block;
		width:100%;
		flex:1 1 auto;
		min-height:0;
		height:auto;
		position:relative;
		transform:none!important;
		overflow:hidden;
	}
	.cv2-mmenu.is-l2 .cv2-mmenu__track{transform:none!important;}
	.cv2-mmenu__level{
		display:flex;
		flex-direction:column;
		min-width:0;
	}
	.cv2-mmenu__level--1{
		width:100%;
		height:100%;
	}
	.cv2-mmenu__level--2{
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
		will-change:transform;
		position:absolute;
		top:0;right:0;bottom:0;left:0;
		inset:0;
		width:100%;
		height:100%;
		background:linear-gradient(180deg,#fff 0%,#f7f3ef 100%);
		z-index:3;
		transform:translateX(100%);
		transition:transform 280ms cubic-bezier(.4,0,.2,1);
		display:flex;
		flex-direction:column;
	}
	.cv2-mmenu.is-l2 .cv2-mmenu__level--2{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
	.cv2-mmenu.is-l2-instant .cv2-mmenu__level--2{transition:none!important;}
	.cv2-mmenu__l2panel{
		display:flex;
		flex-direction:column;
		height:100%;
		min-height:0;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		background:transparent;
		padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));
		box-sizing:border-box;
	}
	.cv2-mmenu__l2panel[hidden]{display:none!important;}

	.cv2-mmenu__head{
display:flex;
align-items:center;
justify-content:space-between;
gap:8px;
padding:10px 20px;
flex-shrink:0;
border-bottom:0;
background:transparent;
color:#1b1519;
}
	.cv2-mmenu__title{
		display:block;
		margin:0;
		font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
		font-size:22px;
		font-weight:500;
		line-height:1.1;
		color:#1b1519;
	}
	.cv2-mmenu__x{
		width:38px;height:38px;min-width:38px;min-height:38px;padding:0;border:0;border-radius:0;
		background:transparent;color:#1b1519;font-size:30px;line-height:38px;text-align:center;cursor:pointer;
		display:inline-flex;align-items:center;justify-content:center;
	}
	.cv2-mmenu__x i,.cv2-mmenu__x .fa{font-size:30px;line-height:1;}
	.cv2-mmenu__x:hover{color:#9f0049;background:transparent;}
	.cv2-mmenu__back{
		min-width:0;min-height:44px;border:0;background:transparent;color:#1b1519;font-size:21px;cursor:pointer;padding:0;
		display:inline-flex;align-items:center;justify-content:flex-start;
		font-weight:700;
		gap:4px;
		flex:1;
	}
	.cv2-mmenu__level--2{
		-webkit-transform:translate3d(100%,0,0);
		transform:translate3d(100%,0,0);
		will-change:transform;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
	}
	.cv2-mmenu__back span:last-child{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.cv2-mmenu__scroll{
flex:1;
background:transparent;
overflow:auto;
-webkit-overflow-scrolling:touch;
padding:16px 20px calc(16px + env(safe-area-inset-bottom,0px));
}

	.cv2-mmenu__search,
	#cv2MmenuSearch{
		display:none!important;
	}

	.cv2-mmenu__tiles{
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:12px;
		margin:0 0 22px;
	}
	.cv2-mmenu__tile{
		position:relative;
		aspect-ratio:1/0.85;min-height:126px;
		border:0;
		border-radius:18px;
		padding:14px 12px;
		color:#fff;
		text-align:left;
		overflow:hidden;
		cursor:pointer;
		box-shadow:0 6px 18px rgba(123,0,56,.18);
		display:flex;
		flex-direction:column;
		align-items:flex-start;
		justify-content:flex-start;
		background:#A6004B;
	}
	.cv2-mmenu__tile-deco{
		position:absolute;
		width:72%;
		height:72%;
		right:-18%;
		bottom:-22%;
		border-radius:50%;
		background:rgba(255,255,255,.07);
		pointer-events:none;
	}
	.cv2-mmenu__tile-icon{position:relative;z-index:1;margin-bottom:auto;}
	.cv2-mmenu__tile-name{
		position:relative;z-index:1;
		font-size:17px;
		font-weight:800;
		line-height:1.15;
		margin-top:8px;
	}
	.cv2-mmenu__tile-note{
		position:relative;z-index:1;
		font-size:12px;
		line-height:1.25;
		color:rgba(255,255,255,.72);
		margin-top:4px;
	}
	.cv2-mmenu__tile.has-img{
		background-size:cover;
		background-position:center;
		background-repeat:no-repeat;
	}
	.cv2-mmenu__tile.has-img::before{
		content:"";
		position:absolute;
		left:0;right:0;top:0;bottom:0;
		background:linear-gradient(180deg,rgba(27,21,25,.22) 0%,rgba(27,21,25,.62) 100%);
		pointer-events:none;
		z-index:0;
	}
	.cv2-mmenu__tile.has-img .cv2-mmenu__tile-deco{display:none;}
	.cv2-mmenu__tile.has-img .cv2-mmenu__tile-name,
	.cv2-mmenu__tile.has-img .cv2-mmenu__tile-note{
		text-shadow:0 1px 3px rgba(0,0,0,.7);
	}

	.cv2-mmenu__shorts-wrap{margin:0 0 18px;}
	.cv2-mmenu__shorts-label{
		font-size:12px;
		font-weight:700;
		letter-spacing:.06em;
		text-transform:uppercase;
		color:#8a7a82;
		margin:0 0 8px;
	}
	.cv2-mmenu__shorts{
		display:flex;
		flex-wrap:wrap;
		gap:8px;
		padding-bottom:4px;
	}
	.cv2-mmenu__shorts::-webkit-scrollbar{display:none;}
	.cv2-mmenu a.cv2-mmenu__chip,
	.cv2-mmenu__chip{
		flex:0 0 auto;
		white-space:nowrap;
		padding:8px 14px;
		border-radius:999px;
		background:#fff;
		border:1px solid #E5E0E2;
		color:#1b1519;
		text-decoration:none;
		font-size:13px;
		font-weight:700;
	}

	.cv2-mmenu__svc{list-style:none;margin:4px 0 0;padding:0;width:100%;}
	.cv2-mmenu__svc li{border-bottom:1px solid #EDE8EA !important;}
	body.cv2-mmenu-on .cv2-mmenu .cv2-mmenu__svc a,
	body.cv2-mmenu-on .webstore-mobile-menu .cv2-mmenu ul li a,
	.cv2-mmenu__svc a{
		display:flex;
		align-items:center;
		width:100%;
		min-height:48px;
		color:#1b1519;
		text-decoration:none;
		font-size:16px;
		font-weight:400;
		padding:0 !important;
	}
	body.cv2-mmenu-on .cv2-mmenu .cv2-mmenu__svc svg,
	.cv2-mmenu__svc svg{
		color:#B8B0B4;
		margin-left:auto;
		flex-shrink:0;
		width:14px;
		height:14px;
		float:none;
	}

	.cv2-mmenu__hero{
		display:flex;
		align-items:center;
		gap:12px;
		border-radius:16px;
		padding:18px 16px;
		color:#fff;
		margin:0 0 14px;
		position:relative;
		overflow:hidden;
		min-height:88px;
	}
	.cv2-mmenu__hero-icon{flex-shrink:0;margin:0;}
	.cv2-mmenu__hero-copy{flex:1;min-width:0;}
	.cv2-mmenu__hero-name{font-size:17px;font-weight:800;letter-spacing:-0.02em;}
	.cv2-mmenu__hero-note{font-size:12px;color:rgba(255,255,255,.72);margin-top:4px;}
	.cv2-mmenu__hero-all{
		flex-shrink:0;
		display:inline-block;
		margin:0;
		color:#fff !important;
		font-size:13px;
		font-weight:700;
		text-decoration:underline !important;
		text-underline-offset:3px;
		white-space:nowrap;
	}

	.cv2-mmenu__quick{
		display:grid;
		grid-template-columns:1fr 1fr;
		gap:10px;
		margin:0 0 16px;
	}
	.cv2-mmenu__qcard{
		display:flex;
		flex-direction:row;
		align-items:center;
		gap:8px;
		padding:0px 12px;
		border-radius:12px;
		border:1px solid #E8DDE2;
		text-decoration:none;
		color:#1b1519 !important;
		font-size:16px;
		font-weight:600;
		min-height:44px;
		background:#fff;
	}
	.cv2-mmenu__qcard .cv2-micon,
	.cv2-mmenu__qcard svg{display:none!important;}
	.cv2-mmenu__qcard:before{
		content:"";
		width:6px;height:6px;border-radius:50%;
		background:#A6004B;flex-shrink:0;
	}

	.cv2-mmenu__acc-item{border-bottom:1px solid #F0E2E8;}
	.cv2-mmenu__acc-btn{
		width:100%;
		min-height:52px;
		border:0;
		background:transparent;
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:8px 0;
		font-size:18px;
		font-weight:800;
		color:#1a0a12;
		cursor:pointer;
		text-align:left;
	}
	.cv2-mmenu__acc-pm{color:#C4BDB2;font-size:22px;font-weight:500;min-width:24px;text-align:center;}
	.cv2-mmenu__acc-item.is-open .cv2-mmenu__acc-pm{color:#A6004B;}
	.cv2-mmenu__acc-panel{
		overflow:hidden;
		max-height:0;
		opacity:0;
		transition:max-height 340ms cubic-bezier(.4,0,.2,1), opacity 340ms cubic-bezier(.4,0,.2,1);
	}
	.cv2-mmenu__acc-item.is-open .cv2-mmenu__acc-panel{opacity:1;}
	.cv2-mmenu__links{list-style:none;margin:0 0 14px;padding:0 0 0 4px;}
	.cv2-mmenu__links a{
		display:block;
		padding:11px 0 11px 16px;
		border-left:2px solid #F0E2E8;
		color:#7A6E74;
		text-decoration:none;
		font-size:14px;
		font-weight:400;
		line-height:1.35;
	}
	.cv2-mmenu__links a:hover,
	.cv2-mmenu__links a:focus{
		border-left-color:#A6004B;
		color:#A6004B;
	}

	.cv2-mmenu__links a.is-current,
	.cv2-mmenu__links a[aria-current="page"]{
		color:#A6004B;
		font-weight:700;
		border-left-color:#A6004B;
	}
	.cv2-mmenu__qcard.is-current{
		border-color:#A6004B;
		color:#A6004B !important;
		background:#FBF6F8;
	}
	.cv2-mmenu__chip.is-current{
		border-color:#A6004B;
		color:#A6004B;
		background:#FBF6F8;
	}
	.cv2-mmenu__tile.is-current{
		box-shadow:inset 0 0 0 2px rgba(255,255,255,.85);
	}
	.cv2-mmenu__svc a.is-current{color:#A6004B;font-weight:700;}
	.cv2-mmenu__acc-item.is-open .cv2-mmenu__acc-btn{color:#A6004B;}
	.cv2-mmenu__seeall a{font-weight:700;color:#A6004B;}

	.cv2-mmenu__live{
		position:absolute;
		width:1px;height:1px;
		overflow:hidden;
		clip:rect(0,0,0,0);
	}

	.cv2-mmenu .cv2-mmenu__scroll > .cp-whats{margin-top:16px;}
	.cv2-mmenu .cp-whats{display:flex;align-items:center;gap:11px;min-height:52px;padding:13px 14px;
		border:1.5px solid #25D366;border-radius:12px;text-decoration:none;background:#fff}
	.cv2-mmenu .cp-whats:hover{background:#F2FCF6}
	.cv2-mmenu .cp-whats__icon{flex:0 0 auto;width:26px;height:26px;border-radius:99px;background:#25D366;
		color:#fff;display:flex;align-items:center;justify-content:center}
	.cv2-mmenu .cp-whats__text{display:flex;flex-direction:column;gap:1px}
	.cv2-mmenu .cp-whats__text strong{font-size:15px;font-weight:700;color:#1F1D1B}
	.cv2-mmenu .cp-whats__text small{font-size:13px;color:#8B8781}


	/* Drawers above the full-screen hamburger (z-index 2147483002) while it stays open */
	body.cv2-mmenu-on.disable_hscroll .cv2-prefs-overlay{z-index:2147483200!important}
	body.cv2-mmenu-on.disable_hscroll .cv2-prefs-drawer{z-index:2147483201!important}
	body.cv2-mmenu-on.disable_hscroll .cv2-fav-overlay{z-index:2147483210!important}
	body.cv2-mmenu-on.disable_hscroll .cv2-fav-drawer{z-index:2147483211!important}
	body.cv2-mmenu-on.disable_hscroll .shopcart-drawer-overlay{z-index:2147483220!important}
	body.cv2-mmenu-on.disable_hscroll #shopcart-modal-container{z-index:2147483222!important}
	body.cv2-mmenu-on.disable_hscroll .cv2-account-wrap.is-open{z-index:2147483230!important}
	body.cv2-mmenu-on.disable_hscroll .cv2-acc-menu.cv2-acc-menu--over-mmenu{
		position:fixed!important;
		z-index:2147483230!important;
		top:auto!important;
		right:auto!important;
		left:16px!important;
		bottom:calc(84px + env(safe-area-inset-bottom, 0px))!important;
		display:block!important;
		min-width:248px;
		max-width:calc(100vw - 32px)
	}
}


@media (max-width:800px) and (prefers-reduced-motion:reduce){
	.cv2-mmenu__track,
	.cv2-mmenu__acc-panel,
	.cv2-mmenu__level--2{transition:none!important;}
	.cv2-mmenu__track{transform:none!important;}
	.cv2-mmenu__level--2{
		transform:none!important;
		display:none;
	}
	.cv2-mmenu.is-l2 .cv2-mmenu__level--2{
		transform:none!important;
		display:flex;
	}
}

@media (max-width: 800px) {
    body.cv2-mmenu-on .webstore-mobile-menu .cv2-mmenu ul li a {
color: #1b1519;
font-size: 18px;
font-weight: 500;
padding-left: 0 !important;
padding-bottom: 0 !important;
}
    body.cv2-mmenu-on .webstore-mobile-menu .cv2-mmenu ul li a.is-current,
    body.cv2-mmenu-on .webstore-mobile-menu .cv2-mmenu ul li a[aria-current="page"] {
color: #A6004B !important;
font-weight: 700 !important;
}
    body.cv2-mmenu-on .webstore-mobile-menu .cv2-mmenu ul.cv2-mmenu__links li a {
padding-left: 16px !important;
}
}

@media (max-width:800px){
body.cv2-mmenu-on #webstore-mobile-menu{
	width:100%!important;
	max-width:100%!important;
	left:0!important;
	right:0!important;
	top:0!important;
	bottom:0!important;
	height:100dvh!important;
	min-height:100%!important;
	margin:0!important;
	padding:0!important;
	box-sizing:border-box!important;
	overflow:hidden!important;
}
body.cv2-mmenu-on #webstore-mobile-menu .mobile-menu-container,
body.cv2-mmenu-on .cv2-mmenu,
body.cv2-mmenu-on .cv2-mmenu__drawer{
	height:100%!important;
	min-height:100%!important;
	margin:0!important;
}
}
body.cv2-mmenu-on .cv2-mmenu__drawer,
body.cv2-mmenu-on .mobile-menu-container{
	max-width:100%;
	box-sizing:border-box;
	overflow-x:hidden;
}

/* Prefs as bottom sheet above the open hamburger */
body.disable_hscroll .cv2-prefs-overlay{z-index:2147483200!important}
body.disable_hscroll .cv2-prefs-drawer{
	z-index:2147483201!important;
	top:auto!important;
	right:0!important;
	bottom:0!important;
	left:0!important;
	width:100%!important;
	max-width:100%!important;
	height:auto!important;
	max-height:90vh!important;
	border-radius:16px 16px 0 0!important;
	transform:translateY(100%)!important;
}
body.disable_hscroll.cv2-prefs-open .cv2-prefs-drawer{transform:translateY(0)!important}

/* Account bottom sheet — same concept as globe */
.cv2-acc-sheet-overlay{
	position:fixed;inset:0;
	background:rgba(45,24,31,.45);
	z-index:2147483230;
	opacity:0;visibility:hidden;pointer-events:none;
	transition:opacity 320ms ease-in-out,visibility 320ms ease-in-out;
}
.cv2-acc-sheet{
	position:fixed;left:0;right:0;bottom:0;top:auto;
	width:100%;max-width:100%;
	max-height:90vh;
	background:#f7f3ef;
	border-radius:16px 16px 0 0;
	box-shadow:0 -16px 40px rgba(24,18,22,.22);
	z-index:2147483231;
	transform:translateY(100%);
	transition:transform 320ms ease-in-out;
	display:flex;flex-direction:column;
	box-sizing:border-box;
	font-family:inherit;color:#1b1519;
}
.cv2-acc-sheet::before{
	content:"";display:block;width:36px;height:4px;border-radius:99px;
	background:#d8cfc6;margin:10px auto 0;
}
body.cv2-acc-sheet-open .cv2-acc-sheet-overlay{opacity:1;visibility:visible;pointer-events:auto}
body.cv2-acc-sheet-open .cv2-acc-sheet{transform:translateY(0)}
.cv2-acc-sheet__head{
	display:flex;align-items:center;justify-content:space-between;gap:18px;
	padding:18px 22px 12px;background:#f7f3ef;
}
.cv2-acc-sheet__head h3{
	margin:0;font-family:"Raleway",sans-serif;font-size:22px;font-weight:700;line-height:1.1;color:#1b1519 !important;
}
.cv2-acc-sheet__close{
	width:38px;height:38px;padding:0;border:0;background:none;color:#1b1519;
	font-size:30px;line-height:38px;text-align:center;cursor:pointer;
}
.cv2-acc-sheet__close:hover{color:#9d0048}
.cv2-acc-sheet__body{
	padding:4px 10px calc(18px + env(safe-area-inset-bottom,0px));
	overflow:auto;-webkit-overflow-scrolling:touch;
}
.cv2-acc-sheet__body a{
	display:flex;align-items:center;gap:12px;
	padding:14px 12px;color:#1b1519;text-decoration:none;
	font-size:16px;font-weight:600;border-radius:0;
	border-bottom:1px solid #ece5e9;
}
.cv2-acc-sheet__body a i{width:20px;text-align:center;color:#7B1224}
.cv2-acc-sheet__body a svg{width:20px;height:20px;flex:0 0 20px;color:#7B1224}
.cv2-acc-sheet__body a:hover{background:#fff}
.cv2-acc-sheet__sep{height:1px;margin:6px 12px;background:#eee4e8;border:0}
.cv2-acc-sheet__body a.logout{color:#7B1224;border-bottom:0}


/* 3-segment Conta | Favoritos | Cesto */
.cp-appbar {
	display: flex;
	align-items: stretch;
	margin: 0 16px 14px;
	background: #fff;
	border: 1px solid #e2ddd2;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: none;
}
.cp-appbar__item {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 48px;
	padding: 0 6px;
	color: #1d1d1d;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	box-sizing: border-box;
}
.cp-appbar__item + .cp-appbar__item {
	border-left: 1px solid #e8e2dc;
}
.cp-appbar__ico {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}
.cp-appbar__ico svg {
	width: 18px;
	height: 18px;
	display: block;
}
.cp-appbar__label {
	white-space: nowrap;
	color: #1d1d1d;
}
.cp-appbar__count {
	position: absolute;
	top: -6px;
	right: -8px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 99px;
	background: #8E1246;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	box-sizing: border-box;
}
.cp-appbar__count[hidden] { display: none !important; }
.cp-appbar__alert {
	position: absolute;
	top: -5px;
	right: -6px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #8E1246;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
}

/* Conta/Favoritos/Cesto saíram do topo do menu; drawers na lista de conta */
.cv2-mmenu .cp-appbar { display: none !important; }

/* t1417: prefs entry (replaces footer mob-region) */
.cv2-mmenu__prefs{
	display:flex;align-items:center;justify-content:space-between;gap:12px;
	width:100%;margin:14px 0 6px;padding:12px 14px;border-radius:14px;
	background:linear-gradient(180deg,rgba(123,29,57,.28),rgba(64,20,33,.22));
	border:1px solid rgba(157,0,72,.35);color:#fff;font:600 14px/1.2 Poppins,Helvetica,sans-serif;cursor:pointer;text-align:left
}
.cv2-mmenu__prefs-l{display:inline-flex;align-items:center;gap:8px}
.cv2-mmenu__prefs-r{opacity:.7;font-size:13px;font-weight:500}
