.archive.tax-product_cat .ct-inner-content {
    width: 100%;
    max-width: 1220px;
    margin: auto;
}

.bg-zoom{
    background-size: 110% !important;
    background-position: center !important;
    transition: all 3s ease-out;
}

.bg-zoom:hover,
.bg-zoom:focus {
     background-size: 150% !important;
    background-position: center !important;
    transition:  background-size 15s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}


/* home produc view */

a.whatsapp-btn-oxygen {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #000;
    padding: 10px 15px;
    border-radius: 12px;
    margin-top: 25px;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product{
    width: 100% !important;
}

a.whatsapp-btn-oxygen:hover{
    color: #fff;
    background:#373535;
}

#home-product-section a.added_to_cart.wc-forward {
    display: none !important;
}

.single-product ul.products li.product,
#home-product-section ul.products li.product{
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.single-product ul.products li.product:after,
#home-product-section ul.products li.product:after{
	content:"";
	counter-reset: none;
	position: absolute;
	top:20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc( 100% - 40px);
	background-color: #fff;
	border-radius: 8px;
}

.single-product ul.products li.product .woocommerce-loop-product__title,
.single-product ul.products li.product a.woocommerce-loop-product__link,
#home-product-section ul.products li.product .woocommerce-loop-product__title,
#home-product-section ul.products li.product a.woocommerce-loop-product__link {
	z-index: 2;
	overflow: hidden;
	border-radius: 8px;
}

.woocommerce .widget_shopping_cart .buttons a.checkout.wc-forward, .woocommerce button[type=submit], .woocommerce button[name=woocommerce-form-login__submit], .woocommerce button[name=save_account_details], .woocommerce button[name=save_address], .woocommerce .oxy-woo-element div.product form.cart button.button.alt, .woocommerce .oxy-product-cart-button button.button.alt, .woocommerce div.product form.cart .button{
	border:0px solid transparent !important;
}

.single-product a.button,
#home-product-section a.button {
	z-index: 2;
	border-radius: 0px 0px 8px 8px !important;
}
/* Store */

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	line-height: 1.2rem;
    text-align: center;
	color: #333 !important;

}

.woocommerce ul.products li.product .price{
	text-align: center;
	font-size: 1rem;
}
/* Mini Cart */

	.simple-mini-cart .cart-link {
        position: relative;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        padding: 8px;
    }
    
    .simple-mini-cart .cart-badge {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff6b6b;
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        font-weight: bold;
    }

	.woocommerce-shop #inner_content-7-109{
		max-width: 1120px;
		margin: auto;
	}


  .oxygen-mini-cart {
        position: relative;
        display: inline-block;
    }
    
    .mini-cart-trigger {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        padding: 10px;
        border-radius: 6px;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .mini-cart-trigger:hover {
        background-color: rgba(0,0,0,0.1);
    }
    
    .cart-icon {
        width: 24px;
        height: 24px;
    }
    
    .cart-count {
        position: absolute;
        top: -8px;
        right: -8px;
        background: #ff6b6b;
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: bold;
    }
    
    .cart-total {
        font-weight: 600;
        font-size: 14px;
    }
    
    .mini-cart-dropdown {
        position: absolute;
        top: 100%;
        right: 0;
        width: 350px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 1000;
        border: 1px solid #eee;
    }
    
    .mini-cart-dropdown.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .mini-cart-content {
        padding: 20px;
        max-height: 400px;
        overflow-y: auto;
    }
    
    .cart-item {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
    
    .cart-item:last-child {
        border-bottom: none;
    }
    
    .item-image img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }
    
    .item-details {
        flex: 1;
    }
    
    .item-name {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .item-price {
        color: #666;
        font-size: 13px;
    }
    
    .remove-item {
        background: #ff6b6b;
        color: white;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
    }
    
    .remove-item:hover {
        background: #ff5252;
    }
    
    .cart-footer {
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 15px;
    }
    
    .cart-total-footer {
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    .cart-buttons {
        display: flex;
        gap: 10px;
    }

    .wc-block-components-button:not(.is-link),
    .btn-cart, .btn-checkout {
        flex: 1;
        padding: 12px;
        text-align: center;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
	
    .btn-cart {
        background: #f8f9fa;
        color: #333;
        border: 1px solid #ddd;
    }
    
	.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
		align-items: center;
		display: flex;
		justify-content: space-between;
		gap: 15px;
	}

	.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
		height: auto;
		padding: 1em;
		width: 50%;
		border: 0px;
	}

    .wc-block-components-button:not(.is-link),
    .btn-checkout {
        background: #5C5C5C;
        color: white;
    }
    
	.wc-block-components-button:not(.is-link):hover,
	.btn-cart:hover,
    .btn-checkout:hover {
        background: #D2CC05;
		color: #333;
    }
    
    .empty-cart {
        text-align: center;
        padding: 40px 20px;
    }
    
    .empty-cart p {
        margin-bottom: 15px;
        color: #666;
    }
    
    .empty-cart a {
        color: #73736E;
        text-decoration: none;
        font-weight: 600;
    }
    
    /* Responsive */


   .oxy-product-images {
	        position: sticky !important;
		    width: 100%;
		        top: 0;
		}
 .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	        opacity: 1 !important;
	}
	@media (max-width: 1200px ){

		.bg-zoom{
			background-size: 120% !important;
			background-position: center !important;
			transition: all 3s ease-out;
		}

		.bg-zoom:hover,
		.bg-zoom:focus {
			background-size: 150% !important;
		}

	}

	@media (max-width: 1000px ){

		.bg-zoom{
			background-size: cover !important;
			background-position: center !important;
			transition: all 3s ease-out;
		}

		.bg-zoom:hover,
		.bg-zoom:focus {
			background-size: cover !important;
		}

	}
	@media (max-width: 992px ){
		#_header_row-3-81 .oxy-header-container{
			flex-direction: row !important;
			justify-content: space-between;
		}
		.oxy-header-center{
			display: none !important;
		}

	}

    @media (max-width: 768px) {
		.yoahaircare-wc-archive .ct-inner-content 
		{
			padding: 15px !important;
		}
		.yoahaircare-wc-archive ul.products{
			display: flex;
			flex-wrap: wrap;
			margin: 0 0 1em !important;
			justify-content: center;
		}

        .mini-cart-dropdown {
            width: 300px;
            right: -20px;
        }
        
        .cart-buttons {
            flex-direction: column;
        }

		#_header_row-3-81 .oxy-header-container {
			flex-direction: row;
			display: flex;
			width: 100%;
			margin: auto;
		}

		.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product
		{
			width: 100% !important;
		}
    }


