html, body {
	overflow-x: hidden;
}
#left-area .main_title{
	    margin-top: -38px !important;
    margin-bottom: -11px !important;
	font-family: 'MicrogrammaDBolExt',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
    font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif !important;
    color: #000;
    font-weight: bold;
}


.banner-size-full-2 {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-content: center;
}
.row-wooc-description ins span{
	color: #000 !important;
	font-weight: 900;
}
/**/
/* estilos iniciales */
.menu-fixed-top {
  position: relative;
  width: auto;
  transition: all 200ms ease;
  z-index: 999;
}

.menu-fixed-top.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  /* opcional: sombra para que se note */
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}
/*#sub-menu-fixed {
  position: relative;
  transition: all 200ms ease;
}

#sub-menu-fixed.is-fixed {
	position: fixed;
	width: 100%;
	margin-top: 155px;
	z-index: 999;
}*/
/**/
/**/

/* Subrayado en ítem activo de un módulo de menú Divi */
.et-menu li.current-menu-item > a,
.et-menu li.current_page_item > a {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a{
	padding-bottom: 2px !important;
}

.wp-element-button, .wc-block-components-button__text{
	background: #000 !important;
	color: #fff !important;
	opacity: 1 !important;
}
.icons-bar {
	display:flex;
	align-items: center;
	justify-content: flex-end;
	gap: 15px;
}
#cart-content {
	display: block !important;
	visibility: visible !important;
}
.row-datail-product-cart h2,.row-datail-product-cart p{
	font-family: 'Din alternate bold',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px !important;
	font-weight: 700;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.popup-sor-size{
	position: relative;
	top: 8px;
}
.search-bar{
	margin-bottom: 10px;
}
.of-first-order-2{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	margin-top: 5px;
}
.of-first-order-2  p{
	font-family: 'Din alternate bold', Helvetica, Arial, Lucida, sans-serif;
	display: flex;
	height: 43px;
	background: #E6E6E6;
	padding: 6px 11px;
	border-radius: 5px;
	color: #BCBCBC;
	text-transform: uppercase;
	justify-content: center;
	max-width: 225px;
	align-items: center;
}
.variations .color-buttons button{
	width: 33px !important;
	height: 33px !important;
	color: transparent !important;
	margin-top: 5px !important;
	border-radius: 50% !important;
}
.reset_variations{
	font-size: 15px;
	color: #000;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif !important;
}
.popup-sor-size p{
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 15px !important;
	font-weight: 100;
}
.cart-icon {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.variations .label{
	display: none;
}
.content-story-gif .et_pb_image_3 img{
	width: 577px;
}
.content-story-gif  .et_pb_image_4 img{
	width: 461px;
}
#live-search-results .item{
	color: #000 !important;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
}
#live-product-search{
	border: none;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
    padding-left: 32px;
}
.search-bar::before {
  content: "";
  position: absolute;
    left: 0px;
    top: 41%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2025/09/icon-search-zeege.webp);
	background-repeat: no-repeat;
    background-size: contain;
}
.variations{
	margin-bottom: 10px;
}
.reset_variations{
	display: none;
}
.cart-count {
	position: absolute;
	top: 13px;
	right: 11px;
	background: red;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50%;
	min-width: 21px;
	height: 21px;
	padding: 0 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.size-image-bar-header img {
	width: auto; 
	height: auto; 
	max-height: 25px; 
}
.row-payment-details-text span{
	font-weight: 100 !important;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	position: relative;
	top: 10px;
}
.row-form-contact .wpcf7-form-control-wrap input{
	border: none;
	border-bottom: 1px solid #828282;
	width: 100%;
	margin-bottom: 20px;
}
.row-form-contact .wpcf7-form-control-wrap  textarea{
	border: none;
	border-bottom: 1px solid #828282;
	width: 100%;
	max-height: 144px;
}
.row-form-contact .wpcf7-submit{
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin-top: 20px;
	border-radius: 6px;
}
.row-form-contact .wpcf7-form-control-wrap ::placeholder{
	color: #BCBCBC;	
}
.row-add-favorite{
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}

.form-tattoo-convention{
	display: flex;
	align-items: center;
}
.row-tattoo-convention .wpcf7-form-control-wrap input{
	padding: 15px 10px;
	background: #D9D9D9;
	color: #000;
}
.row-tattoo-convention .wpcf7-form-control-wrap ::placeholder{
	color: #000;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
}
.row-tattoo-convention .wpcf7-submit{
	background: #000;
	height: 50px;
}
.row-tattoo-convention .wpcf7-not-valid-tip{
	position: absolute;
}
.banner-story{
	height: calc(100vw / 1.87)
}
.fire-bottom:before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/08/fire-gif-sff.gif);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-repeat: no-repeat;
	position: absolute;
	background-position-y: center;
	filter: hue-rotate(180deg) saturate(2);
}
.content-capsule-produt {
	display: flex;
	width: 100%;
	align-items: stretch;
	justify-content: center;
}
.row-capsule-image{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 110px;
}
.content-capsule-produt:nth-child(even) {
	flex-direction: row-reverse;
}
.row-capsule-image img {
	max-width: 754px;
	max-height: 959px;
	width: 100%;
	height: auto;
	object-fit: contain;
	display: block;
}
.column-capsule-1{
	background: #EFEFEF;
}
.column-capsule-2{
	justify-content: center !important;
}
.content-position-zeege-monsta-new-capsule{
	width: 361px !important;
	position: absolute !important ;
	right: 0;
	bottom: 20px;
}

