ul#grp_pitems {
	/* margin:3% 0 0 0; */
	padding: 0;
	list-style-type: none;
}

li.pitem {
	border-bottom: 1px solid #ccc;
}

li.pitem a {
	text-decoration: none;
	color: #000;
}

/*Grilla 1*/
li.pitem.grd1 {
	position: relative;
	margin: 0;
	padding: 6px;
	border-bottom: 1px solid #fcc;
	background-color: #fff;
	z-index: 100;
	width: 45%;
	float: left;
	height: 300px;
}

li.pitem .item {
	position: relative;
	margin: 0;
	padding: 6px;
	border: 1px solid transparent;
	z-index: 100;
	/* pointer-events: none; */
}

li.pitem .item .new {
	position: absolute;
	width: 52px;
	height: 52px;
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 4px;
	z-index: 200;
}

li.pitem .item .me_free {
	position: absolute;
	top: 0px;
	right: 13px;
	width: 42px;
	height: 42px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 200;
}

li.pitem .item .marco {
	pointer-events: none;
}

li.pitem.grd1 .item .marco {
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 10px;
}

/*Grilla 2*/
li.pitem.grd2 {
	/* width: 200px; */
	float: left;
	width: 44%;
	margin-left: 4%;
	/* margin-bottom:12px; */
	padding: 0 0 12px 0;
	border-bottom: 4px solid #f2f2f2;
	background-color: #fff;
}

li.pitem.grd2 .item .marco {
	position: relative;
	margin: 2px auto 0 auto;
	width: 100%;
	height: 180px;
	/* background-color:#f00; */
}

li.pitem.grd2 .item .marco .ft {
	position: relative;
	float: left;
	width: 100%;
	height: 160px;
	margin-right: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}


