@media (max-width: 767px) { .woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 14px !important; line-height: 1.2 !important; margin-bottom: 5px !important; word-wrap: break-word; } .woocommerce ul.products li.product .price {
font-size: 14px !important; margin-top: 8px !important; display: block !important; clear: both !important; } .woocommerce ul.products li.product .button {
font-size: 12px !important; padding: 6px 10px !important; margin-top: 10px !important;  position: relative !important; 
bottom: auto !important;
left: auto !important;
transform: none !important;
width: 100% !important; display: block !important; } .woocommerce ul.products li.product .kadence-product-content-wrap {
padding: 10px !important; min-height: 0 !important; }  }  .woocommerce ul.products li.product {
border: 2px solid #e5e5e5; border-radius: 15px; overflow: hidden; background-color: #ffffff; padding-bottom: 10px; transition: all 0.3s ease; } .woocommerce ul.products li.product:hover {
border-color: var(--global-palette1); box-shadow: 0 10px 20px rgba(0,0,0,0.08); transform: translateY(-5px); } .woocommerce ul.products li.product .kadence-product-content-wrap {
padding: 10px 15px; } .woocommerce ul.products li.product .entry-content-wrap {
background-color: #ffffff;
border: 1px solid transparent; border-radius: 10px;
padding: 15px;
margin-top: 10px;
position: relative; 
z-index: 20;
transition: all 0.3s ease; overflow: visible !important; 
} .woocommerce ul.products li.product:hover .entry-content-wrap {   box-shadow: 0 10px 25px rgba(0,0,0,0.1);
transform: translateY(-5px);  } .product-action-wrap{
padding: 0px !important;
margin: 0px;
}
.woocommerce ul.products li.product .product-action-wrap a.button {
width: 100% !important; display: block !important; text-align: center; box-sizing: border-box; margin-left: 0;
margin-right: 0; white-space: nowrap; 
text-overflow: ellipsis;
} .woocommerce ul.products li.product .kadence-product-add-to-cart,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .button { position: relative; 
z-index: 30;
margin-top: 10px; }   .product-image-slider {
position: relative;
overflow: hidden; } .slider-img {
display: none; width: 100%;
transition: opacity 0.3s ease; } .slider-img.active {
display: block;
animation: fadeIn 0.4s;
} .profe3d-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.9);
color: #333;
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
cursor: pointer; font-weight: bold;
z-index: 100; opacity: 0;
transition: all 0.2s ease;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
} .product-image-slider .profe3d-nav {
pointer-events: auto; 
}
.profe3d-nav:hover {
background: var(--global-palette1); color: white;
}
.profe3d-nav.prev { left: 10px; }
.profe3d-nav.next { right: 10px; } .product-image-slider:hover .profe3d-nav {
opacity: 1;
} @keyframes fadeIn {
from { opacity: 0.5; }
to { opacity: 1; }
}   .slider-dots {
position: absolute;
bottom: 10px; left: 0;
width: 100%;
text-align: center;
z-index: 30; line-height: 0; pointer-events: none; } .slider-dot {
display: inline-block;
width: 8px;
height: 8px;
background-color: rgba(255, 255, 255, 0.5); border-radius: 50%;
margin: 0 4px;
cursor: pointer;
transition: all 0.3s ease;
pointer-events: auto; box-shadow: 0 1px 2px rgba(0,0,0,0.3); } .slider-dot.active { background-color: var(--global-palette1); 
transform: scale(1.3); }   .profe3d-categorias-top {
margin-bottom: 40px;
}
.profe3d-cat-title {
font-size: 1.5rem;
margin-bottom: 20px;
border-bottom: 2px solid var(--global-palette5); display: inline-block;
} .profe3d-separator {
width: 100%;
margin-top: 50px;
margin-bottom: 30px;
padding-top: 30px;
border-top: 1px solid #e0e0e0; text-align: center;
clear: both; }
.profe3d-separator h2 {
font-size: 1.8rem;
color: #333;
}   .related.products .product .woocommerce-loop-product__title,
.related.products .product .price {
padding-left: 15px !important;
padding-right: 15px !important;
} .related.products .product .woocommerce-loop-product__title {
padding-top: 10px;
}    .profe3d-categorias-top ul.products li.product-category {
background: transparent !important;
border: none !important;
box-shadow: none !important;
padding: 8px !important;
} .profe3d-categorias-top ul.products li.product-category a {
background-color: #ffffff !important;
border: 1px solid #e0e0e0 !important;
border-radius: 50px !important; min-height: 65px !important; padding: 0 20px !important;  display: flex !important;
justify-content: center; align-items: center; text-align: center;  box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
transform: translateY(0);
} .profe3d-categorias-top ul.products li.product-category a * {
background-color: transparent !important; 
background: transparent !important;
border: none !important;
box-shadow: none !important;
margin: 0 !important; 
padding: 0 !important;
} .profe3d-categorias-top .woocommerce-loop-category__title {
font-size: 1rem !important;   
font-weight: 600 !important;     
color: #444 !important;          
line-height: 1.2 !important; width: 100% !important; } .profe3d-categorias-top ul.products li.product-category a:hover {
background-color: var(--global-palette1) !important; border-color: var(--global-palette1) !important;
transform: translateY(-3px) !important; 
box-shadow: 0 8px 15px rgba(0,0,0,0.1) !important;
}
.profe3d-categorias-top ul.products li.product-category a:hover .woocommerce-loop-category__title {
color: #ffffff !important;
} .profe3d-categorias-top .product-category img,
.profe3d-categorias-top .count,
.profe3d-categorias-top .kadence-product-cat-image-wrap {
display: none !important;
}   ul.variable-items-wrapper[data-attribute_name="attribute_pack"] .variable-item { width: auto !important; height: auto !important; min-width: 40px !important;  border-radius: 4px !important; padding: 8px 16px !important;  text-indent: 0 !important;
display: inline-block !important;
margin: 0 5px 5px 0 !important; } ul.variable-items-wrapper[data-attribute_name="attribute_pack"] .variable-item span {
position: relative !important;
top: auto !important;
left: auto !important;
transform: none !important;
font-size: 14px !important; line-height: normal !important;
}  ul.variable-items-wrapper[data-attribute_name="attribute_pack"] .variable-item span {
border-radius: 0 !important; box-shadow: none !important; background: transparent !important;  position: relative !important;
width: auto !important;
height: auto !important;
top: 0 !important;
left: 0 !important;
transform: none !important;
margin: 0 !important;
overflow: visible !important; } ul.variable-items-wrapper[data-attribute_name="attribute_pack"] .variable-item::before,
ul.variable-items-wrapper[data-attribute_name="attribute_pack"] .variable-item::after {
display: none !important; }   .breadcrumbs, 
.kadence-breadcrumbs, 
.woocommerce-breadcrumb, 
.rank-math-breadcrumb {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 5px !important;
padding: 15px 0 !important;
margin: 0 !important;
background: transparent !important;
font-size: 0 !important; 
line-height: 0 !important;
} .breadcrumbs a, 
.kadence-breadcrumbs a, 
.woocommerce-breadcrumb a {
font-size: 0.85rem !important;
line-height: 1.5 !important; background-color: rgba(0, 0, 0, 0.05) !important; 
border: 1px solid rgba(0,0,0,0.1) !important; color: var(--global-palette1) !important;
padding: 5px 14px !important;
border-radius: 50px !important; text-decoration: none !important;
position: relative !important;
margin-right: 20px !important; display: inline-flex !important;
align-items: center !important;
transition: all 0.3s ease !important; overflow: visible !important;
} .breadcrumbs a::after, 
.kadence-breadcrumbs a::after, 
.woocommerce-breadcrumb a::after {
content: "›" !important; 
font-size: 22px !important; 
color: var(--global-palette1) !important;
opacity: 0.8 !important;
position: absolute !important;
right: -18px !important; top: 50% !important;           
transform: translateY(-50%) !important; 
line-height: 1 !important;     
padding-bottom: 2px !important; 
pointer-events: none;
border: none !important;
display: block !important; 
} .breadcrumbs a:hover, 
.kadence-breadcrumbs a:hover, 
.woocommerce-breadcrumb a:hover {
background-color: var(--global-palette1) !important; color: #fff !important; border-color: var(--global-palette1) !important;
transform: translateY(-2px); } .breadcrumbs span,
.woocommerce-breadcrumb span:last-child {
font-size: 0.85rem !important;
line-height: 1.5 !important;
color: var(--global-palette1) !important;
font-weight: 700 !important; } .woocommerce-breadcrumb::after, .separator { display: none !important; } @media (max-width: 768px) {
.breadcrumbs, 
.kadence-breadcrumbs, 
.woocommerce-breadcrumb, 
.rank-math-breadcrumb {
flex-wrap: nowrap !important;
overflow-x: auto !important;
justify-content: flex-start !important;
white-space: nowrap !important;
padding: 10px 0px !important;
width: 100% !important; -webkit-mask-image: linear-gradient(to right, black 85%, transparent 100%);
mask-image: linear-gradient(to right, black 85%, transparent 100%);
-webkit-overflow-scrolling: touch; 
scrollbar-width: none; 
} .breadcrumbs::-webkit-scrollbar, .woocommerce-breadcrumb::-webkit-scrollbar { display: none; } .breadcrumbs a:first-child, .woocommerce-breadcrumb a:first-child {
margin-left: 20px !important;
} .breadcrumbs span:last-child, .woocommerce-breadcrumb span:last-child {
padding-right: 40px !important;
}
}