/* Custom front-end CSS */
/* Home page css */
.elementor-element.elementor-element-3m41f67 .elementor-button{
    color: #191714 !important;
}
@media (min-width: 768px) {
    .elementor-element.elementor-element-cfoydzg {
        width: fit-content !important;
    }
}
.products-grid .product-miniature-layout-3 .product-description {
    padding: 20px 20px 0px !important;
}
.contact-info p {
    color: #f4e9dc66 !important;
}
.reviewer h4 {
    font-family: 'Inter', system-ui, sans-serif;
}
p.rb-hero-eyebrow {
    background: transparent;
    color: #f6e09c;
    font-weight: 500;
    font-size: 11px;
}

.product-price-and-shipping {
    padding: 0 !important;
}
h2.h3.product-title {
    letter-spacing: 1.2px;
    padding: 0 !important;
    text-align: left;
}
div#product-list-header {
    display: none;
}

/* Home page css end */

/* category pages css */

body#category section#wrapper {
    width: 100%;
    margin: 0 auto !important;
}

body#category section.rb-hero {
    max-width: 100%;
}
body#category nav.rb-hero-breadcrumb a {
    color: white !important;
}

/* Sticky Header Override */
#header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background: hsl(var(--rb-background)) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
    opacity: 0.95;
}