Blog
Piory Store Styles
/* ====== PIORY STORE GLOBAL STYLES ====== */
@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap’);
/* Base typography */
body, .woocommerce { font-family: ‘Inter’, system-ui, sans-serif !important; }
/* Product cards */
.woocommerce ul.products li.product {
border: 1px solid #eee !important;
border-radius: 12px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
background: #fff !important;
padding-bottom: 15px !important;
}
.woocommerce ul.products li.product:hover {
box-shadow: 0 8px 30px rgba(0,0,0,0.1) !important;
transform: translateY(-4px) !important;
}
.woocommerce ul.products li.product a img {
border-radius: 12px 12px 0 0 !important;
margin-bottom: 10px !important;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
font-size: 15px !important;
font-weight: 700 !important;
padding: 0 15px !important;
color: #1a1a2e !important;
}
.woocommerce ul.products li.product .price {
font-size: 20px !important;
font-weight: 800 !important;
color: #0088cc !important;
padding: 5px 15px !important;
}
.woocommerce ul.products li.product .price del {
color: #aaa !important;
font-size: 14px !important;
}
.woocommerce ul.products li.product .price ins {
text-decoration: none !important;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
background: #0088cc !important;
color: #fff !important;
border-radius: 8px !important;
font-weight: 700 !important;
padding: 10px 20px !important;
margin: 8px 15px !important;
text-transform: none !important;
font-size: 13px !important;
transition: background 0.3s !important;
}
.woocommerce ul.products li.product .button:hover {
background: #006da3 !important;
}
.woocommerce ul.products li.product .onsale {
background: #ff4757 !important;
color: #fff !important;
border-radius: 20px !important;
font-weight: 700 !important;
padding: 4px 12px !important;
min-height: auto !important;
line-height: 1.5 !important;
}
/* Page title */
.woocommerce-products-header h1,
.woocommerce-products-header__title {
font-size: 32px !important;
font-weight: 800 !important;
color: #0a1628 !important;
text-align: center !important;
margin-bottom: 30px !important;
}
/* Star ratings */
.woocommerce .star-rating {
color: #ffc107 !important;
margin: 5px 15px !important;
}
/* Result count & ordering */
.woocommerce-result-count,
.woocommerce-ordering select {
font-family: ‘Inter’, sans-serif !important;
}