.q7v-pbox-outer {
            display: flex;
            align-items: center;
            width: 450px;
            max-width: 100%;
            padding: 12px;
            background: white;
            border-radius: 12px;
            border: 1px solid #e5e7eb;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: all 0.2s ease;
            text-decoration: none;
            color: inherit;
            margin-top: 10px;
            margin-bottom: 10px;

        }

        @media (max-width: 768px) {
            .q7v-pbox-outer {
                width: 100%;
            }
        }

        .q7v-pbox-outer:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }

        .x9k-prdvis {
            width: 96px;
            height: 96px;
            object-fit: cover;
            border-radius: 8px;
            margin-right: 14px;
            flex-shrink: 0;
        }

        .z2m-infowrp {
            flex: 1;
        }

        .k4p-titlestr {
            margin: 0;
            font-size: 17px;
            font-weight: 600;
            color: #111827;
            line-height: 1.3;
        }

        .v8x-pricetag {
            margin-top: 6px;
            font-size: 18px;
            font-weight: 700;
            color: #e11d48;
        }

        .btn-9j3-addcart {
            margin-top: 10px;
            padding: 8px 16px;
            background: #000000;
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s ease;
            display: inline-block;
            text-decoration: none;
        }

        .btn-9j3-addcart:hover {
            background: #d81d1d;
        }