li.product,
.wc-block-product {
width: 100%;
max-width: 300px;
background: #fff;
border-radius: 8px;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: 0 4px 10px rgba(0,0,0,0.28);
transition:
transform 0.3s ease,
box-shadow 0.3s ease;
} ul.products {
display: flex;
flex-wrap: wrap;
justify-content: center !important;
margin: 0 auto !important;
} .wc-block-grid__products,
.wc-block-product-grid {
justify-items: center;
column-gap: 40px;
row-gap: 40px;
} .wc-block-product-template.is-flex-container {
justify-content: center !important;
} .wc-block-product-template.is-flex-container > li.wc-block-product {
flex-grow: 0;
} ul.wc-block-product-template.is-layout-flow.wp-block-woocommerce-product-template-is-layout-flow {
justify-items: center !important;
justify-content: center !important; } ul.wc-block-product-template__responsive.is-layout-flow {
justify-items: center !important;
} ul.wc-block-product-template.is-layout-flow > li.wc-block-product {
justify-self: center;
flex-grow: 0;
max-width: 240px; } li.product .review-rating,
li.product .ast-woo-product-category {
display: none !important;
} li.product:hover,
.wc-block-product:hover {
transform: translateY(-6px);
box-shadow: 0 14px 34px rgba(0,0,0,0.55);
} li.product .woocommerce-loop-product__link {
position: relative;
display: block;
overflow: hidden;
} li.product .astra-shop-summary-wrap {
padding: 0 !important;
margin: 0 !important;
display: flex;
flex-direction: column;
gap: 0 !important;
height: 100%;
justify-content: space-between;
} li.product .woocommerce-loop-product__title,
li.product .woocommerce-loop-product__title a,
.wc-block-product .wp-block-post-title,
.wc-block-product .wp-block-post-title a,
.wc-block-components-product-title,
.wc-block-components-product-title a {
font-size: 16px !important;
font-weight: 500 !important;
line-height: 1.3 !important;
text-align: center !important;
color: #24525d !important;
margin: 4px 0 2px !important;
padding: 0 4px !important;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
flex-grow: 1;
}
.wc-block-product-template__responsive {
padding: 0 8px !important;
} li.product .woocommerce-loop-product__title a,
.wc-block-product .wp-block-post-title a {
text-decoration: none !important;
border-bottom: none !important;
} li.product .price,
li.product .price .woocommerce-Price-amount,
.wc-block-components-product-price,
.wc-block-components-product-price .woocommerce-Price-amount {
font-size: 14px !important;
font-weight: 400 !important;
line-height: 1.3 !important;
text-align: center !important;
color: #24525d !important;
margin: 0 0 4px !important;
padding: 0 4px !important;
} li.product .button,
.wp-block-woocommerce-product-button .wp-block-button__link {
margin-top: auto !important;
margin-bottom: 0 !important;
width: 100% !important;
display: block !important;
box-sizing: border-box !important;
border-radius: 0 0 8px 8px;
background: #24525d !important;
color: #fff !important;
text-align: center !important;
font-weight: bold !important;
font-size: 13px !important;
line-height:1rem !important;
padding: 4px !important;
transition: background .3s ease !important;
}
li.product .button:hover,
.wp-block-woocommerce-product-button .wp-block-button__link:hover {
background: #2b0900 !important;
} .wc-block-components-product-image {
margin-bottom: 0 !important;
position: relative;
border-radius: 8px 8px 0 0;
overflow: hidden;
text-align: center;
}
.wc-block-components-product-image img {
width: 100%;
height: auto;
max-width: 100%;
object-fit: contain;
display: block;
transition: transform 0.3s ease;
} .wc-block-product:hover .wc-block-components-product-image img,
li.product:hover img {
transform: scale(1.05);
} .cafecomics-format-badge {
position: absolute;
top: 0;
right: 0;
background: #24525d;
color: #fff;
font-weight: bold;
font-size: 10px;
padding: 0 8px;
border-radius: 0;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
z-index: 10;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
min-height: 16px;
line-height: 1;
} .cafecomics-badge-icon {
font-family: 'Material Symbols Outlined';
font-size: 18px !important;
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
} .cafecomics-badge--fade-in {
opacity: 0;
animation: badgeFadeIn 0.7s ease-out forwards;
}
@keyframes badgeFadeIn {
to { opacity: 1; }
} .cafecomics-tooltip {
position: absolute;
top: 100%;
right: 0;
margin-top: 6px;
padding: 10px 14px;
font-size: 12px;
font-weight: 600;
line-height: 1.35;
text-align: center;
color: #3a2a22;
background: rgba(245, 238, 224, 0.95); backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(30px);
border: 1px solid rgba(120, 90, 70, 0.25);
border-radius: 8px;
box-shadow:
0 6px 16px rgba(0, 0, 0, 0.18);
opacity: 0;
pointer-events: none;
transform: translateY(-4px);
transition:
opacity 0.2s ease,
transform 0.2s ease;
z-index: 50;
min-width: 160px;
}
.cafecomics-tooltip.visible {
opacity: 1;
transform: translateY(0);
}
.cafecomics-tooltip--multiline .cafecomics-tooltip-line {
display: block;
line-height: 1.4;
} .woocommerce-product-gallery__image img {
max-width: 300px;
max-height: 300px;
width: auto;
height: auto;
object-fit: contain;
display: block;
background-color: #c6cdd4;
margin: 0 auto;
}
.woocommerce-product-gallery__wrapper img {
max-width: 400px;
height: auto;
margin: auto auto;
display: block;
}
.site-content {
position: relative;
background-color: #fdf9f6; overflow: hidden;
}
.site-content::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 1;
pointer-events: none;
background: linear-gradient(
to bottom,
rgba(1, 85, 0, 0) 0%,
rgba(255, 255, 255, 0.5) 100%
);
}
.site-content::after {
content: '';
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 0;
pointer-events: none;
background-image: url(https://www.cafecomics.cl/wp-content/uploads/2025/11/background.png);
background-repeat: repeat;
background-size: 250px 250px;
opacity: 1;
}
.site-content > * {
position: relative;
z-index: 2;
} .yith-wcan-filters {
background-color: transparent !important;
} .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
background-color: transparent !important;
background: transparent !important;
border-radius: 10px !important;
} .dgwt-wcas-search-input {
filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.18)) !important;
-webkit-filter: drop-shadow(1px 2px 4px rgba(0, 0, 0, 0.18)) !important;
transition: filter 0.3s ease !important;
}
.dgwt-wcas-search-input:hover,
.dgwt-wcas-search-input:focus {
filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.25)) !important;
-webkit-filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.25)) !important;
}
.wp-block-uagb-container.uagb-block-59c87b6f.wp-block-uagb-container > *:not( .wp-block-uagb-column ):not( .wp-block-uagb-section ):not( .uagb-container__shape ):not( .uagb-container__video-wrap ):not( .uagb-slider-container ):not( .spectra-container-link-overlay ):not(.spectra-image-gallery__control-lightbox):not(.wp-block-uagb-lottie):not(.uagb-container-inner-blocks-wrap) {
width: 100% !important;
}
.is-layout-flex {
gap: 0px;
}
.wc-block-product-filters__open-overlay {
border-radius: 30px;
}
.card-cafecomics {
max-width: 900px;
padding: 50px;
background: #ffffff;
box-shadow: 0 6px 50px rgba(17, 24, 39, 1) !important; 
box-sizing: border-box;
}
.woocommerce-shipping-totals shipping,
.woocommerce-shipping-totals td,
.woocommerce-shipping-totals label,
.woocommerce-shipping-totals li,
.woocommerce-shipping-methods,
.woocommerce-shipping-methods li,
#shipping_method li label {
text-align: left !important;
justify-content: flex-start !important;
}
.livo-icon {
height: 80px !important;
width: auto !important;
transition: transform 0.2s ease, opacity 0.2s ease;
display: inline-block;
}
.livo-icon-link:hover .livo-icon {
transform: scale(1.08);
opacity: 0.85;
}
html, body { max-width: 100% !important; overflow-x: hidden !important; } #menu-item-855,
#menu-item-855 > a.menu-link,
#menu-item-855 > .ast-menu-toggle {
background-color: #5d2f24 !important; color: #ffffff !important; } #menu-item-855 .ast-icon svg path {
fill: #ffffff !important;
} #menu-item-855 .sub-menu,
#menu-item-855 .sub-menu a {
background-color: #5d2f24 !important;
color: #ffffff !important;
} #menu-item-855:hover > a.menu-link,
#menu-item-855:hover,
#menu-item-855 > a.menu-link:hover {
background-color: #4a241b !important; color: #ffffff !important;
} #menu-item-855 .sub-menu a:hover {
background-color: #4a241b !important;
color: #ffffff !important;
} #menu-item-855:hover .ast-icon svg path {
fill: #ffffff !important;
} .show-small {
display: none !important;
} @media (max-width: 768px) {
.show-small {
display: block  !important;
}
} .wp-block-uagb-slider-child {
position: relative;
overflow: hidden;
transition: transform 0.35s ease, box-shadow 0.35s ease;
will-change: transform; box-shadow: 0 6px 0 rgba(0, 0, 0, 0.14);
} .wp-block-uagb-slider-child:hover {
transform: translateY(-6px); box-shadow: 0 12px 0 rgba(36, 36, 36, 1);
} .wp-block-uagb-slider-child::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
z-index: 1;
background: rgba(255, 255, 255, 0.07);
opacity: 0;
transition: opacity 0.35s ease;
}
.wp-block-uagb-slider-child:hover::before {
opacity: 1;
} .wp-block-uagb-slider-child::after {
content: "";
position: absolute;
left: -35%;
bottom: -35%;
width: 200%;
height: 200%;
pointer-events: none;
z-index: 2;
background: radial-gradient(
circle at bottom left,
rgba(255,255,255,0.45) 0%,
rgba(255,255,255,0.30) 18%,
rgba(255,255,255,0.18) 32%,
rgba(255,255,255,0.08) 45%,
transparent 65%
);
border-radius: 3000px;
opacity: 0;
transform: scale(0.2);
filter: blur(80px);
}