.box-capsule-product {
	flex: 1; /* Que ocupen el mismo ancho */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 8%;
}
.row-capsule-title-product{
	margin-bottom: 17px;
}
.row-capsule-title-product h3 {
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
}

.row-capsule-title-product h2 {
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	padding: 0;
}

.row-capsule-title-product p {
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.woocommerce-Price-amount{
	color: #000;
}
.off-text-capsule{
	color:#00000033;
}

.row-capsule-off-first-order p {
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #BCBCBC;
	background-color: #f5f5f5;
	padding: 8px 16px;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 15px;
}

/* Botón */
.row-capsule-button- a {
	display: inline-block;
	background-color: black;
	color: white;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
	margin-bottom: 25px;
}

.row-capsule-button- a:hover {
	background-color: #333;
}

/* Descripción */
.row-capsule-description p {
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 12px;
	color: #000;
}
.row-capsule-description h3{
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	font-size: 21px;
	color: #000000;
}

.content-custom-banner-single-product{
	display: flex;
	position: relative;
	justify-content: center;
	width: 100%;
	height: 1000px;
	border-top: 0.5px solid #000;
	overflow: hidden;
	z-index: -9;
}
.content-custom-banner-single-product:after{
	content: '';
	position: absolute;
	margin-top: 10%;
	width: 100%;
	max-width: 1100px;
	height: 100%;
	background-image: url(/wp-content/uploads/2025/07/simgle-product-logo.webp);
	background-size: contain;
	background-repeat: no-repeat;
	pointer-events: none;
}
.content-custom-banner-single-product::before {
	content: '';
	position: absolute;
	width: 1167px;
	height: 883px;
	background-image: url(/wp-content/uploads/2025/09/fire.gif);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: hue-rotate(180deg) saturate(2);
	pointer-events: none;
	z-index: 9;
}
.content-custom-banner-single-product img{
	z-index: 9999;
}
/*end page capsule*/

/*Gallery grid*/
.grid-layout {
	display: grid;
	grid-template-columns: 28% 28% 44%;
	grid-template-rows: auto auto;
	gap: 5px;
	height: 500px;
}
.center-content-general{
	display: flex;
	align-items: center;
}
.container-all-stars-year{
	position: absolute;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.container-all-stars-year p{
	font-size: 13px;
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

.produc-custom-monsta .et_pb_column_6 {
	background-image: url(/wp-content/uploads/2025/07/mosta-gif-design.gif);
	background-size: cover;      
	background-position: center; 
	background-repeat: no-repeat; 
	height: auto;
}

.box {
	width: 100%;
	height: 100%;
}

/* Colores y posiciones */
.a {
	background: red;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.b {
	background: gray;
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.c {
	background: yellowgreen;
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.d {
	background: blueviolet;
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.e {
	background: brown;
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}
.zeege-logo-affter{
	background-size: contain !important;
	background-position-y: -31px !important;
}


/**/
.content-monsta-gif {
	display: flex;
	justify-content: center;
	align-items: center;  
	flex-direction: column;
}
.content-monsta-gif .et_pb_image_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content-monsta-gif  .et_pb_button_0_wrapper{
	position: absolute;
	bottom: 15px;
	right: -1px;
}
.custon-size-div-mosta-by-zhimpa{
	height: min(1000px, 100vh);
}
.fire-gif-all-star:before{
	content: '';
	width: 60%;
	height: 60%;
	background-image: url(/wp-content/uploads/2025/07/fire-gif.gif);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	background-position-y: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	margin: auto;
	right: 23%;
}
.fire-blue-center::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1030px;
	height: 1040px;
	background-image: url(/wp-content/uploads/2025/07/gif-fire-trans.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	filter: hue-rotate(180deg) saturate(2);
	pointer-events: none;
	transform: translate(-50%, -50%);
}
.banner-graffiti-zeegemonsta {
	height: min(497px, 100vh);
}
.banner-free-shipping-ny-size {
	width: 100%;
	height: 1116px;
	max-width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.row-wooc-description h3{
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
}
.row-wooc-description h2{
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	padding: 0;
}
.row-wooc-description{
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	padding: 0;
}
.row-wooc-description p{
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.row-wooc-description p span{
	color: #BCBCBC;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif;
}
.line-wooc-title{
	position: relative;
	display: inline-block;
	align-items: center;
	width: 25px;
	height: 2px;
	margin: 0 5px;
	top: -4px;
	background: #000;
}
.container-products-offer{
	display: flex;
	flex-wrap: wrap;
	gap: 29px;
}
.text-wooc-category{
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 100;	
}
.box-product-wooc{
	width: calc(25% - 23px);
	max-width: 375px;
}
.row-wooc-image {
	position: relative;
	width: 100%;
	padding-top: 100%; 
	overflow: hidden;
	margin-bottom: 34px;
}

.image-product-position-1,
.image-product-position-2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.4s ease-in-out;
}

.image-product-position-1 img,
.image-product-position-2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.image-product-position-1 {
	z-index: 1;
	opacity: 1;
}

.image-product-position-2 {
	z-index: 2;
	opacity: 0;
}

.row-wooc-image:hover .image-product-position-2 {
	opacity: 1;
}

.row-wooc-image:hover .image-product-position-1 {
	opacity: 0;
}


/*end wooc produc*/
/**/
.shadow-text{
	background: #E6E6E6;
	padding: 4px 6px;
}
.section-new-capsule .et_pb_text_0 h3{
	padding: 0px !important;
}
.section-new-capsule{
	display: flex;
	align-items: center;
}
.section-new-capsule .et_pb_column_3{
	width: 57% !important;
	margin-right: 0px !important;
}
.section-new-capsule .et_pb_column_4{
	width: 25% !important;
}
.section-new-capsule .et_pb_column_5{
	width: 20% !important;
}
.center-menu-content  {
	display: flex;
	align-items: center;
}



/*General*/
.colum-space{
	padding: 60px 0 !important;
}
.space-row{
	padding: 0px !important
}
.text-responsive-h2{
	font-size: 4.1vw !important;
	padding: 0;
}

/*BANNER HOME SLIDER*/
.container-custom-banner-design {
	display: flex;
	width: 100%;
	height: 959px;
	background: #000;
	justify-content: center;
}
.content-slider-main {
	display: flex;
	width: 100%;
	height: 100vh; 
}
.image-element-skull {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.row-slider-logo{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end !important;

}
.row-slider-button{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.image-element-skull img{
	width: 524px;
	height: 100%;
	max-height: 546px;
}
.row-slider-button a{
	background: #fff;
	padding: 15px 35px;
	border-radius: 3px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.content-popup-banner {
	position: absolute;			
	width: 50%;
	height: 100%;
	background-color: white;
	z-index: 10;
	padding: 57px;
	box-sizing: border-box;
	left: 0;
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	background: transparent;
	border: none;
	font-size: 40px;
	cursor: pointer;
	color: #A7A7A7;
}
.row-title-offer{
	width: 100%;
	max-width: 181px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.row-title-offer h2{
	font-family:'MicrogrammaDBolExt',Helvetica,Arial,Lucida,sans-serif;
	color: #BCBCBC;
	font-size: 58px;
	text-transform: uppercase;
	line-height: 45px;
	padding: 0;
}
.row-title-offer p{
	font-family: 'DIN Alternate',Helvetica,Arial,Lucida,sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}
.row-description-offer{
	width: 100%;
	max-width: 377px;
	font-family: 'Lekton',Helvetica,Arial,Lucida,sans-serif;
	font-size: 21px;
}
.box-content-popup{
	display: flex
		;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
}
/*END BANNER*/


.custom-product-slider {
	width: 100%;
	max-width: 780px;
	margin: auto;
	position: relative;
    padding: 45px 25px 12px 25px;
}

.top-buttons {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.top-buttons .row-add-favorite img{
	width: 23px;
	height: 23px;
}
.buy-now {
	background: black;
	color: white;
	padding: 10px 27px;
	border: none;
	cursor: pointer;
	border-radius: 8px;
}
.wishlist {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}
.swiper-slide img {
	width: 100%;
	display: block;
}
.bottom-bar {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 14px;
}
.expand {
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
}




.gallery-column {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

/* Contenedor para manejar las dos imágenes */
.gallery-img-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.gallery-img-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s ease-in-out;
}

.gallery-img-wrapper img:first-child {
	position: relative;
	z-index: 1;
}

.gallery-img-wrapper img:last-child {
	opacity: 0;
	z-index: 2;
}

.gallery-img-wrapper:hover img:last-child {
	opacity: 1;
}

/* Mantener proporciones exactas */
.img-519x650 { aspect-ratio: 519.62 / 649.53; }
.img-518x407 { aspect-ratio: 518.19 / 406.84; }
.img-692x1058 { aspect-ratio: 683 / 1057.78; }


.swiper-button-next, .swiper-button-prev{
	color: #000 !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 25px !important;
	font-weight: 100 !important;
}
.image-logo-fire-story{
	position: relative;
	top: 100px;
}
.image-logo-fire-story img{
	width: 100%;
	max-width: 164px;
}

.image-logo-fire-story:before{
	content: '';
	width: 600px;
	height: 833px;
	background-image: url(/wp-content/uploads/2025/08/fire-gif-sff.gif);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	filter: hue-rotate(180deg) saturate(2);
	left: -220px;
	top: -486px;
	z-index: -1;
}
.social-story a img{
	position: relative;
	top: 5px;
	margin-right: 7px;
}



/* Formularios de login y registro */
.woocommerce-form-login, 
.woocommerce-form-register {
	border: none !important;
	background: #f9f9f9;
	padding: 25px;
	border-radius: 10px;
}

/* Inputs */
.woocommerce form .form-row input.input-text {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	width: 100%;
	transition: 0.3s;
}

.woocommerce form .form-row input.input-text:focus {
	border-color: #0073aa;
	box-shadow: 0 0 5px rgba(0,115,170,0.3);
}

/* Botones */
.woocommerce button.button {
	background: #0073aa;
	color: #fff;
	border-radius: 8px;
	padding: 10px 20px;
	transition: 0.3s;
}

.woocommerce button.button:hover {
	background: #005f8a;
}


.flex-story{
	display: flex;
	align-items: center;
}
.content-zhimpa-gavatt{
	display: flex;
	justify-content: space-between;
}
.space-zhimpa-gavatt{
	width: 311px;
}
.row-zhimpa h2, .row-gavatt h2{
	margin: -15px;
	padding: 0px;
}
.space-zhimpa-gavatt::after{
	content: "";
	background-image: url(https://zeegemonsta.com/wp-content/uploads/2025/08/logo-zeege.webp);
	width: 250px;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 34px;
}
.space-zhimpa-gavatt::before{
	content: "";
	background-image: url(https://zeegemonsta.com/wp-content/uploads/2025/09/fire.gif);
	width: 402px;
	height: 808px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -515px;
	margin-left: -64px;
	filter: hue-rotate(180deg) saturate(2);
}
@media only screen and (max-width: 980px) {
	.content-popup-banner{
		width: 90% !important;
		height: 90% !important;
		margin: 30px 25px !important;
		border-radius: 15px !important;
		padding: 25px !important;
	}
	.container-custom-banner-design{
		height: 80vh !important;
		flex-direction: column !important;
	}
	.content-slider-main{
		flex-direction: column !important;
		align-items: center;
		justify-content: center !important;
	}
	.image-element-skull, .row-slider-button{
		flex: none !important;
	}
	.row-slider-logo{
		display: none !important;
	}
	.image-element-skull img{
		width: 444px !important;
		max-height: 453px !important;
	}
	.box-product-wooc {
		flex: 0 0 44%; /* 2 por fila en móvil */
	}
	.section-new-capsule{
		flex-wrap: wrap;
	}
	.content-monsta-gif{
		height: 600px !important;
	}
	.banner-free-shipping-ny-size{
		height: 500px !important;
	}
	.fire-gif-all-star .center-content-general{
		flex-direction: column !important;
		padding-top: 0px;
	}
	.fire-gif-all-star:before{
		background-position-y: 437px !important;
		background-position-x: center !important;
	}
	.custon-size-div-mosta-by-zhimpa{
		height: min(1000px, 45vh) !important;
	}
	.fire-blue-center::before{
		width: 355px !important;
		height: 475px !important;
		top: 60% !important;
	}
	.banner-graffiti-zeegemonsta{
		height: 177px !important;		    
	}
	.logo-zeege-affter .center-content-general{
		align-items: center !important;
		flex-direction: column !important;
	}
	.box-content-popup{
		padding-bottom: 0px !important;
	}
	.row-description-offer{
		font-size: 18px !important;
	}
	.flex-column-movil{
		flex-direction: column !important;
	}

	.section-new-capsule{
		display: flex;
		flex-wrap: wrap;
	}

	/* Primera columna arriba */
	.section-new-capsule > .et_pb_column_3{
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* Segunda y tercera columna al 50% */
	.section-new-capsule > .et_pb_column_4,
	.section-new-capsule > .et_pb_column_5{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.content-capsule-produt{
		flex-direction: column !important;
	}
	.content-custom-banner-single-product{
		height: auto;
	}
	.column-capsule-2{
		padding-top: 25px;
	}
	.center-content-general{
		flex-direction: column;
	}
	.et_pb_row .content-position-zeege-monsta-new-capsule{
		position: relative !important;
		margin-top: 20px;
	}
	#container-single-produc{
		flex-direction: column !important;
	}
	.slider-wrapper{
		height: 350px !important;
	}
	.form-tattoo-convention{
		width: 90% !important;
	}
	.row-tattoo-convention .wpcf7-submit{
		top: 15px;
		position: relative;
	}
	.content-custom-banner-single-product{
		height: auto !important;
	}
	.container-secondary-product-banner{
		flex-direction: column-reverse;
		gap: 22px;
		margin-bottom: 30px;
	}
	.sub-menu-page{
		display: flex; 
	}
	.row-slider-button a{
		font-size: 12px;
		padding: 9px 26px !important;
	}
	#mobile_menu2{
		width: 100vw;
		left: -40px;
		top: 120px;
	}
	.et_mobile_menu li a{
		padding: 20px 5% !important;
		border: none !important;
	}
	.et_mobile_menu{
		border-top: 3px solid #d9d9d9!important;
	}
	.section-new-capsule .et_pb_column_5{
		top: -20px;
	}
	.section-new-capsule .et_pb_column_4{
		flex: 0 0 59%;
		max-width: 65%;
	}
	.section-new-capsule .et_pb_column_5{
		flex: 0 0 40%;
		max-width: 50%;
	}
	.invertir-content-zeegemonsta-capsule .produc-custom-monsta{
		display: flex;
		flex-direction: column-reverse;
	}
	.custom-product-slider{
		padding: 15px 10px !important;
	}
	.bottom-bar{
		width: 90%;
		margin: auto;
	}
	.center-content-general .et_pb_column_10{
		width: 90% !important;
		margin: auto;
	}
	.fire-gif-all-star:before{
		background-size: contain;
		right: 14%;
		width: 73%;
		height: 65%;
	}
	.gallery-grid, .gallery-column{
		gap: 2px !important;
	}
	.row-tattoo-convention{
		width: 94% !important;
	}
	.sub-menu-page-capsule{
		display: flex !important;
		flex-wrap: initial !important;
	}
	.content-line-capsule{
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.row-line-ledt{
		width: 150px;
		background: #000;
		height: 1px;
		display: block;
	}
	.ocultar-columna{
		display: none!important;
	}
	.row-capsule-image{
		padding-top: 16px;
	}
	.row-capsule-title-product{
		margin-bottom: 12px;
	}
	.flex-story{
		display: flex !important;
		flex-wrap: nowrap !important;
		gap: 23px;
		align-items: flex-start !important;
	}
	.content-zhimpa-gavatt{
		margin-bottom: 10px;
	}
	.space-zhimpa-gavatt::after{
		width: 89px;
		height: 93px;
		margin-left: 7px !important;
	}
	.space-zhimpa-gavatt::before{
		top: -285px;
		margin-left: -56px;
		width: 202px;
		height: 408px;
	}
	.space-zhimpa-gavatt{
		width: 150px !important;
	}
	.flex-story .et_pb_column .et_pb_module{
		margin-bottom: 0px !important
	}
	.row-form-contact{
		display: flex;
		justify-content: center;
	}
	.row-product-cart img{
		width: 100px !important;
		height: auto;
		max-height: 100px !important;
		margin-right: 4% !important;
	}
	.content-buttons-payment{
		margin-bottom: 53px;
	}
	.tab{
		font-size: 18px !important;
	}
	.product-tabs{
		width: 93% !important;
	}
	.tab-titles{
		gap: 18px !important;
	}
	.zeegemonsta-search-wrapper{
		display: block !important; 
	}
	.search-bar{
		margin-bottom: 15px;
	}
	.menu-mobile .et_pb_module.et_pb_text_align_right{
		margin-bottom: 0px !important;
	}
	.icons-bar{
		position: absolute;
		right: 56px;
		top: -45px;
	}
	.container-popup-cart{
		    top: 102px !important;
	}
	.banner-size-full-2{
		height:auto !important;
	}
	.tick-wrapper{
		font-size: 20px !important; 
	}
	.tick-label{
		font-size: 12px !important;
	}
	.tick-wrapper{
		top: auto !important;
	}
}

.flex-mobile-capsule{
	display: flex;
	align-items: center;
}
.tick{
	background: #000000bd;
}
.tick-wrapper{
	justify-content: flex-end;
    position: relative;
    top: -82px;
}

/* Cuando tiene la clase show → se muestra */
.container-popup-cart.show {
	display: block !important;
}
/* Fondo oscuro */
.popup-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 9998;
}

/* Modal tipo side-cart */
.container-popup-cart {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	display: none;
	position: fixed;
	top: 223px;
	right: 0;
	height: 100%;
	max-height: 679px;
	width: 100%;
	max-width: 800px;
	background: #fff;
	z-index: 9999;
	padding: 20px;
	overflow-y: auto;
}

.container-popup-cart.show {
	transform: translateX(0);
	opacity: 1;
}

/* Header */
.content-shopping-bag {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.row-close-popup {
	cursor: pointer;
	font-size: 76px;
	font-weight: 100;
	margin-top: 20px;
	font-family: 'Lekton', Helvetica, Arial, Lucida, sans-serif !important;
}

/* Producto */
.row-product-cart {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.row-product-cart img {
	width: 173px;
	height: auto;
	max-height: 174px;
	margin-right: 10%;
	object-fit: contain;
}

.row-datail-product-cart {
	flex: 1;
	font-size: 14px;
}

.row-datail-product-cart ul {
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
	font-size: 13px;
	color: #555;
}

/* Cantidad */
.row-product-qty {
	display: flex;
	align-items: center;
	gap: 8px;
}

.row-product-qty input {
	width: 45px;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px;
}

/* Acciones */
.row-action-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8px;
}

.row-remove-product button {
	background: none;
	border: none;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	padding: 0;
}
.row-price-product{
	background: none;
	border: none;
	color: #000;
	font-size: 16px;
	cursor: pointer;
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	padding: 0;
}

/* Total */
.payment-details {
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin-top: 20px;
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	color: #000;
	font-weight: bold;
}

/* Botones de pago */
.content-buttons-payment {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}
.content-buttons-payment > div {
	flex: 1; /* todos ocupan el mismo ancho */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: #f5f5f5;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}


.content-buttons-payment a,
.content-buttons-payment div {
	display: flex;
	text-align: center;
	padding: 12px;			
	font-weight: bold;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #000;
	font-family: 'DIN Alternate', Helvetica, Arial, Lucida, sans-serif;
	font-size: 20px;
	font-weight: bold !important;

}
.content-buttons-payment div{
	border: 1px solid #000000;
}
.row-botton-amazon-pay img{
	width: 135px;
	height: 24px;
	position: relative;
	top: 5px;
	left: 4px;
}
.row-botton-paypal img{
	width: 145px;
	height: 39px;
}

.zeegemonsta-search-wrapper {
	display: none; /* Oculta por defecto */
	cursor: pointer;
}
.zeegemonsta-search-wrapper.active {
	display: block; /* Se muestra al hacer click */
}
.search-icon{
	cursor: pointer;
}

/*test*/

.custom-number-input {
	display: inline-flex;
	align-items: center;
	border: 1px solid #fff;
	border-radius: 6px;
	overflow: hidden;
}

.custom-number-input input[type=number] {
	text-align: center;
	width: 27px;
	border: none;
	outline: none;
	font-size: 16px;
	-moz-appearance: textfield;
}

.custom-number-input input::-webkit-outer-spin-button,
.custom-number-input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.custom-number-input button {
	background: #f5f5f500;
	border: none;
	padding: 6px 12px;
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	transition: background 0.2s;
}

.custom-number-input button:hover {
	background: #ddd;
}






/* ======== CONTENEDOR PRINCIPAL ======== */
/* ======== SIDEBAR ======== */
.woocommerce-MyAccount-navigation {
  width: 260px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Items del menú */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Hover */
.woocommerce-MyAccount-navigation li a:hover {
  background: #f7f7f7;
  color: #000;
}

/* Activo */
.woocommerce-MyAccount-navigation li.is-active a {
  background: #000;
  color: #fff;
  font-weight: 600;
}

/* ======== ICONOS OPCIONALES ======== */
/* Si usas Font Awesome, puedes añadir contenido así: */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f015"; /* icono FA: home */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f07a"; /* icono FA: shopping-cart */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f019"; /* icono FA: download */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f3c5"; /* icono FA: map-marker-alt */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; /* icono FA: credit-card */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f2bd"; /* icono FA: user */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; /* icono FA: sign-out */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Espaciado para los íconos */
.woocommerce-MyAccount-navigation li a::before {
  margin-right: 10px;
}

/* ======== CONTENIDO ======== */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  font-size: 15px;
  color: #333;
}

/* Encabezados */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

/* Links internos */
.woocommerce-MyAccount-content a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.woocommerce-MyAccount-content a:hover {
  color: #555;
}

.woocommerce-MyAccount-navigation ul{
	list-style: none!important;
	padding: 0px !important
}