li.pitem.grd2 .item .discount {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 4px;
	margin-top: 3px;
	background: #f00;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/*Grilla 3*/
li.pitem.grd3 .item .marco .ft {
	position: relative;
	/* float:left; */
	/* width:47%; */
	/*width:160px;*/
	height: 160px;
	/* margin:10px 10px 0 10px; */
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/*Grilla Swiffy*/
li.pitem.swiffy {
	width: 200px; 
	float: left;
	margin-left: 4%;
	padding: 0 0 12px 0;
	border-bottom: 0;
	/* background-color:#fff; */
	/* pointer-events: none; */
}

li.pitem.swiffy.vt {
	width: 44% !important; 
}

li.pitem.swiffy .item .marco {
	position: relative;
	margin: 2px auto 0 auto;
	width: 100%;
	height: 180px;
}

li.pitem.swiffy .item .marco .ft {
	position: relative;
	float: left;
	width: 100%;
	height: 160px;
	margin-right: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

li.pitem.swiffy .item .discount {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 4px;
	margin-top: 3px;
	background: #f00;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* Varios */
li.pitem .item .marco .ft .dest_pzdo {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

li.pitem .item .tit {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	text-decoration: none;
	color: #000;
	/* white-space: nowrap; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

li.pitem .item .cod {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

li.pitem .item .cnt_marca {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

li.pitem .item .marca {
	display: inline-block;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	background-color: #999;
	border-radius: 3px;
	padding: 3px 6px;
	overflow: hidden;
}

li.pitem .item .leftpanel {
	position: relative;
	float: left;
	width: 60%;
	padding: 0;
	text-align: left;
}

li.pitem .item .fillpanel {
	width: 100%;
	padding: 0;
	text-align: center;
	height: 64px;
}

li.pitem .item .rightpanel {
	position: relative;
	/* float:right; */
	padding-right: 6px;
	/* text-align:right; */
}

li.pitem .item .pr {
	margin-top: 6px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

li.pitem .item .pr sup {
	font-size: 11px;
	font-weight: normal;
}

li.pitem .item .prregu {
	margin: 4px 0 0 0;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #4b5063;
	text-align: center;
}

li.pitem .item .prvenc {
	text-decoration: line-through;
	/* height:20px; */
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

li.pitem.grd3 .item .discount {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 6px;
	padding: 4px;
	background: #f00;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

li.pitem .item .stock {
	float: right;
	padding-right: 6px;
	display: inline-block;
	margin-top: 4px;
	font-family: arial;
	font-size: 12px;
}

li.pitem .item .stock .constock {
	font-weight: bold;
	color: #59B200;
}

li.pitem .item .stock .nostock {
	font-weight: normal;
	color: #f00;
}

li.pitem .item .stock .consulstock {
	font-weight: normal;
	color: #fff;
	background-color: #FF9900;
	border-radius: 4px;
	padding: 2px;
	text-align: center;
}

.noitems {
	width: 90%;
	margin: 0 auto;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: center;
}

.noitems img {
	margin-bottom: 12px;
}

/*Paginado*/
.pag_principal {
	float: right;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	#text-align: center;
	margin: 16px;
}

.pag_principal .pag_select {
	float: left;
	border-radius: 4px;
	padding: 8px 12px;
	margin: 5px;
	color: #fff;
	background-color: #777;
	border: 1px solid #777;
}

.pag_principal .pag_unselect {
	float: left;
	border-radius: 4px;
	padding: 8px 12px;
	margin: 5px;
	color: #777;
	border: 1px solid #777;
}

.pag_principal .pag_unselect:hover {
	background: #F2F2F2;
}

/*Detalle de Producto*/
#pdlle .marco {
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0;
	padding: 0;
}

#pdlle .marco .new {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 52px;
	height: 52px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 100;
}

#pdlle .marco .ft {
	position: relative;
	height: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 4px;
}

#pdlle .marco .ft .ic_zoom {
	position: absolute;
	top: 5%;
	right: 5%;
	width: 3rem;
	height: 3rem;
	/*background-color: #000;*/
	background-image: url(../../../../images/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#pdlle .marco .ft .dest_pzdo_dlle_cnt {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 50%;
}

#pdlle .marco .ft .dest_pzdo_dlle {
	position: relative;
	left: -50%;
	width: 100%;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

#pdlle .opts {
	margin: 10px;
}

#pdlle .tit {
	font-family: arial;
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

#pdlle .marca {
	display: inline-block;
	font-family: arial;
	font-size: 1.0rem;
	color: #fff;
	background-color: #666;
	border-radius: 3px;
	padding: 2px 6px;
	margin-top: 4px;
}

#pdlle .cod {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-top: 4px;
}

#pdlle .peso_kg {
	display: none;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	margin-top: 6px;
}

#pdlle .pr_nom {
	margin-top: 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#pdlle .pr {
	float: left;
	margin-top: 6px;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	color: #4b5063;
	vertical-align: top;
}

#pdlle .pr sup {
	font-size: 18px;
}

#pdlle .pr_suffix {
	display: inline-block;
	margin-top: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 6px;
	padding: 3px 6px;
}

#pdlle .bulto {
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #6f3903;
	padding: 2px 4px;
	background-color: #fce0c5;
	border-radius: 4px;
}

#pdlle .probs {
	position: relative;
	float: left;
	display: none;
	margin: 6px 0 0 12px;
	padding: 4px 6px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
}

#pdlle .probs .fl {
	position: absolute;
	top: 4px;
	left: -7px;
	width: 7px;
	height: 14px;
	background-image: url(../../../../images/fl_pr_same.png);
}

#pdlle .prregu {
	margin: 10px 12px 0 0;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #4b5063;
}

#pdlle .prconsult {
	margin-top: 6px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #777777;
}

#pdlle .prvenc {
	margin: 6px 0;
	text-decoration: line-through;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #f00;
}

#pdlle .discount {
	margin-top: 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #85B200;
}

#pdlle .mdp {
	margin-top: 10px;
}

#pdlle .mdp .list .item {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
}

#pdlle .mdp .list .ic {
	width: 30px;
	height: 30px;
	padding: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#pdlle .mdp .list .nom {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#pdlle .mdp .list .bonif {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(243 14 204);
}

#pdlle .mdp .list .obs {
	font-family: 'Oswald', arial;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	padding: 3px 0;
}

#pdlle .stock {
	margin-top: 4px;
	font-family: arial;
	font-size: 12px;
}

#pdlle .stock .constock {
	font-weight: bold;
	color: #59B200;
}