li.product.type-product.status-publish.instock.has-post-thumbnail:nth-child(odd)
{
    display: flex;
    width: 100% !important;
    margin-bottom: 50px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
     gap: 15px;
    flex-wrap: wrap;
}
    /*swiper slider */


li.product.type-product.status-publish.instock.has-post-thumbnail{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100% !important;
    margin-bottom: 50px;
    gap: 15px;
    flex-wrap: wrap;
}
 
.container-item {
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    justify-content: center;
    width: 45%;
    flex-direction: column;
         animation: fadeInRight;
         animation-duration: 0.5s;
}

.item-cast {
    width: 50%;
     animation: fadeInLeft;
     animation-duration: 0.5s;
}

li.product.type-product.status-publish.instock.has-post-thumbnail:nth-child(odd) .item-cast{
             animation: fadeInRight;
         animation-duration: 0.5s;
}
li.product.type-product.status-publish.instock.has-post-thumbnail:nth-child(odd) .container-item{
     animation: fadeInLeft;
     animation-duration: 0.5s;
}

.item-cast img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100%;
}



 .loop-whatsapp-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: #005C2C;
            color: #fff !important;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            width: 100%;
            justify-content: center;
            margin-top: 10px;
            max-width: 40%;
        }
        
        .loop-whatsapp-button:hover {
            background: #128C7E;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
        }
        
        .loop-whatsapp-button svg {
            width: 18px;
            height: 18px;
        }
 /* ============================================
           ESTILOS DEL SLIDER DE CATEGORÍAS
           ============================================ */
        /* Contenedor principal - IMPORTANTE */
.category-mb-hero,
.category-hero{

    height: auto;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    background-size: cover !important;
    display: flex;
    padding: 300px 15px;
    justify-content: center;
    align-items: center;

}
.category-mb-hero{
    display: none;

}
.category-mb-hero h1,
.category-hero h1 {
    padding: 10px 40px;
    backdrop-filter: blur(5px);
    background: #12121242;
    color: #fff;
    border-radius: 50px;
    overflow: hidden;
    border: solid 0.1px;
}

