.elementor-39611 .elementor-element.elementor-element-4843579{--display:flex;}.elementor-39611 .elementor-element.elementor-element-31c7036 > .elementor-widget-container{padding:80px 0px 0px 0px;}.elementor-39611 .elementor-element.elementor-element-31c7036{text-align:center;}.elementor-39611 .elementor-element.elementor-element-31c7036 .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), coherenti;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-67a95d5 );}.elementor-39611 .elementor-element.elementor-element-28396ae{text-align:center;font-family:var( --e-global-typography-b6a732b-font-family ), coherenti;font-size:var( --e-global-typography-b6a732b-font-size );font-weight:var( --e-global-typography-b6a732b-font-weight );line-height:var( --e-global-typography-b6a732b-line-height );color:var( --e-global-color-85e0d88 );}:root{--page-title-display:none;}@media(max-width:800px){.elementor-39611 .elementor-element.elementor-element-31c7036 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-39611 .elementor-element.elementor-element-28396ae{font-size:var( --e-global-typography-b6a732b-font-size );line-height:var( --e-global-typography-b6a732b-line-height );}}@media(max-width:700px){.elementor-39611 .elementor-element.elementor-element-31c7036 .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-39611 .elementor-element.elementor-element-28396ae{font-size:var( --e-global-typography-b6a732b-font-size );line-height:var( --e-global-typography-b6a732b-line-height );}}/* Start custom CSS for html, class: .elementor-element-1f81529 *//* Products Grid Layout */
.products-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    direction: rtl;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

/* Product Card */
.product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Product Image */
.product-image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: #ffffff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    box-sizing: border-box;
}

.product-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    padding: 20px;
}

/* Product Content */
.product-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Product Name */
.product-name {
    color: #1d9dbc;
    display: block;
    font-family: 'coherenti';
    font-size: 24px;
    letter-spacing: -0.24px;
    line-height: 24px;
    margin: 0 0 16px 0;
    font-weight: 400;
    min-height: 48px;
}

/* Product Brand */
.product-brand {
    color: #64748b;
    font-family: 'coherenti';
    line-height: 24px;
    font-size: 18px;
    margin: 0 0 8px 0;
    font-weight: 500;
}

.product-label {
    color: #64748b;
    font-family: 'coherenti';
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    margin-left: 4px;
}

/* Kosher Category Badge */
.kosher-badge {
    display: inline-block;
    background: #1d9dbc;
    color: #ffffff;
    font-family: 'coherenti';
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-weight: 400;
    text-align: center;
}

/* Product Description */
.product-description {
    color: #64748b;
    font-family: 'coherenti';
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.product-description.collapsed {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-description.expanded {
    display: block;
}

/* Read More Button */
.read-more-btn {
    color: #1d9dbc;
    font-family: 'coherenti';
    font-size: 16px;
    font-weight: 400;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px 0 0 0;
    margin: 0;
    text-decoration: underline;
    transition: opacity 0.2s ease;
    text-align: right;
    display: block;
    width: 100%;
}

.read-more-btn:hover {
    opacity: 0.7;
}

.read-more-btn.hidden {
    display: none;
}

/* Page Header */
.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-title {
    color: #1d9dbc;
    font-family: 'coherenti';
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.page-subtitle {
    color: #64748b;
    font-family: 'coherenti';
    font-size: 20px;
    line-height: 28px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .product-name {
        color: #1d9dbc;
        display: inline;
        font-family: 'coherenti';
        font-size: 20px;
        letter-spacing: -0.2px;
        line-height: 20px;
    }
    
    .product-brand,
    .product-label,
    .product-description {
        color: #64748b;
        font-family: 'coherenti';
        font-size: 14px;
        line-height: 21px;
    }
    
    .page-title {
        font-size: 36px;
    }
}

/* Loading State */
.loading-state {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
    font-family: 'coherenti';
    font-size: 20px;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 20px;
    color: #64748b;
    font-family: 'coherenti';
    font-size: 20px;
}/* End custom CSS */