#pdlle .stock .nostock {
	font-weight: normal;
	color: #f00;
}

#pdlle .stock .consulstock {
	font-weight: normal;
	color: #fff;
	background-color: #FF9900;
	border-radius: 4px;
	padding: 2px;
	text-align: center;
}

#pdlle #addItem {
	margin: 0;
}

#pdlle .cantMod .menos {
	line-height: 32px;
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	width: 20px;
	height: 32px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	text-align: center;
	background-color: #F2F2F2;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#pdlle .cantMod .menos:hover {
	color: #fff;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #777777;
	background-color: #777777;
	cursor: pointer;
}

#pdlle .cantMod .menos.inactiv {
	color: #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	cursor: not-allowed;
}

#pdlle .cantMod .cant {
	float: left;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	width: 50px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 0;
}

#pdlle .cantMod .mas {
	line-height: 32px;
	float: left;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	width: 20px;
	height: 32px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	text-align: center;
	background-color: #F2F2F2;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#pdlle .cantMod .mas:hover {
	color: #fff;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	background-color: #777777;
	cursor: pointer;
}

#pdlle .cantMod .mas.inactiv {
	color: #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #f2f2f2;
	cursor: not-allowed;
}

#pdlle .socialSharer div {
	float: left;
	margin: 10px 10px 0 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

#pdlle .colbox {
	float: left;
	width: 30px;
	height: 30px;
	margin: 4px 10px 4px 0;
	padding: 3px;
	border: 1px solid #f2f2f2;
}

#pdlle .colbox.active:hover {
	border: 1px solid #ccc;
	cursor: pointer;
}

#pdlle .colbox.selected {
	border: 1px solid #666;
}

#pdlle .colbox.selected:hover {
	border: 1px solid #666;
}

#pdlle .colbox .inside {
	width: 100%;
}

#pdlle .medbox {
	float: left;
	min-width: 30px;
	margin: 4px 10px 4px 0;
	padding: 3px 6px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: #F2F2F2;
	border: 1px solid #F2F2F2;
	line-height: 100px;
	text-align: center;
}

#pdlle .medbox.active {
	border: 1px solid #aaaaaa;
	color: #aaa;
	cursor: pointer;
}

#pdlle .medbox.active:hover {
	border: 1px solid #85B200;
	cursor: pointer;
	background-color: #F2F2F2;
}

#pdlle .medbox.selected {
	border: 1px solid #85B200;
	color: #fff;
	background-color: #85B200;
}

#pdlle .medbox.selected:hover {
	border: 1px solid #85B200;
	color: #fff;
	background-color: #85B200;
}

#pdlle .medbox span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

#pdlle .socialSharer .fb {
	background-image: url(../../../../images/facebook.png);
}

#pdlle .socialSharer .fb:hover {
	background-image: url(../../../../images/facebook_over.png);
}

#pdlle .socialSharer .tw {
	background-image: url(../../../../images/twitter.png);
}

#pdlle .socialSharer .tw:hover {
	background-image: url(../../../../images/twitter_over.png);
}

#pdlle .socialSharer .pt {
	background-image: url(../../../../images/pinterest.png);
}

#pdlle .socialSharer .pt:hover {
	background-image: url(../../../../images/pinterest_over.png);
}

#pdlle .socialSharer .gp {
	background-image: url(../../../../images/gplus.png);
}

#pdlle .socialSharer .gp:hover {
	background-image: url(../../../../images/gplus_over.png);
}

#pdlle .btnComprar {
	margin-top: 20px;
}

#pdlle .btnConsultas {
	margin-top: 20px;
}

#pdlle .formasPago {
	text-align: center;
}

.prodObs {
	padding: 0 1rem;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

#pdlle .prodPlla {
	padding: 0 1rem;
}

/* Filtro */
.filtro-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	gap: 10px;
}

