/* Styles extracted from product_details/details_2.blade.php */
/* .details-2-wrap { display:grid; grid-template-columns: 360px 1fr; gap:1.5rem; }
.product-gallery { background:#fff; border:1px solid #e5e7eb; border-radius:8px; padding:1rem; }
.product-info { background:#fff; border-radius:8px; padding:1rem; }
.product-price { color:var(--primary); font-weight:800; font-size:1.25rem; }
.specs-list { display:flex; gap:1rem; flex-wrap:wrap; }
.spec-item { background:#f3f4f6; padding:0.5rem; border-radius:6px; font-size:0.875rem; }
.buy-actions { display:flex; gap:0.5rem; align-items:center; margin-top:1rem; }
@media (max-width:768px) { .details-2-wrap { grid-template-columns: 1fr; } } */

  .short-description {
        font-size: 14px;
        line-height: 1.8;
        color: inherit;
        margin-bottom: 30px;
        max-width: 90%;
        opacity: 0.85;
    }
 .short-description p{
        color: inherit !important;
    }
    .quantity-section {
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .quantity-box {
        display: inline-flex;
        align-items: center;
        border: 2px solid;
        border-color: currentColor;
        overflow: hidden;
        transition: all 0.3s ease;
        background: transparent;
        opacity: 0.6;
    }

    .quantity-box:hover {
        border-color: currentColor;
        opacity: 1;
    }

    .btn-qty {
        width: 35px;
        height: 35px;
        background: transparent;
        border: none;
        color: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        outline: none;
        padding: 0;
    }

    .btn-qty:hover:not(:disabled) {
        background: rgba(0, 0, 0, 0.1);
    }

    .btn-qty:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    .input-qty {
        width: 35px;
        height: 35px;
        text-align: center;
        background: transparent;
        border: none;
        color: inherit;
        font-size: 16px;
        font-weight: 600;
        outline: none;
        -moz-appearance: textfield;
        appearance: textfield;
    }

    .input-qty::-webkit-outer-spin-button,
    .input-qty::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .stock-info {
        font-size: 14px;
        color: inherit;
    }

    .text-secondary {
        color: inherit !important;
    }

    .fs-16.fw-500 {
        color: inherit !important;
    }

    .product-info-cards-modern {
        display: flex;
        gap: 12px;
        padding: 0;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .product-info-card-modern {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 24px 15px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid #E5E7EB;
        min-width: 140px;
        flex: 1;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .product-info-card-modern:hover {
        border-color: var(--primary);
        box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .product-info-card-modern svg {
        margin-right: 0 !important;
        margin-bottom: 12px;
        width: 32px;
        height: 32px;
        stroke: var(--primary);
        color: var(--primary);
        stroke-width: 1.5;
    }

    .product-info-card-modern i {
        font-size: 20px;
        margin-top: 5px;
        color: var(--primary);
    }

    .product-info-card-modern .fw-600 {
        font-weight: 500;
    }

    .product-info-card-modern .text-muted {

        font-size: 13px;
    }

    .icon-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        border-radius: 0;
    }

    .text-muted {
        color: #6c757d !important;
    }

    @media (max-width: 776px) {
        .product-info-cards-modern {
            flex-direction: column;
            gap: 8px;
            padding: 8px 4px;
        }

        .product-info-card-modern {
            min-width: 0;
            width: 100%;
            padding: 8px 0px;
            flex: 1 1 auto;
        }
    }

    .product-title {
        font-size: 34px;
        line-height: 45px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .description-text-cl p {
        margin: 0px;
    }

    .rating img {
        height: 20px;
    }

    .ub-share-social {
        display: flex;
        gap: 15px;
    }

    .share-link {
        display: inline-block;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .share-link:hover {
        transform: scale(1.2);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    }

    .share-icon {
        width: 20px;
        height: 20px;
    }

    .ub-share-social {
        gap: 10px;
    }

    .text-secondary {
        font-size: 14px;
        font-weight: 400;
        color: inherit;
    }

    .text-dark,
    .text-primary,
    .text-reset {
        color: inherit !important;
    }

    .share-icon {
        width: 20px;
        height: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .share-icon:hover {
        transform: scale(1.2);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    }


    .ub-radio-inline {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .ub-megabox {
        position: relative;
        cursor: pointer;
    }

    .ub-megabox input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

    .ub-megabox-elem {
        background: transparent;
        border: 2px solid;
        border-color: currentColor;
        border-radius: 8px !important;
        padding: 8px 16px;
        transition: all 0.3s ease-in-out;
        font-weight: 500;
        min-width: 65px;
        text-align: center;
        font-size: 16px;
        color: inherit;
        opacity: 0.6;
    }

    .ub-megabox input[type="radio"]:checked+.ub-megabox-elem {
        background: rgba(255, 255, 255, 0.2);
        color: inherit;
        border-color: currentColor;
        border-width: 2px;
        opacity: 1;
        font-weight: 700;
        box-shadow: inset 0 0 0 1px currentColor;
    }

    .ub-megabox-elem:hover {
        background: rgba(0, 0, 0, 0.1);
        border-color: currentColor;
        opacity: 0.8;
    }

    .btn-minus:hover .minus_btn {
        filter: brightness(0) invert(1);
    }

    .btn-plus:hover .plus_btn {
        filter: brightness(0) invert(1);
    }

    .cart-action-flex {
        display: flex;
        align-items: center;
    }

    .cart-action-flex .add-to-cart {
        width: 100%;
    }

    .actions-2-button {
        background-color: transparent;
        padding: 10px;
        border-radius: 8px;
        border: 2px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .actions-2-button span {
        display: none;
        margin-left: 10px;
    }

    .buy-product-buttons .buy-now {
        width: 100%;
        margin-top: 15px;
    }

    .additional-actions {
        display: flex;
        gap: 15px 34px;
    }

    .additional-item {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 14px;
        user-select: none;
        cursor: pointer;
    }

    .additional-item svg {
        margin-right: 7px;
    }

    .additional-item:not(:last-child)::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 20px;
        right: -18px;
        top: 1px;
        background-color: #ccc;
    }

    /* Hide number input spinners */
    .input-number::-webkit-outer-spin-button,
    .input-number::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .input-number {
        -moz-appearance: textfield;
    }

    .btn-minus:disabled,
    .btn-plus:disabled {
        opacity: .5;
        cursor: not-allowed;
        background: #f5f5f5 !important;
        color: #999 !important;
    }

    .btn-minus:disabled img,
    .btn-plus:disabled img {
        filter: grayscale(1) opacity(0.5);
    }

    @media (max-width: 776px) {
        .product-title {
            font-size: 20px;
            line-height: 30px;
        }

        .actions-2-button span {
            display: block;
        }

        .cart-action-flex {
            flex-direction: column;
            gap: 10px;
        }

        .cart-action-flex button {
            margin: 0px !important;
            width: 100%;
        }
    }

    /* Low Stock Warning Styles */
    .badge-warning {
        background-color: #fff3cd !important;
        color: #856404 !important;
        border: 1px solid #ffeaa7 !important;
    }

    .badge-danger {
        background-color: #f8d7da !important;
        color: #721c24 !important;
        border: 1px solid #f5c6cb !important;
    }

    .badge-primary {
        background-color: #d1ecf1 !important;
        color: #0c5460 !important;
        border: 1px solid #bee5eb !important;
    }
