botiga

/* =========================
OUR TOP PICKS HEADING
========================= */

.our-top-picks{
text-align:center;
margin-bottom:50px;
}

.our-top-picks span{
display:inline-block;
color:#4CAF50;
font-size:14px;
font-weight:600;
letter-spacing:2px;
text-transform:uppercase;
margin-bottom:10px;
}

.our-top-picks h2{
font-size:52px;
color:#183A1D;
font-weight:700;
margin:10px 0 15px;
}

.our-top-picks p{
max-width:700px;
margin:auto;
color:#666;
line-height:1.8;
}

/* =========================
PRODUCT GRID
========================= */

.woocommerce ul.products{
display:grid !important;
grid-template-columns:repeat(4,1fr);
gap:30px;
margin-top:40px !important;
}

/* =========================
PRODUCT CARD
========================= */

.woocommerce ul.products li.product{
background:#fff;
border-radius:24px;
overflow:hidden;
border:none !important;
box-shadow:0 8px 30px rgba(0,0,0,.06);
transition:all .4s ease;
padding-bottom:20px !important;
position:relative;
}

.woocommerce ul.products li.product:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(76,175,80,.18);
}

/* TOP BORDER EFFECT */

.woocommerce ul.products li.product:before{
content:”;
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#4CAF50,#7BC67E);
transform:scaleX(0);
transition:.4s;
}

.woocommerce ul.products li.product:hover:before{
transform:scaleX(1);
}

/* =========================
PRODUCT IMAGE
========================= */

.woocommerce ul.products li.product img{
width:100% !important;
aspect-ratio:1/1 !important;
object-fit:cover !important;
margin:0 !important;
transition:.5s;
background:#f5f5f5;
}

.woocommerce ul.products li.product:hover img{
transform:scale(1.08);
}

/* =========================
PRODUCT TITLE
========================= */

.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-size:18px !important;
font-weight:600 !important;
color:#183A1D;
padding:18px 18px 8px;
min-height:70px;
line-height:1.4;
}

/* =========================
PRICE
========================= */

.woocommerce ul.products li.product .price{
color:#4CAF50 !important;
font-size:22px !important;
font-weight:700 !important;
margin-bottom:15px !important;
}

/* =========================
STAR RATING
========================= */

.woocommerce ul.products li.product .star-rating{
margin:0 auto 15px !important;
color:#ffb400;
}

/* =========================
BUTTON
========================= */

.woocommerce ul.products li.product .button{
width:calc(100% – 30px);
margin:0 15px !important;
border-radius:50px !important;
background:linear-gradient(135deg,#4CAF50,#2E7D32) !important;
color:#fff !important;
padding:14px 18px !important;
font-weight:600;
border:none !important;
transition:.3s;
}

.woocommerce ul.products li.product .button:hover{
transform:translateY(-3px);
box-shadow:0 10px 25px rgba(76,175,80,.3);
}

/* =========================
SALE BADGE
========================= */

.woocommerce span.onsale{
background:#4CAF50 !important;
border-radius:50px !important;
padding:8px 15px !important;
min-height:auto !important;
min-width:auto !important;
line-height:1.2 !important;
top:15px !important;
left:15px !important;
}

/* =========================
MOBILE
========================= */

@media(max-width:1024px){

.woocommerce ul.products{
grid-template-columns:repeat(2,1fr) !important;
gap:20px;
}

}

@media(max-width:767px){

.our-top-picks h2{
font-size:34px;
}

.our-top-picks p{
font-size:14px;
}

.woocommerce ul.products{
grid-template-columns:repeat(2,1fr) !important;
gap:15px;
}

.woocommerce ul.products li.product{
border-radius:18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-size:14px !important;
min-height:55px;
padding:12px 12px 6px;
}

.woocommerce ul.products li.product .price{
font-size:16px !important;
}

.woocommerce ul.products li.product .button{
font-size:12px;
padding:10px 12px !important;
width:calc(100% – 20px);
margin:0 10px !important;
}

}

Showing all 8 results