/* Layout structures */
.bsp-wrapper-26bc1bf8 {
    display: grid;
    gap: 16px;
    width: 100%;
}

/* Grids */
.bsp-layout-grid-26bc1bf8 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.bsp-cols-1-26bc1bf8 { grid-template-columns: repeat(1, 1fr); }
.bsp-cols-2-26bc1bf8 { grid-template-columns: repeat(2, 1fr); }
.bsp-cols-3-26bc1bf8 { grid-template-columns: repeat(3, 1fr); }
.bsp-cols-4-26bc1bf8 { grid-template-columns: repeat(4, 1fr); }
.bsp-cols-5-26bc1bf8 { grid-template-columns: repeat(5, 1fr); }
.bsp-cols-6-26bc1bf8 { grid-template-columns: repeat(6, 1fr); }

/* Sidebar List */
.bsp-layout-sidebar-26bc1bf8 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.bsp-layout-sidebar-26bc1bf8 .bsp-item-26bc1bf8 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    border: none;
    box-shadow: none;
    padding: 0 0 12px 0;
}
.bsp-layout-sidebar-26bc1bf8 .bsp-item-26bc1bf8:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.bsp-layout-sidebar-26bc1bf8 .bsp-image-link-26bc1bf8 {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

/* Card item styling */
.bsp-item-26bc1bf8 {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 12px;
    background: #fff;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bsp-layout-grid-26bc1bf8 .bsp-item-26bc1bf8:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.bsp-image-link-26bc1bf8 {
    display: block;
    margin-bottom: 10px;
}
.bsp-img-26bc1bf8 {
    max-width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: contain;
}
.bsp-layout-sidebar-26bc1bf8 .bsp-img-26bc1bf8 {
    max-height: 60px;
    width: 60px;
    height: 60px;
}
.bsp-img-placeholder-26bc1bf8 {
    width: 100%;
    height: 120px;
    background: #eee;
    border-radius: 4px;
}
.bsp-details-26bc1bf8 {
    flex-grow: 1;
    text-align: inherit;
}
.bsp-layout-sidebar-26bc1bf8 .bsp-details-26bc1bf8 {
    text-align: left;
}
.bsp-title-26bc1bf8 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 8px 0;
    text-decoration: none;
    color: #333;
}
.bsp-title-26bc1bf8:hover {
    color: #007cba;
}
.bsp-price-26bc1bf8 {
    font-size: 14px;
    font-weight: 700;
    color: #e44d26;
}
.bsp-no-products-26bc1bf8 {
    text-align: center;
    font-size: 14px;
    color: #777;
    padding: 15px 0;
}
