body.bgc-enabled .bgc-product-grid,
body.bgc-enabled .woocommerce ul.products,
body.bgc-enabled.single-product .bgc-v3-related ul.products,
body.bgc-enabled.single-product section.related.products ul.products{
display:grid!important;
grid-template-columns:repeat(4,minmax(0,1fr))!important;
gap:18px!important;
align-items:stretch!important;
width:100%!important;
margin-left:0!important;
margin-right:0!important;
padding:0!important;
}
body.bgc-enabled .woocommerce ul.products:before,
body.bgc-enabled .woocommerce ul.products:after{display:none!important;content:none!important}
body.bgc-enabled .bgc-product-card,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card{
position:relative!important;
display:flex!important;
flex-direction:column!important;
min-width:0!important;
width:auto!important;
max-width:none!important;
height:100%!important;
float:none!important;
margin:0!important;
padding:0!important;
overflow:hidden!important;
border:1px solid #eaded4!important;
border-radius:15px!important;
background:#fffdf9!important;
box-shadow:0 8px 24px rgba(62,34,21,.045)!important;
transform:none!important;
}
body.bgc-enabled .bgc-product-card__media{
position:relative!important;
width:100%!important;
aspect-ratio:4/5!important;
overflow:hidden!important;
background:#eee4dc!important;
}
body.bgc-enabled .bgc-product-card__image{
display:block!important;
width:100%!important;
height:100%!important;
margin:0!important;
}
body.bgc-enabled .bgc-product-card__image img,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card .bgc-product-card__image img{
display:block!important;
width:100%!important;
height:100%!important;
max-width:none!important;
margin:0!important;
padding:0!important;
aspect-ratio:auto!important;
object-fit:cover!important;
object-position:center top!important;
border:0!important;
}
body.bgc-enabled .bgc-product-card__badge{
position:absolute!important;
top:11px!important;
left:11px!important;
z-index:3!important;
display:inline-flex!important;
align-items:center!important;
min-height:25px!important;
padding:0 9px!important;
border-radius:7px!important;
background:#b66d46!important;
color:#fff!important;
font:700 8px/1 var(--bg-sans,Manrope,sans-serif)!important;
letter-spacing:.055em!important;
}
body.bgc-enabled .bgc-product-card__heart{
position:absolute!important;
top:10px!important;
right:10px!important;
z-index:3!important;
display:grid!important;
place-items:center!important;
width:36px!important;
height:36px!important;
padding:0!important;
border:1px solid #eadbcf!important;
border-radius:50%!important;
background:rgba(255,253,249,.96)!important;
color:#542d1d!important;
box-shadow:0 4px 12px rgba(62,34,21,.04)!important;
}
body.bgc-enabled .bgc-product-card__heart svg{width:18px!important;height:18px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.45!important}
body.bgc-enabled .bgc-product-card__heart.is-active{background:#4a2516!important;color:#fff!important}
body.bgc-enabled .bgc-product-card__body{
display:flex!important;
flex:1 1 auto!important;
flex-direction:column!important;
min-width:0!important;
padding:14px 14px 15px!important;
background:#fffdf9!important;
}
body.bgc-enabled .bgc-product-card__category{
display:block!important;
margin:0 0 7px!important;
color:#aa6947!important;
font:700 8px/1.1 var(--bg-sans,Manrope,sans-serif)!important;
letter-spacing:.08em!important;
text-transform:uppercase!important;
}
body.bgc-enabled .bgc-product-card__title{display:block!important;margin:0!important;color:#2b1810!important;text-decoration:none!important}
body.bgc-enabled .bgc-product-card__title h2,
body.bgc-enabled .bgc-product-card__title h3,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card .bgc-product-card__title h2{
display:-webkit-box!important;
-webkit-box-orient:vertical!important;
-webkit-line-clamp:2!important;
overflow:hidden!important;
min-height:43px!important;
margin:0!important;
padding:0!important;
color:#2b1810!important;
font:600 20px/1.05 var(--bg-serif,"Cormorant Garamond",serif)!important;
letter-spacing:-.014em!important;
text-transform:none!important;
}
body.bgc-enabled .bgc-product-card__bottom{
display:grid!important;
grid-template-columns:minmax(0,1fr) auto!important;
align-items:end!important;
gap:10px!important;
margin-top:auto!important;
padding-top:12px!important;
}
body.bgc-enabled .bgc-product-card .price{
display:block!important;
min-width:0!important;
margin:0!important;
padding:0!important;
color:#31190f!important;
font:700 13px/1.18 var(--bg-sans,Manrope,sans-serif)!important;
white-space:normal!important;
}
body.bgc-enabled .bgc-product-card .price del{
display:block!important;
margin:0 0 3px!important;
color:#9b8b82!important;
opacity:.8!important;
font-size:10px!important;
font-weight:500!important;
}
body.bgc-enabled .bgc-product-card .price ins{color:#a05f3e!important;text-decoration:none!important}
body.bgc-enabled .bgc-product-card .bgc-mini-add,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card .bgc-mini-add{
display:inline-flex!important;
align-items:center!important;
justify-content:center!important;
justify-self:end!important;
width:auto!important;
min-width:86px!important;
max-width:none!important;
height:36px!important;
min-height:36px!important;
margin:0!important;
padding:0 13px!important;
border:1px solid #dec5b0!important;
border-radius:9px!important;
background:#f1e2d5!important;
color:#4a2516!important;
box-shadow:none!important;
font:700 8px/1 var(--bg-sans,Manrope,sans-serif)!important;
letter-spacing:.04em!important;
text-transform:uppercase!important;
white-space:nowrap!important;
}
body.bgc-enabled .bgc-product-card .bgc-mini-add:hover{background:#4a2516!important;border-color:#4a2516!important;color:#fff!important}
body.bgc-enabled .bgc-product-card .added_to_cart{grid-column:1/-1!important;margin:5px 0 0!important;text-align:right!important;font:700 8px/1.2 var(--bg-sans,Manrope,sans-serif)!important;color:#9c5e3e!important}
@media(max-width:900px){
body.bgc-enabled .bgc-product-grid,
body.bgc-enabled .woocommerce ul.products,
body.bgc-enabled.single-product .bgc-v3-related ul.products,
body.bgc-enabled.single-product section.related.products ul.products{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:12px!important;
}
}
@media(max-width:620px){
body.bgc-enabled .bgc-product-grid,
body.bgc-enabled .woocommerce ul.products,
body.bgc-enabled.single-product .bgc-v3-related ul.products,
body.bgc-enabled.single-product section.related.products ul.products{
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:10px!important;
}
body.bgc-enabled .bgc-product-card,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card{
border-radius:13px!important;
box-shadow:0 7px 18px rgba(62,34,21,.04)!important;
}
body.bgc-enabled .bgc-product-card__media{aspect-ratio:1/1.22!important}
body.bgc-enabled .bgc-product-card__badge{top:8px!important;left:8px!important;min-height:22px!important;padding:0 7px!important;font-size:6.8px!important}
body.bgc-enabled .bgc-product-card__heart{top:8px!important;right:8px!important;width:32px!important;height:32px!important}
body.bgc-enabled .bgc-product-card__heart svg{width:16px!important;height:16px!important}
body.bgc-enabled .bgc-product-card__body{padding:10px 10px 11px!important}
body.bgc-enabled .bgc-product-card__category{margin-bottom:6px!important;font-size:6.7px!important}
body.bgc-enabled .bgc-product-card__title h2,
body.bgc-enabled .bgc-product-card__title h3,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card .bgc-product-card__title h2{
min-height:35px!important;
font-size:16px!important;
line-height:1.07!important;
}
body.bgc-enabled .bgc-product-card__bottom{gap:6px!important;padding-top:9px!important}
body.bgc-enabled .bgc-product-card .price{font-size:11px!important;line-height:1.12!important}
body.bgc-enabled .bgc-product-card .price del{margin-bottom:2px!important;font-size:8.8px!important}
body.bgc-enabled .bgc-product-card .bgc-mini-add,
body.bgc-enabled .woocommerce ul.products li.product.bgc-product-card .bgc-mini-add{
min-width:70px!important;
height:32px!important;
min-height:32px!important;
padding:0 8px!important;
border-radius:8px!important;
font-size:6.6px!important;
}
}