#product-tabs .card button::before,
#product-tabs .card button::after,
#product-tabs .card button.description::before,
#product-tabs .card button.delivery_info::before,
#product-tabs .card button.additional_information::before,
#product-tabs .card button.documents_tab::before,
#product-tabs .card button.how_to_use_tab::before,
#product-tabs .card button.technical_information_tab::before {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#product-tabs .card button {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
}

#product-tabs .card button .product-tab__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #73af55;
    flex: 0 0 1.125rem;
}

#product-tabs .card button .product-tab__icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

#product-tabs .card button .product-tab__label {
    flex: 1;
}

#product-tabs .card button .product-tab__arrow {
    display: inline-flex;
    margin-left: auto;
    transition: transform 0.2s ease;
}

#product-tabs .card button .product-tab__arrow svg {
    width: 0.95rem;
    height: 0.95rem;
}

#product-tabs .card button:not(.collapsed) .product-tab__arrow {
    transform: rotate(180deg);
}

/* In stock indicator (WooCommerce .stock + legacy .instock on archives) */
.summary p.stock.in-stock,
.summary p.stock.out-of-stock {
    display: inline-flex;
    align-items: center;
    margin: 1rem 0 0.75rem;
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
}

p.instock {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-top: 1.5rem;
    font-size: 14px;
}

.summary p.stock.in-stock,
p.instock {
    color: #73af55;
}

.summary p.stock.in-stock::before,
.summary p.stock.out-of-stock::before,
p.instock::before,
.summary .stock::before,
.bundled_item_cart_details .stock::before {
    content: '' !important;
    font-family: inherit !important;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 0.5rem;
    border-radius: 50%;
    background-color: #73af55;
    vertical-align: middle;
}

/* Product gallery zoom trigger */
.woocommerce-product-gallery__trigger::before {
    content: '' !important;
    font-family: inherit !important;
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%231a1a1a' stroke-width='2'/%3E%3Cpath d='M20 20l-4-4' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 8v6M8 11h6' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* Shipping zip block title */
#eeco-zipcode-input #zipcode-input-title p::before {
    content: '' !important;
    font-family: inherit !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 1rem;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 5h11v8h2.5l2-2.5H21V16h-1a2.5 2.5 0 0 1-5 0h-4a2.5 2.5 0 0 1-5 0H5a2 2 0 0 1-2-2z' stroke='%231a1a1a' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='8' cy='19' r='1.5' fill='%231a1a1a'/%3E%3Ccircle cx='17' cy='19' r='1.5' fill='%231a1a1a'/%3E%3C/svg%3E");
}