@media (max-width: 575.98px) {
	.filtro-container {
		padding: 8px;
		justify-content: center;
	}

	.btn-atras,
	.filtro-btn {
		padding: 6px 10px;
		font-size: 12px;
	}

	.btn-text {
		display: inline-block;
	}

	.etiqueta {
		order: -1;
		flex: 1 1 100%;
		font-size: 18px;
		padding: 5px;
		text-align: center;
		margin: 5px 0;
	}

	.filtro-dropdown {
		margin-left: auto;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.filtro-container {
		padding: 10px 0px;
	}

	.etiqueta {
		font-size: 20px;
	}
}

.etiqueta {
	padding: 5px 15px;
	font-size: 20px;
	color: #2c3e50;
	border-radius: 8px;
	letter-spacing: 0.5px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	width: 175px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filtro-dropdown {
	position: relative;
	display: inline-block;
	z-index: 200;
}

.filtro-btn {
	background-color: #2c3e50;
	color: #ecf0f1;
	font-size: 14px;
	padding: 5px 10px;
	border: none;
	border-radius: 6px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 1px;
	gap: 8px;
	font-weight: 500;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filtro-btn:hover {
	background-color: #34495e;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.dropdown-icon {
	transition: transform 0.3s ease;
	font-size: 12px;
}

.rotate {
	transform: rotate(180deg);
}

.filtro-opciones {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	width: 220px;
	z-index: 1000;
	margin-top: 5px;
	overflow: hidden;
}

.filtro-opciones.active {
	display: block;
}

.filtro-opciones ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

.filtro-opciones ul li a {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	text-decoration: none;
	color: #34495e;
	font-size: 14px;
	transition: all 0.2s ease;
	gap: 10px;
}

.filtro-opciones ul li a i {
	width: 20px;
	text-align: center;
	color: #7f8c8d;
}

.filtro-opciones ul li a:hover {
	background-color: #f8f9fa;
	color: #2c3e50;
	padding-left: 20px;
}

.filtro-opciones ul li a:hover i {
	color: #2c3e50;
}

.filtro-opciones ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	width: 100%;
}

.filtro-opciones ul li {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #34495e;
	font-size: 14px;
	transition: all 0.2s ease;
	gap: 10px;
	cursor: pointer;
}

.filtro-opciones ul li:hover {
	background-color: #f8f9fa;
	color: #2c3e50;
	padding-left: 20px;
}

.filtro-opciones ul li i {
	width: 20px;
	text-align: center;
	color: #7f8c8d;
	font-size: 14px;
}

.filtro-opciones ul li:hover i {
	color: #2c3e50;
}

.filtro-opciones ul li span {
	flex-grow: 1;
}

.btn-atras {
	background-color: #ecf0f1;
	color: #2c3e50;
	border: 1px solid #2c3e50;
	font-size: 14px;
	padding: 5px 10px;
	border: none;
	border-radius: 6px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	gap: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-atras:hover {
	background-color: #a7a7a7;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-atras:active {
	transform: translateY(1px);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.icon {
	font-size: 14px;
}

@media (max-width: 349.98px) {

	.btn-text,
	.filtro-opciones ul li a span {
		/* display: none; */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.btn-text {
		display: none;
	}

	.filtro-btn,
	.btn-atras {
		padding: 8px 10px;
	}

	.filtro-opciones ul li a {
		padding: 10px;
		justify-content: center;
	}

	.filtro-opciones ul li a i {
		width: auto;
		margin: 0;
	}

	.filtro-opciones {
		width: auto;
		min-width: 180px;
	}
}

.subcategorias-container {
    position: sticky;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 0 30px;
    border-radius: 8px;
    overflow: hidden;
	top: 50px;
    width: 100%;
    z-index: 1000;
    padding: 10px;
}

.subcategorias-scroll {
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	flex-grow: 1;
	padding: 10px 0;
	scrollbar-width: none;
}

.subcategorias-scroll::-webkit-scrollbar {
	display: none;
}

.subcategorias-botones {
	display: inline-flex;
	gap: 8px;
	white-space: nowrap;
	padding: 0 5px;
	margin: 0;
	list-style: none;
}

.subcategorias-botones li {
	display: inline-block;
}

.subcategoria-link {
	text-decoration: none;
	display: inline-block;
}

.subcategoria-btn {
	background-color: #ecf0f1;
	color: #2c3e50;
	border: none;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
	flex-shrink: 0;
	display: block;
}

.subcategoria-btn:hover {
	background-color: #d6eaf8;
}

.subcategoria-btn.active {
	background-color: #2c3e50;
	color: white;
	font-weight: 500;
}

.scroll-btn {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.scroll-btn.active {
	opacity: 1;
	cursor: pointer;
}

.scroll-btn.inactive {
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}

.scroll-btn:hover {
	background-color: white;
	transform: scale(1.1);
}

.scroll-btn:hover {
	background-color: white;
	transform: scale(1.1);
}

.scroll-left {
	left: 5px;
}

.scroll-right {
	right: 5px;
}

@media (max-width: 768px) {
	.subcategorias-container {
		padding: 0 25px;
	}

	.subcategoria-btn {
		padding: 5px 10px;
		font-size: 14px;
	}

	.scroll-btn {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 480px) {
	.subcategorias-container {
		padding: 8pxOO 20px;
	}

	.subcategoria-btn {
		padding: 5px 10px;
		font-size: 14px;
	}
}

.venta-por-caja {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #555;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 4px 8px;
	border-radius: 12px;
	/* border: 1px solid #eee; */
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
	margin-top: 5px;
}

.venta-por-caja i {
	font-size: 12px;
	/* color: #7f8c8d; */
}

.venta-por-caja i {
	color: #5D4037;
}

.venta-por-caja.minimal {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 2px 5px;
	color: #7f8c8d;
}

.venta-por-caja.minimal i {
	color: inherit;
}






/* Boton video flotante */
	.floating-video-btn {
		position: absolute;
		bottom: 15px;
		right: 15px;
		width: 60px;
		height: 60px;
		background-color: #ff004c;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 0 4px 15px rgba(255, 0, 76, 0.5);
		transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		z-index: 15;
		border: none;
		color: white;
		font-size: 22px;
		overflow: hidden;
	}


	.floating-video-btn:hover::after {
		opacity: 1;
	}

	.floating-video-btn:hover {
		box-shadow: 0 6px 20px rgba(255, 0, 76, 0.7);
		background-color: #ff004c;
	}

	.floating-video-btn:hover i {
		filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.8));
	}

	.video-container {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		display: none;
		z-index: 10;
	}

	.video-container iframe {
		width: 100%;
		height: 100%;
		border: none;
		object-fit: cover;
	}

	.ft {
		position: relative !important;
		overflow: hidden;
	}

	.dest_pzdo,
	.cnt_marca,
	.ic_zoom {
		position: relative;
		z-index: 5;
	}

	.video-active .ic_zoom {
		display: none;
	}

	#loadingbar {
		z-index: 99999999999999 !important;
	}

	.lg-backdrop {
		z-index: 99999 !important;
	}

	.lg-outer {
		z-index: 9999999999999999 !important;
	}

	.box {
		--border-angle: 0deg;
		border-radius: 100%;
		box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
		animation: border-angle-rotate 2s infinite linear;
		border: 0.2rem solid transparent;
	}

	.box.b {
		background: linear-gradient(white, white) padding-box,
			conic-gradient(from var(--border-angle),
				var(--bg) 0%,
				rgba(255, 0, 64, 1)) border-box;
	}

	.box.c {
		border-radius: 100%;
		background: black;
	}

	.c:before,
	.c:after {
		content: "";
		display: block;
		position: absolute;
		inset: 4px;
		border-radius: 100%;
		animation: border-angle-rotate 4s infinite linear;
		z-index: -1;
	}

	.c:before {
		inset: 0;
		background: repeating-conic-gradient(from var(--border-angle),
				var(--bg),
				var(--bg) 30deg,
				oklch(100% 50% 190deg) calc(360deg / 6)) border-box;
	}

	.c:after {
		background: repeating-conic-gradient(from calc(var(--border-angle) * -1),
				oklch(100% 40% 50deg),
				black 60deg) border-box;
	}

	@keyframes border-angle-rotate {
		from {
			--border-angle: 0deg;
		}

		to {
			--border-angle: 360deg;
		}
	}

	@property --border-angle {
		syntax: "<angle>";
		initial-value: 0deg;
		inherits: false;
	}

	.floating-video-btn i {
		color: #000;
	}