/*.category-hero:after,.category-hero:before{
    content:"";
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0px;
    background: #fff;
}
.category-hero:before{
    background: #ffffff;
    background: linear-gradient(90deg, rgb(255 255 255 / 99%) 51%, rgb(255 255 255 / 71%) 56%, rgba(255, 255, 255, 0) 68%);
    left: 0px;
    width: 40% ;
}
.category-hero:after{
        background: #ffffff;
    background: linear-gradient(-90deg, rgb(255 255 255 / 99%) 51%, rgb(255 255 255 / 71%) 56%, rgba(255, 255, 255, 0) 68%);
    right: 0px;
    width: 40% ;
}
*/
.category-container {
    display: flex;
    max-width: 1300px;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 60px;
}

.category-list {
    max-width: 23.36%;
    width: 100%;
    height: 390px;
}

.product-size {
    font-size: 22px;
    display: flex;
    gap: 5px;
    font-weight: 700;
}

.product-size:before{
    content: "Tamaños:";
}

.product-size span:after{
    content: ",";
}
.product-size span:nth-last-child(1):after {
     content: "";
}

.archive .ct-inner-content {
    width: 100%;
    padding: 0px 15px;
}
        /* Tarjetas de categoría */
        .category-card {
            background: #fff;
            background-size: cover;
            background-position: center;
            border-radius: 6px;
            padding: 30px 20px;
            text-align: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: pointer;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content:flex-end;
            position: relative;
            overflow: hidden;
            min-height: 310px;
            width: 100%;
            margin-top: 30px;
        }

        .category-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        /* Icono de categoría */

        .category-card:hover .category-icon {
            transform: scale(1.1) rotate(5deg);
        }

      

        /* Contador de productos */

        /* Botón de categoría */
        .category-button {
            display: inline-block;
            padding: 12px 30px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: #fff;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
        }

        .category-button:hover {
            color:#fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
            background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
        }


        .category-title {
            text-align: center;
            width: 100%;
            line-height: 1.2em;
        }
            
        .tax-product_cat .category-list {
              
                height: 190px;
            }
        .tax-product_cat .category-card{
                min-height: 180px;
            }

        .category-card.variant-blur .category-button 
        {
            background: linear-gradient(135deg, #0a0c1654 0%, #ffffff0a 100%);
            box-shadow: 0 4px 15px rgb(19 19 19 / 40%);
            backdrop-filter: blur(9px);
        }

@media (max-width: 600px){
    .category-mb-hero,
    .category-hero{

        height: auto;
        width: 100%;
        background-repeat: no-repeat !important;
        background-position: center !important;
        position: relative;
        background-size: cover !important;
        display: flex;
        padding: 150px 15px;
        justify-content: center;
        align-items: center;

    }
    .category-hero{ display: none; }

    .container-item {
    display: flex;
    flex-wrap: wrap;
        align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.category-mb-hero h1, .category-hero h1{
    font-size: 22px !important;
}

.item-cast {
    width: 100%;
    max-width: 100% !important;
}

     .loop-whatsapp-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: #25D366;
            color: #fff !important;
            text-decoration: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 14px;
            transition: all 0.3s ease;
            width: 100%;
            justify-content: center;
            margin-top: 10px;
            max-width: 100%;
        }

            .category-card.variant-blur .category-button {
                background: linear-gradient(135deg, #0a0c1654 0%, #ffffff0a 100%);
                box-shadow: 0 4px 15px rgb(19 19 19 / 40%);
                backdrop-filter: blur(9px);
                max-width: 60%;
                width: 100%;
                margin: auto;
                padding: 15px 8px;
            }
            .category-list {
                max-width: 100%;
                width: 100%;
                height: 260px;
            }
            .category-card{
                min-height: 240px;
            }
            .category-title {
                width: 100%;
            }
            .category-title h3{
                text-align: center;
            }
        }


    .slider-swiper-container{
      position: relative;
      height: 100%;
      margin-bottom: 40px;
    }

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

    .swiper-slide {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 235px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-wrapper{
        gap:10px !important;
    }
    .swiper-wrapper:not(.ct-section):not(.oxy-easy-posts), .swiper-wrapper.oxy-easy-posts .oxy-posts, .swiper-wrapper.ct-section .ct-section-inner-wrap{
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start !important;
        gap:20px;

    }

    .woocommerce ul.products li.product a img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 0 1em;
        box-shadow: none;
        border-radius: 8px;
    }

    .swiper-button-prev,
    .swiper-button-next {
    background: #fff;
    border-radius: 100%;
    padding: 10px;
    color: #000;
}