/* OZYN PREMIUM ECWID STYLE */
.ec-store {
background: #fbf7ed !important;
color: #3f2f20 !important;
}
/* Luxury product grid spacing */
.ec-store .grid__products,
.ec-store .ec-products,
.ec-store .grid__categories {
gap: 30px !important;
}
/* Product cards */
.ec-store .grid-product__wrap,
.ec-store .grid-product__shadow,
.ec-store .grid-product__wrap-inner {
background: #fffdf8 !important;
border: 1px solid rgba(110, 88, 56, 0.22) !important;
border-radius: 24px !important;
overflow: hidden !important;
box-shadow: 0 10px 28px rgba(63, 47, 32, 0.10) !important;
}
/* Card hover, light and fast */
.ec-store .grid-product__wrap:hover,
.ec-store .grid-product__shadow:hover,
.ec-store .grid-product__wrap-inner:hover {
border-color: #d1bf94 !important;
box-shadow: 0 14px 36px rgba(63, 47, 32, 0.14) !important;
}
/* Product image area */
.ec-store .grid-product__image,
.ec-store .grid-product__picture,
.ec-store .grid-product__image-wrap {
background: linear-gradient(180deg, #fffdf8 0%, #eadfbe 100%) !important;
padding: 10px !important;
}
/* Product info spacing */
.ec-store .grid-product__info,
.ec-store .grid-product__details {
padding: 18px 18px 20px !important;
}
/* Product names */
.ec-store .grid-product__title,
.ec-store .grid-product__name,
.ec-store .ec-product-title {
color: #3f2f20 !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 1.3 !important;
letter-spacing: -0.01em !important;
}
/* Prices */
.ec-store .grid-product__price,
.ec-store .ec-price-item {
color: #6e5838 !important;
font-weight: 800 !important;
font-size: 18px !important;
}
/* Buttons */
.ec-store button,
.ec-store .ec-button,
.ec-store .ecwid-btn,
.ec-store .form-control__button,
.ec-store .grid-product__button {
background: #3f2f20 !important;
color: #fffdf8 !important;
border: 1px solid #3f2f20 !important;
border-radius: 999px !important;
font-weight: 800 !important;
letter-spacing: 0.02em !important;
box-shadow: none !important;
}
/* Button hover */
.ec-store button:hover,
.ec-store .ec-button:hover,
.ec-store .ecwid-btn:hover,
.ec-store .form-control__button:hover,
.ec-store .grid-product__button:hover {
background: #6e5838 !important;
border-color: #6e5838 !important;
}
/* Sale / label badge */
.ec-store .ec-label,
.ec-store .label,
.ec-store .grid-product__label,
.ec-store .ec-product-label {
background: #3f2f20 !important;
color: #d1bf94 !important;
border-radius: 999px !important;
padding: 6px 12px !important;
font-size: 11px !important;
font-weight: 800 !important;
letter-spacing: 0.08em !important;
text-transform: uppercase !important;
}
/* Product page titles */
.ec-store h1,
.ec-store .page-title,
.ec-store .ec-page-title,
.ec-store .details-product-title {
color: #3f2f20 !important;
font-weight: 800 !important;
letter-spacing: -0.04em !important;
}
/* Cart counter */
.ec-store .ec-cart-counter,
.ec-store .ec-minicart__counter {
background: #d1bf94 !important;
color: #3f2f20 !important;
}
/* Mobile */
@media (max-width: 768px) {
.ec-store .grid__products,
.ec-store .ec-products,
.ec-store .grid__categories {
gap: 22px !important;
}
.ec-store .grid-product__wrap,
.ec-store .grid-product__shadow,
.ec-store .grid-product__wrap-inner {
border-radius: 20px !important;
}
.ec-store .grid-product__title,
.ec-store .grid-product__name {
font-size: 15px !important;
}
}