.bsbogo-loop-badge {
    position: absolute;
    z-index: 30;
    top: 10px;
    left: 10px;
    display: inline-block;
    max-width: calc(100% - 20px);
    padding: 6px 9px;
    border-radius: 3px;
    background: var(--primary-color, #7a1f2b);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .02em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

li.product,
.product-small,
.product-small .box-image,
.woocommerce-loop-product__link {
    position: relative;
}

.bsbogo-product-offer {
    display: block;
    clear: both;
    margin: 12px 0 16px;
    padding: 12px 14px;
    border: 1px solid #c99142;
    border-left: 4px solid var(--primary-color, #7a1f2b);
    border-radius: 4px;
    background: #fff9ed;
    color: #35220b;
}

.bsbogo-product-offer__title,
.bsbogo-product-offer__text {
    display: block;
}

.bsbogo-product-offer__title {
    margin-bottom: 3px;
    font-size: 1.05em;
}

.bsbogo-product-offer__text {
    line-height: 1.45;
}

.bsbogo-free-price {
    color: #23733a;
    font-weight: 700;
    text-transform: uppercase;
}

.bsbogo-free-item-badge {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 3px;
    background: #23733a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .03em;
    vertical-align: middle;
}

.bsbogo-fixed-quantity {
    display: inline-block;
    min-width: 2em;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f7f7f7;
    text-align: center;
}

.bsbogo-cart-specials {
    clear: both;
    width: 100%;
    margin: 0 0 20px;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.bsbogo-cart-specials details,
.bsbogo-cart-specials summary {
    margin: 0;
}

.bsbogo-cart-specials summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    background: #f7f7f7;
    color: #222;
    font-size: 1.05em;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.bsbogo-cart-specials summary::-webkit-details-marker {
    display: none;
}

.bsbogo-cart-specials summary::after {
    flex: 0 0 auto;
    width: 1.2em;
    color: var(--primary-color, #7a1f2b);
    content: "+";
    font-size: 1.3em;
    line-height: 1;
    text-align: center;
}

.bsbogo-cart-specials details[open] > summary::after {
    content: "−";
}

.bsbogo-cart-specials summary:hover,
.bsbogo-cart-specials summary:focus-visible {
    background: #f1f1f1;
}

.bsbogo-cart-specials__count {
    flex: 0 0 auto;
    margin-left: auto;
    color: #666;
    font-size: .82em;
    font-weight: 600;
}

.bsbogo-cart-specials__content {
    padding: 14px 16px 16px;
    border-top: 1px solid #e2e2e2;
}

.bsbogo-cart-specials__intro {
    margin: 0 0 13px;
    color: #555;
    line-height: 1.5;
}

.bsbogo-specials-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bsbogo-specials-list__item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #ededed;
}

.bsbogo-specials-list__item:first-child {
    padding-top: 0;
    border-top: 0;
}

.bsbogo-specials-list__item:last-child {
    padding-bottom: 0;
}

.bsbogo-specials-list__image {
    display: block;
    width: 72px;
    height: 72px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}

.bsbogo-specials-list__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
}

.bsbogo-specials-list__details {
    min-width: 0;
}

.bsbogo-specials-list__name,
.bsbogo-specials-list__offer,
.bsbogo-specials-list__status {
    display: block;
}

.bsbogo-specials-list__name {
    margin-bottom: 2px;
    color: inherit;
    font-weight: 700;
    line-height: 1.35;
}

.bsbogo-specials-list__offer {
    margin-bottom: 2px;
    color: var(--primary-color, #7a1f2b);
}

.bsbogo-specials-list__status {
    color: #555;
    font-size: .9em;
    line-height: 1.4;
}

.bsbogo-specials-list__button {
    margin: 0 !important;
    white-space: nowrap;
}

.wc-block-cart .bsbogo-cart-specials,
.wp-block-woocommerce-cart .bsbogo-cart-specials {
    margin-top: 0;
}

@media (max-width: 640px) {
    .bsbogo-loop-badge {
        top: 6px;
        left: 6px;
        max-width: calc(100% - 12px);
        padding: 5px 7px;
        font-size: 10px;
    }

    .bsbogo-cart-specials summary,
    .bsbogo-cart-specials__content {
        padding-right: 12px;
        padding-left: 12px;
    }

    .bsbogo-specials-list__item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px;
    }

    .bsbogo-specials-list__image {
        width: 58px;
        height: 58px;
    }

    .bsbogo-specials-list__button {
        grid-column: 2;
        justify-self: start;
    }
}
