.bsc-wrapper-fa272dbe {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bsc-swiper-fa272dbe {
    padding: 15px 0 45px 0 !important;
}

.bsc-product-card-fa272dbe {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.bsc-product-card-fa272dbe:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.bsc-product-link-fa272dbe {
    text-decoration: none;
    color: inherit;
    display: block;
}

.bsc-img-wrapper-fa272dbe {
    margin-bottom: 12px;
}

.bsc-img-wrapper-fa272dbe img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
}

.bsc-product-title-fa272dbe {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    color: #1a202c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bsc-product-price-fa272dbe {
    font-size: 15px;
    font-weight: 700;
    color: #3182ce;
    margin-bottom: 12px;
}

.bsc-add-to-cart-wrapper-fa272dbe .button {
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: none;
}

/* Style Variants controlled by wrapper class */
.bsc-btn-style-solid .bsc-add-to-cart-wrapper-fa272dbe .button {
    background-color: #3182ce;
    border-color: #3182ce;
    color: #ffffff;
}

.bsc-btn-style-solid .bsc-add-to-cart-wrapper-fa272dbe .button:hover {
    opacity: 0.85;
}

.bsc-btn-style-outline .bsc-add-to-cart-wrapper-fa272dbe .button {
    background-color: transparent;
    border-color: #3182ce;
    color: #3182ce;
}

.bsc-btn-style-outline .bsc-add-to-cart-wrapper-fa272dbe .button:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.bsc-swiper-prev-fa272dbe,
.bsc-swiper-next-fa272dbe {
    color: #000000 !important;
}

.bsc-swiper-prev-fa272dbe::after,
.bsc-swiper-next-fa272dbe::after {
    font-size: 20px !important;
}

.bsc-swiper-pagination-fa272dbe .swiper-pagination-bullet-active {
    background: #000000 !important;
}

.bsc-preview-placeholder-fa272dbe {
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    color: #718096;
}

.bsc-preview-placeholder-fa272dbe span {
    font-size: 36px;
    margin-bottom: 10px;
    display: inline-block;
}

.bsc-no-wc-fa272dbe,
.bsc-no-products-fa272dbe {
    padding: 20px;
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-radius: 6px;
    color: #c53030;
    text-align: center;
}
