.wa-order-item-greenmix-gift-subtotal {
    font-weight: 700;
}

.woocommerce-cart-form .wa-cart-item-greenmix-gift-subtotal {
    font-weight: 600;
}

.woocommerce-checkout-review-order-table .wa-cart-item-greenmix-gift-subtotal {
    font-weight: 700;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity.pc {
    text-align: center !important;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity.pc span {
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.woocommerce-cart .woocommerce-cart-form .meno span {
    display: block;
    color: #666 !important;
    font-weight: 400 !important;
    font-size: 10px !important;
}

.elementor-widget:has(.wa-greenmix-mixer-gift) {
    margin-bottom: 0px;
}


.wa-greenmix-mixer-gift {
    width: 100%;
    display: grid;
    align-items: center;
    gap: 14px;
    border: 1px solid #F8CB11;
    padding: 8px 12px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.wa-greenmix-mixer-gift:has(.wa-greenmix-mixer-gift-image) {
    grid-template-columns: max-content auto max-content;
}

.wa-greenmix-mixer-gift:not(:has(.wa-greenmix-mixer-gift-image)) {
    grid-template-columns: 1fr max-content;
}

.wa-greenmix-mixer-gift-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wa-greenmix-mixer-gift-image {
    width: 64px;
    height: 64px;
}

.wa-greenmix-mixer-gift-title {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #F8CB11;
    margin-bottom: 8px;
}

.wa-greenmix-mixer-gift-desc {
    line-height: 1.2;
    font-size: 0.95rem;
}

.wa-greenmix-mixer-gift-desc span {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .wa-greenmix-mixer-gift {
        gap: 10px;
        padding: 4px 8px;
    }
    .wa-greenmix-mixer-gift-title {
        font-size: 1rem;
    }
    .wa-greenmix-mixer-gift-desc {
        font-size: 0.9rem;
    }
    .wa-greenmix-mixer-gift-content {
        padding: 6px 8px;
    }
}

@media screen and (max-width: 579px) {
    .wa-greenmix-mixer-gift svg {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .wa-greenmix-mixer-gift {
        gap: 8px;
        padding: 4px;
    }
    .wa-greenmix-mixer-gift-image {
        width: 48px;
        height: 48px;
    }
    .wa-greenmix-mixer-gift svg {
        width: 32px;
        height: 32px;
    }
    .wa-greenmix-mixer-gift-title {
        font-size: 0.9rem;
    }
    .wa-greenmix-mixer-gift-desc {
        font-size: 0.9rem;
    }
    .wa-greenmix-mixer-gift-content {
        padding: 4px 6px;
    }
}

@media screen and (max-width: 379px) {
    .wa-greenmix-mixer-gift svg {
        display: none;
    }
}

.woocommerce-cart td.product-thumbnail.mobile x.meno span {
    max-width: 114px;
    text-align: center;
}

.minicart-item-qty-inner span {
    font-weight: 400!important;
    font-size: 14px!important;
}

/* Gift Products List */
.wa-greenmix-gift-products-list {
    list-style: disc;
    padding-left: 20px;
    margin: 5px 0 0 0;
}

.wa-greenmix-gift-products-list li {
    display: list-item;
    margin: 3px 0;
}

.wa-greenmix-gift-products-inline {
    display: inline;
}

/* Gift Product Metabox Admin Styles */
.gift-product-metabox input[type="text"],
.gift-product-metabox textarea {
    max-width: 100%;
}

.gift-product-metabox .description {
    font-style: italic;
    color: #666;
}

.gift-product-metabox p {
    margin: 8px 0;
}

.gift-product-metabox label {
    margin-bottom: 5px;
    display: inline-block;
}