.agb-gifts-wrap {
    clear: both;
    width: 100%;
    margin: 34px 0 0;
}

.agb-gifts-title {
    margin: 0 0 6px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.agb-gifts-subtitle {
    margin: 0 0 16px;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.agb-gifts-list {
    display: flex;
    gap: 28px;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 0 10px;
    scroll-snap-type: x proximity;
}

.agb-gifts-alert {
    display: none;
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fff7ed;
    color: #9a3412;
    font-size: 13px;
    font-weight: 700;
}

.agb-gift-card {
    display: grid;
    grid-template-columns: 70px minmax(150px, 1fr) auto;
    flex: 0 0 min(370px, 88vw);
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    scroll-snap-align: start;
}

.agb-gift-card:not(.is-active) {
    opacity: .64;
}

.agb-gift-toggle {
    display: inline-flex;
    grid-column: 1 / -1;
    gap: 8px;
    align-items: center;
    width: max-content;
    margin: 0;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.agb-gift-toggle input {
    margin: 0;
    accent-color: #000;
}

.agb-gift-toggle input:focus {
    outline-color: #000;
}

.agb-gift-image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: #f7f7f7;
}

.agb-gift-image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.agb-gift-content {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.agb-gift-name {
    overflow: hidden;
    color: #111827;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agb-gift-sku {
    overflow: hidden;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.agb-gift-qty {
    align-self: end;
    color: #111827;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
}

.agb-gift-variation-fields {
    display: grid;
    gap: 8px;
    margin-top: 8px;
}

.agb-gift-variation-field {
    display: grid;
    gap: 5px;
    margin: 0;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.agb-gift-variation-field select {
    width: 100%;
    min-height: 36px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 13px;
}

.agb-gift-cart-tag,
.agb-gift-free-price,
.agb-gift-fixed-qty {
    font-weight: 700;
}

.agb-gift-cart-tag {
    color: #00b600;
}

.agb-gift-free-price {
    color: #00b600;
}

.woocommerce-mini-cart-item.agb-cart-gift,
.woocommerce-mini-cart-item.agb-cart-gift-child,
.elementor-menu-cart__product.agb-cart-gift,
.elementor-menu-cart__product.agb-cart-gift-child {
    border-left: 2px solid #e5e7eb;
    margin-left: clamp(18px, 5vw, 34px);
    padding-left: 14px;
}

.woocommerce-mini-cart-item.agb-cart-gift .quantity,
.woocommerce-mini-cart-item.agb-cart-gift-child .quantity,
.elementor-menu-cart__product.agb-cart-gift .quantity,
.elementor-menu-cart__product.agb-cart-gift-child .quantity {
    color: inherit;
}

tr.agb-cart-gift,
.woocommerce-checkout-review-order-table tr.agb-cart-gift {
    color: #4b5563;
}

tr.agb-cart-gift .product-name {
    padding-left: 28px;
}

tr.agb-cart-gift .product-name::before {
    display: inline-block;
    width: 16px;
    height: 1px;
    margin-right: 10px;
    background: #d1d5db;
    content: "";
    vertical-align: middle;
}

tr.agb-cart-gift .product-remove {
    pointer-events: none;
}

tr.agb-cart-gift .product-remove a {
    display: none !important;
}

.woocommerce-checkout-review-order-table tr.agb-cart-gift .product-total,
.woocommerce-checkout-review-order-table tr.agb-cart-gift .product-name {
    font-size: .92em;
}

.agb-gift-fixed-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    line-height: 1;
}

@media (max-width: 767px) {
    .agb-gifts-wrap {
        margin-top: 26px;
    }

    .agb-gifts-title {
        font-size: 17px;
    }

    .agb-gifts-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }

    .agb-gifts-list {
        gap: 18px;
    }

    .agb-gift-card {
        grid-template-columns: 60px minmax(120px, 1fr) auto;
        flex-basis: min(320px, 88vw);
        gap: 12px;
    }

    .agb-gift-image {
        width: 60px;
        height: 60px;
    }
}
